2015年11月13日

摘要: with district as ( select * from Area where AbbrTW= N'中國' union all select a.* from Area a, district b where a.AreaNo like '2011%')--district1 as... 阅读全文

posted @ 2015-11-13 12:29 qhy1277 阅读(232) 评论(0) 推荐(0)

摘要: select (SELECT (Case A1.AreaAbbr WHEN '' THEN A1.AreaName Else A1.AreaAbbr END)+ ' ' FROM AreaLang A1 WHERE (SELECT AreaNo FROM Area WHERE Area.AreaID... 阅读全文

posted @ 2015-11-13 12:13 qhy1277 阅读(307) 评论(0) 推荐(0)

摘要: //新增网址信息function AddSitInfo(a) { var obj = $(a).closest("td[name='POIRestaurant_Reference_URL']"); if ($(obj).find("[name='div_SiteModel']").find("div... 阅读全文

posted @ 2015-11-13 12:07 qhy1277 阅读(148) 评论(0) 推荐(0)

摘要: function CheckUrl(a) { var falg = true; var regstr = /^http(s)?:\/\/([\w-]+\.)+[\w-]+(\/[\w- ./?%&=]*)?$/; //var reg = new RegExp("^http(s)?:\/\/([\w-... 阅读全文

posted @ 2015-11-13 12:06 qhy1277 阅读(227) 评论(0) 推荐(0)


2015年10月14日

摘要: public static void Main(string[] args) { Console.WriteLine("请输入要打印的行数:"); int n=Convert.ToInt32(Console.ReadLine()); Console.Clear(); //清除以上显示的内容 ... 阅读全文

posted @ 2015-10-14 17:59 qhy1277 阅读(322) 评论(0) 推荐(0)


2015年7月29日

摘要: public ActionResult btnExport(ReportViewModel model) { //接收需要导出的数据 List list = EmployeeRepository.GetEmployeePrportAll(model).ToList(); //命名导出表格的St... 阅读全文

posted @ 2015-07-29 17:16 qhy1277 阅读(577) 评论(0) 推荐(0)

摘要: function req00_Line1_onChange(obj) { //if ($(obj).val() != "" && $(obj).val() != null) { $.post("/Require/GetLineSelect", { pModelCode: $(obj).val()... 阅读全文

posted @ 2015-07-29 17:02 qhy1277 阅读(116) 评论(0) 推荐(0)

摘要: #region 授權書是否存在 [HttpPost] [ValidateInput(false)] public int IsExitAuthorizationByFileName(string fileName) { string path = Server.MapPath("/FileUpLoa... 阅读全文

posted @ 2015-07-29 16:48 qhy1277 阅读(172) 评论(0) 推荐(0)

摘要: /// /// 将PDF文档转换为图片的方法 /// /// PDF文件路径 /// 图片输出路径 /// 生成图片的名字 /// 从PDF文档的第几页开始转换 /// 从PDF文档的第几页开始停止转换 /// 设置所需图片格式 /// 设置图片的清晰度,数字越大越清晰 pu... 阅读全文

posted @ 2015-07-29 16:46 qhy1277 阅读(341) 评论(0) 推荐(0)

摘要: #region /// 授權範圍自建列表 /// public static List GetBookSourceSelectList() { List BookSourceSelectList = new List(); BookSourceSelectList.Add(new SelectLi... 阅读全文

posted @ 2015-07-29 16:39 qhy1277 阅读(314) 评论(1) 推荐(0)


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3