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