上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 123 下一页
摘要: 解决插值表达式 闪烁 阅读全文
posted @ 2020-04-06 13:03 AngDH 阅读(118) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/13f45e24b1de https://www.cnblogs.com/smallyi/p/7707118.html 安装cnpm npm install -g cnpm --registry=https://registry.npm.taoba 阅读全文
posted @ 2020-04-04 15:09 AngDH 阅读(133) 评论(0) 推荐(0)
摘要: 在linux下可以新建一个名为run.sh的脚本: #!/bin/sh while [ 1 ]; do python program.py --params done 在命令行中这样启动: sh run.sh 阅读全文
posted @ 2020-03-27 11:12 AngDH 阅读(1441) 评论(0) 推荐(0)
摘要: scrapyd 安装 https://cuiqingcai.com/5445.html 安装scrapyd https://www.cnblogs.com/angdh/p/11886519.html docker 环境 安装 scrapyd https://www.cnblogs.com/angdh 阅读全文
posted @ 2020-03-25 23:14 AngDH 阅读(940) 评论(0) 推荐(0)
摘要: Debian / Ubuntu 包安装 Node.js 最新版本 https://www.jianshu.com/p/dbf221b5454e 阅读全文
posted @ 2020-03-21 15:45 AngDH 阅读(114) 评论(0) 推荐(0)
摘要: use information_schema; -- 查看 各库 占用 大小 select TABLE_SCHEMA, concat(truncate(sum(data_length)/1024/1024,2),' MB') as data_size, concat(truncate(sum(ind 阅读全文
posted @ 2020-03-21 11:39 AngDH 阅读(1632) 评论(0) 推荐(0)
摘要: https://cuiqingcai.com/3443.html www.yunlifang.cn 云立方购买的服务器 不需要 配置 拨号 ,直接使用命令拨号 云立方 使用 adsl-start 拨号 adsl-stop 停止 下面不是云立方使用 pppoe-start 拨号 pppoe-stop 阅读全文
posted @ 2020-03-12 20:10 AngDH 阅读(551) 评论(0) 推荐(0)
摘要: apk update \ && apk add tzdata \ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone————————————————版权声明: 阅读全文
posted @ 2020-03-11 20:31 AngDH 阅读(1484) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/kxwinxp/article/details/78578492 这就不用多解释了,一装系统就应该修改的操作。因为官方源在国外。 0.开启网络连接对于新装的CentOS,默认是没有开启网络连接的,所以你看不到IP地址。 // 查看有线网设备ip addre 阅读全文
posted @ 2020-03-10 22:18 AngDH 阅读(2078) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-10 18:16 AngDH 阅读(97) 评论(0) 推荐(0)
上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 123 下一页