摘要: 新建winform窗体,添加timer并绑定事件 using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; namespace test.winForm { publ 阅读全文
posted @ 2023-04-24 14:24 Ctgu华晶 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1,在配置文件application.properties里添加配置 sync.no.hydee.channel = ciic_tjfw| 2,在Resources目录下的xml文件中添加配置(我写在我本地的applicationContext-controller.xml里) <bean id=" 阅读全文
posted @ 2022-06-28 11:34 Ctgu华晶 阅读(425) 评论(0) 推荐(0) 编辑
摘要: C#加解密工具类代码 class JdAesCBCTool { public static string Encrypt(string toEncrypt, string key, string iv) { byte[] keyArray = UTF8Encoding.UTF8.GetBytes(k 阅读全文
posted @ 2022-02-15 19:42 Ctgu华晶 阅读(389) 评论(0) 推荐(1) 编辑
摘要: public partial class Form1 : Form { public Form1() { InitializeComponent(); } [DllImport("user32.dll", CharSet = CharSet.Unicode)] public static exter 阅读全文
posted @ 2022-02-15 14:00 Ctgu华晶 阅读(51) 评论(0) 推荐(1) 编辑
点击右上角即可分享
微信分享提示