随笔分类 -  Windows

Windows
摘要:sqlServer数据库常用连接字符串 sqlServer 数据库常用连接字符串 用户名和密码验证的方式去连接到数据库服务器 <add name="conStr" connectionString="Data Source=服务器名;Initial Catalog=数据库名; User Id=用户名 阅读全文
posted @ 2020-06-16 16:33 2eggs 阅读(1314) 评论(0) 推荐(0)
摘要:c#,asp.net 4.0-4.4 是 在发送HTTP请求前加入下行代码 ServicePointManager.SecurityProtocol = (SecurityProtocolType)192 | (SecurityProtocolType)768 | (SecurityProtocol 阅读全文
posted @ 2020-06-16 08:22 2eggs 阅读(1534) 评论(3) 推荐(0)
摘要:web窗体应用程序,vs自动生成文件全部删除 C:\Users\Administrator\Desktop\fineuiDemo\EmptyProjectNet45_FineUI_v6.0.3\EmptyProjectNet45_FineUI 1、2 dll fineui dll 2、extjs拷贝 阅读全文
posted @ 2020-06-12 14:26 2eggs 阅读(190) 评论(1) 推荐(0)
摘要:1、项目的主要运行代码 HostFactory.Run(x => { x.RunAsLocalSystem(); x.SetDescription("topshelf测试"); x.SetDisplayName("topshelftest"); x.SetServiceName("topshelft 阅读全文
posted @ 2020-05-09 16:12 2eggs 阅读(431) 评论(0) 推荐(0)
摘要:默认的 IIS MIME 类型关联 bat 类型 application/octet-stream 阅读全文
posted @ 2020-04-05 10:12 2eggs 阅读(481) 评论(1) 推荐(0)
摘要:New Sql server stand-alone installation or add features to an existing installation setup support rules installation type disk space requirements erro 阅读全文
posted @ 2020-01-22 12:56 2eggs 阅读(645) 评论(0) 推荐(0)