Git设置代理
设置代理 http git config –global http.proxy socks5://127.0.0.1:10808 https git config –global https.proxy socks5://127.0.0 … 阅读全文
设置代理 http git config –global http.proxy socks5://127.0.0.1:10808 https git config –global https.proxy socks5://127.0.0 … 阅读全文
from enum import Enum type object has no attribute ‘getitem‘ #如果已经安装过enum #使用pip uninstall enum #然后 pip install enum34
#!/bin/sh if [[ $# -ne 1 ]] then echo "Usage: chpw.sh password" exit 1 fi passwd=$1 echo "${passwd}" | passwd … 阅读全文
select table_name,table_rows from information_schema.tables where TABLE_SCHEMA = ‘数据库名称’ order by table_rows desc; select sum(tabl … 阅读全文
Android平台云端打包使用的DCloud公用证书 http://ask.dcloud.net.cn/article/68 HBuilder|HBuilderX应用云端打包Android平台默认使用的DCloud公用证书,其信息如下: MD5: 59:20: … 阅读全文
无法提供摘要。这是一篇受保护的文章。