摘要:
//调用方式 var frm = new MyForm().Instance(); public static class ExFrm { static Dictionary<string, Form> forms = new Dictionary<string, Form>(); /// <sum 阅读全文
摘要:
$("#父窗口元素ID",window.parent.document) window.parent.document.getElementById("父窗口元素ID") 阅读全文
摘要:
using NPOI; using NPOI.XSSF.UserModel; using NPOI.SS.UserModel; using NPOI.HSSF.UserModel; NPOI.SS.UserModel.IWorkbook excelbook = null; using (FileSt 阅读全文
摘要:
USE 数据库goEXEC dbo.sp_changedbowner N'账号' 阅读全文
摘要:
public static double MillimeterToPixel_X(double length) //length是毫米,1厘米=10毫米 { System.Windows.Forms.Panel p = new System.Windows.Forms.Panel(); System 阅读全文
摘要:
var configObj = { method //数据的提交方式:get和post url //数据的提交路劲 async //是否支持异步刷新,默认是true data //需要提交的数据 dataType //服务器返回数据的类型,例如xml,String,Json等 success //请 阅读全文
摘要:
//具体打包过程,参考下面网址 https://www.cnblogs.com/dongh/p/6868638.html VS 扩展和更新-联机 搜索 Microsoft Visual Studio Installer Projects 安装后可以创建打包项目,把文件添加进去,然后生成,得到一个安装 阅读全文
摘要:
excel是从网页下载或者其他第三方软件导出的解决方法:使用excel打开,另存为2003版的excel,再导入就好了或者保存为 xlsx 阅读全文
摘要:
//引用 System.IO.Compression.FileSystem.dll var basePath = AppDomain.CurrentDomain.BaseDirectory; System.IO.Compression.ZipFile.CreateFromDirectory(base 阅读全文
摘要:
保存: Configuration config = ConfigurationManager.OpenExeConfiguration(Application.ExecutablePath); if (config.AppSettings.Settings.AllKeys.Contains("ke 阅读全文