上一页 1 2 3 4 5 6 ··· 28 下一页

2020年12月22日

移动其他程序窗体 API.MoveWindow(hqwnd, mf.Left, mf.Top, mf.Width, mf.Height, 1);

摘要: API.MoveWindow(hqwnd, mf.Left, mf.Top, mf.Width, mf.Height, 1); 阅读全文

posted @ 2020-12-22 07:56 mol1995 阅读(140) 评论(0) 推荐(0)

2020年12月4日

word中手动插入页码域的方法

摘要: 在word文件中,需要插入特定内容所在页码,且要求页码能随特定内容所在位置自动更新。可以通过上述VBA的方式实现,也可手动实现: 首先,在特定内容所在位置插入书签,为书签取名如s1 其次,在需要插入动态页码的地方按Ctrl+F9,添加域,在域括号上点击右键,选择编辑域,弹出域类型选择框,选择page 阅读全文

posted @ 2020-12-04 10:19 mol1995 阅读(2204) 评论(0) 推荐(0)

2020年10月26日

微服务介绍

摘要: https://www.zhihu.com/question/65502802 https://www.jianshu.com/p/7293b148028f https://blog.csdn.net/wuxiaobingandbob/article/details/78642020 阅读全文

posted @ 2020-10-26 22:31 mol1995 阅读(92) 评论(0) 推荐(0)

2020年10月20日

DataGridView绑定数据后清除默认选中行 在DataBindingComplete事件中ClearSelection

摘要: private void dvLevel_DataBindingComplete(object sender, DataGridViewBindingCompleteEventArgs e) { dvLevel.ClearSelection();//清除默认选择行 } 阅读全文

posted @ 2020-10-20 16:28 mol1995 阅读(206) 评论(0) 推荐(0)

2020年9月8日

通过CheckBox实现TreeView的多选功能

摘要: https://chuna2.787528.xyz/lidaying5/p/5924707.html 阅读全文

posted @ 2020-09-08 12:24 mol1995 阅读(197) 评论(0) 推荐(0)

2020年8月3日

c# 朗读文字

摘要: 添加引用 System.Speech try { SpeechRecognitionEngine recEngine = new SpeechRecognitionEngine(); SpeechSynthesizer speech = new SpeechSynthesizer(); speech 阅读全文

posted @ 2020-08-03 09:53 mol1995 阅读(588) 评论(0) 推荐(0)

PowerDesigner设置code和name不联动的方法

摘要: Tools--General Options--Dialog--Name to Code mirroring的复选框不要选中 阅读全文

posted @ 2020-08-03 09:34 mol1995 阅读(436) 评论(0) 推荐(0)

2020年7月3日

机型信息查询网页

摘要: https://contentzone.eurocontrol.int/aircraftperformance/default.aspx?ICAOFilter=b738 阅读全文

posted @ 2020-07-03 14:18 mol1995 阅读(271) 评论(0) 推荐(0)

2020年6月30日

Win10中设置中文输入法默认英文状态

摘要: 不添加英语语言的方法:只保留中文一种语言 1.开始-设置-时间和语言-语言,把除中文(简体,中国)外的其他语言都删掉。注意如果其他语言在第一位,要挪到后面才能删除。 2. 仍在语言窗体,点击上方的键盘按钮,去掉“使用桌面语言栏”,这样就不会在桌面上显示讨厌的中文输入法长条了。 3.点击下方的语言栏选 阅读全文

posted @ 2020-06-30 15:35 mol1995 阅读(2892) 评论(0) 推荐(0)

2020年6月27日

PowerDesigner 导出报告

摘要: https://blog.csdn.net/jyf0412/article/details/21900075 阅读全文

posted @ 2020-06-27 23:12 mol1995 阅读(270) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 28 下一页

导航