09 2021 档案

摘要:设置说明:https://tipsmake.com/how-to-create-a-yellow-circle-around-the-mouse-cursor-on-windows 安装文件官网地址:http://www.math.uaa.alaska.edu/~afkjm/PenAttention 阅读全文
posted @ 2021-09-30 16:12 lishidefengchen 编辑
摘要:https://supportcenter.devexpress.com/ticket/list 其中有一些KB Articles (知识类的文章) 阅读全文
posted @ 2021-09-29 16:01 lishidefengchen 编辑
摘要:using System; using DevExpress.Xpo; using System.ComponentModel; public struct SalesKey { [Persistent("stor_id")] public string StorId {get; set;} [Pe 阅读全文
posted @ 2021-09-26 17:50 lishidefengchen 编辑
摘要:知乎笔记:https://note.youdao.com/s/1QaEP3lO 阅读全文
posted @ 2021-09-18 21:19 lishidefengchen 编辑
摘要:默认web form 和 win 都是关闭的,可以在各自的应用程序中把这个配置设置为允许,就可以显示出图标了! 如下图所示: 注意! 必须公用的和特定平台的都允许才能显示出来!! 设置完毕后的效果如下: 阅读全文
posted @ 2021-09-18 11:44 lishidefengchen 编辑
摘要:第二种效果: public partial class CustomizeWindowController : WindowController { public CustomizeWindowController() { TargetWindowType = WindowType.Main; } 阅读全文
posted @ 2021-09-18 11:30 lishidefengchen 编辑
摘要:This article explains how we can modify the xaf application logo: first of all, you should open the model designer in vs2019, and then follow steps sh 阅读全文
posted @ 2021-09-18 10:33 lishidefengchen 编辑
摘要:Below show the effect: 阅读全文
posted @ 2021-09-18 10:24 lishidefengchen 编辑
摘要:ChoiceActionItem item1 = exportController.ExportAction.Items.FindItemByID("DOCX File"); // 大写第一个单词 ChoiceActionItem item = exportController.ExportActi 阅读全文
posted @ 2021-09-17 18:28 lishidefengchen 编辑
摘要:1. SSMS-->工具 》 SQL Server Profiler : 2. 设置跟踪属性,填写相关信息 3. 设置【事件选择】内容,根据图中的提示,勾选相关内容即可 4. 在【事件选择】页面继续勾选显示DatabaseName列,方便显示被跟踪数据库: 5. 按图中步骤,先点击【列筛选器...】 阅读全文
posted @ 2021-09-13 09:35 lishidefengchen 编辑
摘要:https://www.shuzhiduo.com/A/1O5EQx757a/ 下载汉化包:DevExpressLocalizedResources_2021.1_zh-Hans.exe 运行上面的exe,会在当前目录下解压出一大堆 xxxxx.resources.dll 资源文件,这些就是汉化的资 阅读全文
posted @ 2021-09-09 18:19 lishidefengchen 编辑
摘要:解决:检查电脑是否有开启【代理设置】,关掉代理就可以了。 https://github.com/pypa/pip/issues/9972 (完) 阅读全文
posted @ 2021-09-07 10:23 lishidefengchen 编辑
摘要:Installation of pytube This guide assumes you already have python and pip installed. To install pytube, run the following command in your terminal: $ 阅读全文
posted @ 2021-09-06 10:31 lishidefengchen 编辑
摘要:现象: 原因:没有写注释 解决: 1. 写注释 2. 把警告号【CS1591】项目属性下的警告排除选项卡中,英文分号分割。 (完) 阅读全文
posted @ 2021-09-06 10:03 lishidefengchen 编辑
摘要:原因:代码安全机制 但是吧,他这个还是不够安全,因为我发现,可以通过手动修改URL为/UI的方式,将页面指到正确的登录页面。 堵死这个通道的方式,还需要从根源解决: https://www.cnblogs.com/lishidefengchen/p/14945798.html 阅读全文
posted @ 2021-09-06 09:57 lishidefengchen 编辑

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