12 2021 档案

摘要:流 <--> 字节数组-->(编码解析) >字符串字符串 >(编码转换) >字节数组< >流 阅读全文
posted @ 2021-12-30 11:16 长白山 阅读(96) 评论(0) 推荐(0) 编辑
摘要:转自:https://www.cnblogs.com/flydean/p/15725880.html 阅读全文
posted @ 2021-12-24 09:47 长白山 阅读(265) 评论(0) 推荐(0) 编辑
摘要:数据库设计技巧1. 每张表都要设计主键 不建议用自增整数作为主键。 原因: 1) 自增存在回溯问题; 2) 自增值在服务器端产生,存在并发性能问题。 3) 无法保证全局唯一,只能当前唯一。4)自增值存在安全问题 5)分布式架构问题。6)MySQL Group Replication 下存在性能问题。 阅读全文
posted @ 2021-12-22 10:54 长白山 阅读(34) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/dotnet261010/p/8904778.html 阅读全文
posted @ 2021-12-20 17:06 长白山 阅读(55) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/a8f8403d2aec 阅读全文
posted @ 2021-12-17 11:10 长白山 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/xiangyisheng/p/6144083.html 阅读全文
posted @ 2021-12-10 16:23 长白山 阅读(22) 评论(0) 推荐(0) 编辑
摘要:【区别】 KeyValuePair<TKey,TValue> 可以设置、查询的一对键值 是struct Dictionary<TKey,TValue> 可以设置、查询的多对键值的集合 【除了区别,还有联系】 KeyValuePair是Dictionary集合元素类型的对象 foreach( KeyV 阅读全文
posted @ 2021-12-10 11:23 长白山 阅读(245) 评论(0) 推荐(0) 编辑
摘要:转自:https://www.cnblogs.com/sheng-jie/p/6305385.html 阅读全文
posted @ 2021-12-10 11:01 长白山 阅读(10) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/wangcq/p/3480312.html 阅读全文
posted @ 2021-12-07 11:18 长白山 阅读(67) 评论(0) 推荐(0) 编辑
摘要:MVC 中用JS跳转窗体Window.Location.href 一般的Window.Location.href会造成URL地址追加 较为好的写法为: return Content(string.Format("<script type='text/javascript'>alert('请先维护实验 阅读全文
posted @ 2021-12-04 11:37 长白山 阅读(343) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示