摘要:
#region 执行cmd命令 /// <summary> /// 执行cmd命令 /// </summary> /// <param name="commandText"></param> /// <returns></returns> private string ExeCommand(stri 阅读全文
摘要:
select col.table_name,col.column_name from information_schema.table_constraints tab, information_schema.constraint_column_usage col where col.constrai 阅读全文
摘要:
邮箱验证: public static readonly string Email = @"^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$ 阅读全文
摘要:
exec sp_helptext SVB_ListLoopBOutCREATE PROCEDURE SVB_ListLoopBOut @CompanyName VarChar(64), @DeliverSN VarChar(32), @GBOutHID VarChar(32), @Status In 阅读全文
摘要:
添加下面这个类 public static class GetAllAttribute<T> where T : class { public static string Names; public static string Values; public static ArrayList arra 阅读全文
摘要:
需要引用NPOI.dll程序集和Ionic.Zip.dll程序集 string[] headerRowName = { "序号", "地市", "镇街", "企业名称", "监控类型", "企业联网负责人", "企业联网负责人手机号", "环保督办人", "环保督办人联系电话", "所属重点行业", 阅读全文
摘要:
if (!string.IsNullOrEmpty(order) && !string.IsNullOrEmpty(dir))//判断排序的字段名称和排序的类型是否为空 { if (dir.Equals("asc")) { list1 = listData.OrderBy(p => GetPrope 阅读全文
摘要:
1.head表签引用 这两个文件即可 2.复制下面的代码到webform中的head标签中 <script> $(function () { //提示信息 var lang = { "sProcessing": "处理中...", "sLengthMenu": "每页 _MENU_ 项", "sZe 阅读全文