上一页 1 2 3 4 5 6 ··· 52 下一页
摘要: [https://github.com/MichealWayne/books/blob/master/README.md] # books 前端、UI/UE部分经典书籍免费电子版。 ## fe目录 前端开发相关书籍。 > *注:[导航-前端常用网站集合>>](https://github.com/M 阅读全文
posted @ 2022-03-15 09:37 lishidefengchen 阅读(1630) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2022-03-10 11:23 lishidefengchen 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 题目来自:公众号【SQL数据库开发】 有这样一张表F0303,这只是其中一个单号的(我感觉语句不通顺,去掉这句话) 希望按单号+工序排序,相邻行部门相同的情况,取工序号最大的那一行记录,得到的结果如下: 测试数据 CREATE TABLE F0303 ( 单号 VARCHAR(20) NOT NUL 阅读全文
posted @ 2022-03-03 09:47 lishidefengchen 阅读(76) 评论(0) 推荐(0) 编辑
摘要: xamarin开发的apk 上传到个人服务器II 关机失效; 外网访问问题; 安全问题考虑; 上传到云服务器 贵 集中下载带宽问题 发布到应用商店 测试不友好 繁琐 最正规 蓝奏云(推荐) PC访问需要密码(类似百度云盘,非会员) 手机直接访问不用密码(亲测) 不用考虑带宽问题 不用考虑磁盘容量问题 阅读全文
posted @ 2022-03-02 11:03 lishidefengchen 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 前提条件:引用类型(指针间的游戏) 协变性:成员类型是要求类型的子类(派生类)。 例如:方法的返回值,如果定义要求返回的是Object,我们可以返回String,这个变化是被允许的。 逆变性:成员类型是要求类型的基类(父类)。 例如:方法的参数类型是 FileStream,我们可以传递一个 Stre 阅读全文
posted @ 2022-02-25 09:34 lishidefengchen 阅读(31) 评论(0) 推荐(0) 编辑
摘要: using DevExpress.ExpressApp.ConditionalAppearance; using DevExpress.ExpressApp.Editors; //... [ImmediatePostData] public bool IsMarried { // ... } [Ap 阅读全文
posted @ 2022-01-28 17:52 lishidefengchen 阅读(53) 评论(0) 推荐(0) 编辑
摘要: How to: Get the Current User in Code | eXpressApp Framework | DevExpress Documentation 阅读全文
posted @ 2022-01-28 17:28 lishidefengchen 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 参考: https://supportcenter.devexpress.com/Ticket/Details/T165956/align-integer-left-in-detail-view https://supportcenter.devexpress.com/ticket/details/ 阅读全文
posted @ 2022-01-28 14:02 lishidefengchen 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 若xaf框架中使用了安全机制,那么我们可以个性化的针对某一类角色或用户进行权限控制。 但,如果我们是从Controller层面进行的控制,那么这个控制就是全局性质的。 (完) 阅读全文
posted @ 2022-01-28 11:20 lishidefengchen 阅读(48) 评论(0) 推荐(0) 编辑
摘要: I had the same problems and lost hours trying to solve it :(. But then i found out that my firm has installed some new kind of firewall with self sign 阅读全文
posted @ 2022-01-27 10:37 lishidefengchen 阅读(88) 评论(0) 推荐(0) 编辑
摘要: Articles Tutorials | AspNet Boilerplate 阅读全文
posted @ 2022-01-26 16:14 lishidefengchen 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 最近,Github删库跑路事件闹的沸沸扬扬。marak大神发了一个Github官网的截图,如下: 英语学渣不懂就查,Suspended 这个单词不晓得是啥意思。查完知道是“暂停”的意思。那我就好奇了,这个单词和Stop,Pause,Cease,Halt有啥区别呢?(后两个也是通过查询知道的) 一通搜 阅读全文
posted @ 2022-01-25 08:51 lishidefengchen 阅读(634) 评论(0) 推荐(0) 编辑
摘要: vmware终于可以和hyper并存了。 阅读全文
posted @ 2022-01-24 11:45 lishidefengchen 阅读(86) 评论(0) 推荐(0) 编辑
摘要: XML 文档注释 - 使用 /// 注释记录 API | Microsoft Docs https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/xmldoc/ 阅读全文
posted @ 2022-01-14 15:46 lishidefengchen 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 然后 git push 的时候需要输入密码 原因是:私有项目,没有权限,需要输入用户名密码 阅读全文
posted @ 2022-01-11 09:30 lishidefengchen 阅读(1303) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 52 下一页