03 2017 档案
摘要:Configuration cf = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); cf.AppSettings.Settings[key].Value = value; cf.Save();
阅读全文
摘要:/// /// Interaction logic for App.xaml /// public partial class App : Application { [DllImport("user32")] private static extern int SetForegroundWindow(IntPtr hwnd); [DllImport("user32.dll")] p...
阅读全文
摘要:概念 GUID: 即Globally Unique Identifier(全球唯一标识符) 也称作 UUID(Universally Unique IDentifier) 。 GUID是一个通过特定算法产生的二进制长度为128位的数字标识符,用于指示产品的唯一性。GUID 主要用于在拥有多个节点、多
阅读全文

浙公网安备 33010602011771号