03 2022 档案
摘要:The difference between string.Empty and "" is very small. String.empty will not create any object while "" will create a new object in the memory for
阅读全文
摘要:[https://github.com/MichealWayne/books/blob/master/README.md] # books 前端、UI/UE部分经典书籍免费电子版。 ## fe目录 前端开发相关书籍。 > *注:[导航-前端常用网站集合>>](https://github.com/M
阅读全文
摘要:the list and items are static–they are not computed and do not change; the items in the list have no ids; the list is never reordered or filtered. Whe
阅读全文
摘要:题目来自:公众号【SQL数据库开发】 有这样一张表F0303,这只是其中一个单号的(我感觉语句不通顺,去掉这句话) 希望按单号+工序排序,相邻行部门相同的情况,取工序号最大的那一行记录,得到的结果如下: 测试数据 CREATE TABLE F0303 ( 单号 VARCHAR(20) NOT NUL
阅读全文
摘要:xamarin开发的apk 上传到个人服务器II 关机失效; 外网访问问题; 安全问题考虑; 上传到云服务器 贵 集中下载带宽问题 发布到应用商店 测试不友好 繁琐 最正规 蓝奏云(推荐) PC访问需要密码(类似百度云盘,非会员) 手机直接访问不用密码(亲测) 不用考虑带宽问题 不用考虑磁盘容量问题
阅读全文