摘要:
由于经常写完样式一段时间后就忘了,特在此记录以作备用 文本不可选中 .noSelect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none 阅读全文
摘要:
// GBK转UTF-8 public String gbkToUtf8(String str) throws UnsupportedEncodingException { String iso=new String(str.getBytes("UTF-8"), "ISO-8859-1"); for 阅读全文
摘要:
pip国内镜像 在c:/用户/xxx/目录下创建pip文件夹,再创建pip.ini,这里选择的是清华的源镜像 [global]index-url = https://pypi.tuna.tsinghua.edu.cn/simple[install]trusted-host=mirrors.aliyu 阅读全文