12 2021 档案

摘要:我的解决方法是: Android项目属性设置中的Linking属性值设置为None。(原来我设置的是Sdk Assemblies Only) 参考链接: Troubleshooting XAML Hot Reload - Visual Studio (Windows) | Microsoft Doc 阅读全文
posted @ 2021-12-31 11:34 lishidefengchen 编辑
摘要:<Label Text="Choose By &#10;One &#10;Two" Margin="0,10,0,0" /> 阅读全文
posted @ 2021-12-23 18:16 lishidefengchen 编辑
摘要:参考:https://docs.devexpress.com/eXpressAppFramework/118047/application-shell-and-base-infrasctructure/application-solution-components/ways-to-register- 阅读全文
posted @ 2021-12-15 18:29 lishidefengchen 编辑
摘要:1. 添加module.dll 2. 在程序中添加注册代码 3. XApplication的注册方式 4. Module.cs中的注册方式 阅读全文
posted @ 2021-12-15 14:45 lishidefengchen 编辑
摘要:https://learngitbranching.js.org/ 阅读全文
posted @ 2021-12-04 22:01 lishidefengchen 编辑
摘要:Tools-Options-C#-CodeStyle-Naming 下可以自定义自己的命名规则 阅读全文
posted @ 2021-12-03 11:09 lishidefengchen 编辑
摘要:WHERE (@CategoryId IS NULL OR CategoryId = @CategoryId)类似于WhereIf(!string.IsNullOrEmpty(a), A = a); 阅读全文
posted @ 2021-12-02 22:28 lishidefengchen 编辑
摘要:1.1.1 数据库锁定错误 SQLite Error 5: 'database is locked' 1.1.1.1 概述 发生这个错误常见的一种原因是:数据库访问我们使用了多个上下文,并且不同的上下文环境嵌套使用。如下代码所示: 1.1.1.2 原因分析 不同的数据库上下文嵌套使用,有一个上下文使 阅读全文
posted @ 2021-12-01 16:15 lishidefengchen 编辑
摘要:1.1.1 数据表使用了Sqlite并且字段上使用了Sqlite的保留字段 1.1.1.1 概述 如果使用Sqlite作为本地数据库,创建表的时候,表里的字段使用了Sqlite的保留字段。这个时候直接使用Sql语句进行操作数据库表的时候,就会报错,错误截图如下所示: 1.1.1.1.1 Sqlite 阅读全文
posted @ 2021-12-01 10:25 lishidefengchen 编辑
摘要:1.1.1 操作被取消异常 1.1.1.1 概述 发生的异常信息如下图所示: 1.1.1.2 原因分析 多数是因为http请求超时造成的; 1.1.1.3 参考链接 https://stackoverflow.com/questions/53291880/a-task-was-canceled-xa 阅读全文
posted @ 2021-12-01 09:39 lishidefengchen 编辑

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