03 2017 档案

摘要:Configuration cf = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); cf.AppSettings.Settings[key].Value = value; cf.Save(); 阅读全文
posted @ 2017-03-29 10:44 Alan_YN 阅读(298) 评论(0) 推荐(0)
摘要:/// /// Interaction logic for App.xaml /// public partial class App : Application { [DllImport("user32")] private static extern int SetForegroundWindow(IntPtr hwnd); [DllImport("user32.dll")] p... 阅读全文
posted @ 2017-03-21 15:52 Alan_YN 阅读(2138) 评论(1) 推荐(0)
摘要:概念 GUID: 即Globally Unique Identifier(全球唯一标识符) 也称作 UUID(Universally Unique IDentifier) 。 GUID是一个通过特定算法产生的二进制长度为128位的数字标识符,用于指示产品的唯一性。GUID 主要用于在拥有多个节点、多 阅读全文
posted @ 2017-03-16 14:43 Alan_YN 阅读(23918) 评论(1) 推荐(0)
该文被密码保护。
posted @ 2017-03-15 17:09 Alan_YN 阅读(2) 评论(0) 推荐(0)