上一页 1 2 3 4 5 6 7 8 9 ··· 52 下一页
摘要: 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 阅读(69) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-26 15:44 lishidefengchen 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-24 18:23 lishidefengchen 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-24 16:53 lishidefengchen 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-23 16:16 lishidefengchen 阅读(0) 评论(0) 推荐(0)
摘要: 知乎笔记:https://note.youdao.com/s/1QaEP3lO 阅读全文
posted @ 2021-09-18 21:19 lishidefengchen 阅读(505) 评论(0) 推荐(0)
摘要: 默认web form 和 win 都是关闭的,可以在各自的应用程序中把这个配置设置为允许,就可以显示出图标了! 如下图所示: 注意! 必须公用的和特定平台的都允许才能显示出来!! 设置完毕后的效果如下: 阅读全文
posted @ 2021-09-18 11:44 lishidefengchen 阅读(82) 评论(0) 推荐(0)
摘要: 第二种效果: public partial class CustomizeWindowController : WindowController { public CustomizeWindowController() { TargetWindowType = WindowType.Main; } 阅读全文
posted @ 2021-09-18 11:30 lishidefengchen 阅读(54) 评论(0) 推荐(0)
摘要: 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 阅读(57) 评论(0) 推荐(0)
摘要: Below show the effect: 阅读全文
posted @ 2021-09-18 10:24 lishidefengchen 阅读(28) 评论(0) 推荐(0)
摘要: ChoiceActionItem item1 = exportController.ExportAction.Items.FindItemByID("DOCX File"); // 大写第一个单词 ChoiceActionItem item = exportController.ExportActi 阅读全文
posted @ 2021-09-17 18:28 lishidefengchen 阅读(58) 评论(0) 推荐(0)
摘要: 1. SSMS-->工具 》 SQL Server Profiler : 2. 设置跟踪属性,填写相关信息 3. 设置【事件选择】内容,根据图中的提示,勾选相关内容即可 4. 在【事件选择】页面继续勾选显示DatabaseName列,方便显示被跟踪数据库: 5. 按图中步骤,先点击【列筛选器...】 阅读全文
posted @ 2021-09-13 09:35 lishidefengchen 阅读(272) 评论(0) 推荐(0)
摘要: https://www.shuzhiduo.com/A/1O5EQx757a/ 下载汉化包:DevExpressLocalizedResources_2021.1_zh-Hans.exe 运行上面的exe,会在当前目录下解压出一大堆 xxxxx.resources.dll 资源文件,这些就是汉化的资 阅读全文
posted @ 2021-09-09 18:19 lishidefengchen 阅读(345) 评论(0) 推荐(0)
摘要: 解决:检查电脑是否有开启【代理设置】,关掉代理就可以了。 https://github.com/pypa/pip/issues/9972 (完) 阅读全文
posted @ 2021-09-07 10:23 lishidefengchen 阅读(63) 评论(0) 推荐(0)
摘要: 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 阅读(231) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 52 下一页