以下內容属于 ‘发现网络(源于2010)’ 分类:

推荐一个谷歌浏览器Chrome插件网站

网址:https://www.chajian5.com/ (more...)

python3.x module ‘urllib’ has no attribute ‘urlopen’ 或 ‘urlencode’问题解决方法

参考:https://blog.csdn.net/u010899985/article/details/79595187 参考:https://www.cnblogs.com/sheng-247/p/7679551.html 顺便遇到问题 cannot use a string pattern on a bytes-like object 输出的编码问题导致,如获取的正则编码与网页输出编码不一致,需要指定 (more...)

支持导入Outlook、Gmail的csv文件和标准vCard/vcf文件

记录 支持导入Outlook、Gmail的csv文件和标准vCard/vcf文件 (more...)

如何将爬虫内容写入TXT,f.write()问题

爬虫内容为列表,所以改进为: 12345678# coding:UTF-8 a =[u"编码问题1",u"编码问题2",u"编码问题3"]   with open("1.txt","w") as f:     for i in a:         test2 = i.encode('UTF-8')         f.write(test2)     f.close from:https://blog.csdn.net/a2437383438/article/details/78375738 (more...)

LNMP提示Nginx PHP “No input file specified”错误因配置文件有改变

lnmp1.0升级到1.4新版本 ,出现“No input file specified”错误提示,尝试添加新的虚拟主机,比较后发现nginx conf配置文件php部分有改变,需要注意。 旧版的: 1234567location ~ .*\.(php|php5)?$         {             try_files $uri =404;             fastcgi_pass  unix:/tmp/php-cgi.sock;             fastcgi_index index.php;             include fcgi.conf;         } 新版的: 1include […] (more...)

搬家mysql 直接解压后需要做的一件事

chown -R mysql:mysql /usr/local/mysql/var/ (more...)

linux操作系统重启后 解决nginx的pid消失问题

重启了linux服务器之后,进程性的 nginx -s stop后再次启动nginx -s reload ,总是会报错误nginx: [error] open() "/alidata/server/nginx/logs/nginx.pid" failed (2: No such file or directory),这应该是因为把nginx进程杀死后pid丢失了,下一次再开启nginx -s reload时无法启动,重装可以解决这个问题,但是太麻烦了。 issued a nginx -s stop and after that I got this error when trying to reload it. [error]: invalid PID number "" in "/var/run/nginx.pid" That /var/run/nginx/pid file is empty atm. What do I need to do […] (more...)

测试服务器支持的TLS版本

测试一下TLS版本支持 https://www.ssllabs.com/ssltest/index.html https://www.getssl.cn/sslchecker (more...)

.info名站记录 做的比较大的小众后缀网站

.net 煎蛋 http://jandan.net (alexa 2,142) 泛见志 http://www.fanjian.net/ (alexa 18,603) .info 梅花网 meihua.info 家电维修 jdwx.info gundam.info 月光博客:www.williamlong.info .im 掘金程序员社区:www.juejin.im (alexa 2,161) 2020年发现已换成juejin.cn 草料二维码:https://cli.im/ (alexa 5284) gitter:https://gitter.im (alexa 27,312) 爱Apps:http://www.iapps.im/ (alexa 91,609) 已经更换成iappstoday.com,曾经iOS限免界的顶流。 MAKA:http://maka.im/ (做h5 alexa 19,280) .me 饿了么:https://www.ele.me 大眼仔:http://www.dayanzai.me (软件分享 alexa 9,151) 500丁简历:https://www.500d.me/ (智能简历工具 alexa 20,971) USB启动技术:http://www.uqi.me/ (alexa 212,760) 懒人听书:https://www.lrts.me/ (alexa 33,616) 传送门:chuansong.me 现在已经更改为chuansongme.com (more...)

突然想学习下Python 希望坚持一下

哈哈 多少次间歇性踌躇满志,持续性混吃等死。 希望抽点时间学一下,虽然现在有些事情搞的压力很大,但是生活和追求都不能放弃啊! (more...)