12 2019 档案

摘要:问题1: 在唯一密钥属性“value”设置为“t4-1.html”时,无法添加类型为“add”的重复集合项 在唯一密钥属性“value”设置为“t4-1.html”时,无法添加类型为“add”的重复集合项 解决方案: 在<add/>语句前加一个<clear/> 问题2:CS1010: 常量中有换行符 阅读全文
posted @ 2019-12-17 18:27 芯琪77 阅读(198) 评论(0) 推荐(0)
摘要:问题:java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket. 解决方法: 在SQL Server查询命令窗口输入命令:exec sys.sp_readerrorlog 0 阅读全文
posted @ 2019-12-12 19:02 芯琪77 阅读(171) 评论(0) 推荐(0)
摘要:一些国内的pip源,如下: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大 阅读全文
posted @ 2019-12-11 10:57 芯琪77 阅读(224) 评论(0) 推荐(0)