10 2018 档案

摘要:1.服务断代码 public partial class Server : Form { private bool lk = true; public Server() { InitializeComponent(); TextBox.CheckForIllegalCrossThreadCalls 阅读全文
posted @ 2018-10-27 15:57 伪装大牛 阅读(4100) 评论(2) 推荐(0)
摘要:C#: button.Symbol = "\uf060"; VB: button.Symbol = ChrW("&Hf060") button.Symbol = "\uf060"; VB: button.Symbol = ChrW("&Hf060") VB: Since we included 2 阅读全文
posted @ 2018-10-16 10:37 伪装大牛 阅读(1312) 评论(0) 推荐(0)
摘要:嵌入类 用法 阅读全文
posted @ 2018-10-12 22:23 伪装大牛 阅读(4247) 评论(0) 推荐(0)
摘要:同实例跨库 只需要 库名.dbo.表 dbo可省略 如: 不同实例与不同ip是相同的 还可以这样 阅读全文
posted @ 2018-10-08 17:32 伪装大牛 阅读(810) 评论(0) 推荐(0)