9394952

导航

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 32 下一页

2019年3月10日 #

记号:一个镜像很多的站点

摘要: http://mirrors.ustc.edu.cn/连lede的都有,不错在openwrt中改为以下源,下载速度会快很多:src/gz openwrt_core http://mirrors.ustc.edu.cn/lede/releases/18.06.2/tar... 阅读全文

posted @ 2019-03-10 18:18 9394952 阅读(111) 评论(0) 推荐(0)

2019年3月9日 #

linux命令行下xlsx转换成pdf或csv的笔记

摘要: 使用libreoffice(可以用yum直接安装,占用了4xxM磁盘空间...)然后命令行执行:转换成csv,支持utf-8中文编码: libreoffice --invisible --convert-to csv:"Text - txt - csv (Star... 阅读全文

posted @ 2019-03-09 21:53 9394952 阅读(749) 评论(0) 推荐(0)

把nginx当完全tcp端口转发器

摘要: 在nginx.conf里加入stream { server { listen 18443; proxy_pass 58.xxx.xxx.xxx:8443; }}centos7中yum安装的ngixn其实是带stream模块的,但... 阅读全文

posted @ 2019-03-09 21:45 9394952 阅读(362) 评论(0) 推荐(0)

2019年3月8日 #

记号一次更换IBM X3650M4主板后RAID无法启动的解决

摘要: https://wenku.baidu.com/view/9d503ef367ec102de2bd89d7.html强烈感谢上面分享文档的大侠!!1、更换主板后,linux系统,无法加载引导。需要设置主板的启动项 2、选择boot manager,进到下面的画面 3... 阅读全文

posted @ 2019-03-08 17:23 9394952 阅读(3604) 评论(0) 推荐(0)

2019年3月6日 #

使用openpyxl复制整张sheet

摘要: 通过无能的baidu逛了一圈,发现有两三段能用的代码,不过参考之下,发现还有不足的:不能拷贝有合并格式的sheet、没有拷贝cell的相关格式(填充、边框、对齐)等参数所以通过bing继续发掘,最终合成以下代码:def replace_xls(src_file,tag... 阅读全文

posted @ 2019-03-06 15:01 9394952 阅读(1358) 评论(0) 推荐(0)

2019年3月5日 #

centos7下 nginx配置upstream 不能直接代理到本机tomcat的解决

摘要: Nginx代理本地tomcat时404。upstream是直接配置server localhost:10000 的。单独访问tomcat是可以的。查看/var/log/nginx/error.log里都是Permision denied。垃圾的度娘没有任何帮助,还是b... 阅读全文

posted @ 2019-03-05 16:40 9394952 阅读(263) 评论(0) 推荐(0)

2019年3月3日 #

使用PandoraBox时的软件源配置

摘要: src/gz 18.12_core http://downloads.pangubox.com:6380/pandorabox/18.12/targets/ralink/mt7621/packagessrc/gz 18.12_base http://downloads... 阅读全文

posted @ 2019-03-03 21:18 9394952 阅读(2306) 评论(0) 推荐(0)

2019年2月26日 #

记号一下selenium+Firefox自动下载的参数

摘要: 参考:https://blog.csdn.net/wxstar8/article/details/80782556 https://blog.csdn.net/xiaoguanyusb/article/details/85016334 https://www.cnbl... 阅读全文

posted @ 2019-02-26 11:24 9394952 阅读(157) 评论(0) 推荐(0)

2019年2月24日 #

openwrt从18.0.1降级回到17.0.6遇到的问题

摘要: 因为觉得openwrt的18的配置检查功能很费时,特别是遇到ar93xx慢的真可以,所以决定从18.0.1降回到17.0.6上先把18.0.1的配置backup出来,然后刷17.0.6,再把backup导入回去,结果路由器能起来,但就是LAN无法上网,各种检查后发现原... 阅读全文

posted @ 2019-02-24 10:49 9394952 阅读(429) 评论(0) 推荐(0)

2019年2月23日 #

电信配的光猫+路由管理员密码(笔记)

摘要: useradminnE7jA%5m 阅读全文

posted @ 2019-02-23 21:36 9394952 阅读(1162) 评论(0) 推荐(0)

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 32 下一页