摘要:
新建winform窗体,添加timer并绑定事件 using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; namespace test.winForm { publ 阅读全文
摘要:
1,在配置文件application.properties里添加配置 sync.no.hydee.channel = ciic_tjfw| 2,在Resources目录下的xml文件中添加配置(我写在我本地的applicationContext-controller.xml里) <bean id=" 阅读全文
摘要:
C#加解密工具类代码 class JdAesCBCTool { public static string Encrypt(string toEncrypt, string key, string iv) { byte[] keyArray = UTF8Encoding.UTF8.GetBytes(k 阅读全文
摘要:
public partial class Form1 : Form { public Form1() { InitializeComponent(); } [DllImport("user32.dll", CharSet = CharSet.Unicode)] public static exter 阅读全文