2018年12月4日
WebP is an image file format developed by Google that provides both lossy and lossless compression. The WebP image format can significantly reduce file size while achieving the same image quality as the JPEG format, thereby significantly reducing the time it takes for image files to be sent over the network.……
阅读全文
2018年12月4日
WebP,是一种同时提供了有损压缩与无损压缩的图片文件格式,是由Google发展出来的。webp图片格式可以极大地减少文件大小,但同时达到和JPEG格式相同的图片质量,因此可以显著减少图片文件在网络上的发送时间……
阅读全文
2018年11月30日
The lab just got a new server configured with an NVIDIA 1080TI graphics card for deep learning. The first thing after setting up the machine was figuring out how to configure the TensorFlow deep learning environment. Here, I’ll document my process of setting up the environment and the issues I encountered, hoping to help others with similar needs.……
阅读全文
2018年11月30日
实验室新进了一台服务器,配置了nvida 1080TI显卡做深度学习使用,装好机器后第一件事就是如何配置好tensorflow的深度学习环境,这里把我在搭建环境的过程以及遇到的坑一一写下来,给有同样需求的筒子提供一些帮助……
阅读全文
2018年11月26日
For websites providing both Chinese and English services, balancing access speed for domestic and international users is very important.……
阅读全文
2018年11月26日
对于同时提供中英文服务的网站来说,如何兼顾国内访问速度和国外访问速度显得非常重要……
阅读全文
2018年11月21日
Because I like watching American TV shows, and the subtitle group’s resources update very quickly, and I have written many scrapy spiders, and I also maintain a small movie site for friends to download, I wondered if I could use a script to realize daily updates and crawling of subtitle group movie resources.……
阅读全文
2018年11月21日
由于本人比较喜欢看美剧,字幕组的美剧资源更新又是非常快的,而本人scrapy爬虫写的也比较多,同时维护了一个小小的影视站给朋友下载,就想着能不能够用脚本实现每天的字幕组影视资源的更新与抓取……
阅读全文
2018年11月19日
I recently discovered a very interesting Python drawing library called Turtle. Here, I’ll briefly explain the idea behind using the Turtle library to draw a circle with squares.……
阅读全文
2018年11月19日
最近发现一个很有意思的画图的python库,叫做turtle,这里先说下用turtle这个库来实现用正方形画圆的思路。……
阅读全文
2018年11月16日
Baota Panel is a management panel that simplifies server administration via a web interface, boosting operational efficiency. It enables easy installation of essential web programs, website creation and management, FTP, database tools, a visual file manager, CPU, memory, and traffic monitoring charts, and scheduled tasks.……
阅读全文
2018年11月16日
宝塔面是一个可以通过Web端轻松管理服务器,提升运维效率的管理面板。它不仅可以方便的安装网站必须程>序,而且可以创建管理网站、FTP、数据库,拥有可视化文件管理器,可视化CPU、内存、流量监控图表,计划任务等功能……
阅读全文