2017年8月19日
摘要: { xtype: 'combo', columnWidth: .55, name: 'AQLLevel', store: Ext.create('Scripts.Code.Common.store.InspLevelSwitchingStore'), editable: false, queryMo 阅读全文
posted @ 2017-08-19 10:35 在delphi路上 阅读(560) 评论(0) 推荐(0)
  2017年8月10日
摘要: 微软的ILMerge工具。 下载地址:https://www.microsoft.com/en-us/download/details.aspx?id=17630 这个支持将EXE依赖的DLL合并到EXE中,也支持将主DLL依赖的其他DLL合并到一个DLL中,这个基本满足要求,唯一不足之处是没有GU 阅读全文
posted @ 2017-08-10 10:51 在delphi路上 阅读(168) 评论(0) 推荐(0)
  2017年8月5日
摘要: ExtJS 4.2 组件的查找方式 ExtJS 4.2 组件的查找方式 组件创建了,就有方法找到这些组件。在DOM、Jquery都有各自的方法查找元素/组件,ExtJS也有自己独特的方式查找组件、元素。本次从全局查找、容器内查找、form表单查找、通用组件等4个方面介绍组件的查找方式。 组件创建了, 阅读全文
posted @ 2017-08-05 08:45 在delphi路上 阅读(207) 评论(0) 推荐(0)
  2017年8月1日
摘要: 转自:https://segmentfault.com/a/1190000004322487 阅读全文
posted @ 2017-08-01 09:03 在delphi路上 阅读(478) 评论(0) 推荐(0)
  2017年7月29日
摘要: Ext.define("Scripts.Code.QM.OutgoingQuality.OQC.ReinspRequest.view.DefectContentsDetailInfo", { extend: "Ext.grid.Panel", alias: 'widget.Ali_DefectCon 阅读全文
posted @ 2017-07-29 11:17 在delphi路上 阅读(2177) 评论(0) 推荐(0)
  2017年7月26日
摘要: mvc中,用chrome浏览器导出excel提示如题错误的解决办法。 <system.web> <httpRuntime requestValidationMode="2.0" targetFramework="4.5" /> <pages validateRequest="false" > 阅读全文
posted @ 2017-07-26 19:51 在delphi路上 阅读(518) 评论(0) 推荐(0)
  2017年7月23日
摘要: Open your ASP.NET MVC project. In the main menu of Visual Studio, click the DEVEXPRESS submenu and select ASP.NET Controls v17.1 | Run Wizard to Updat 阅读全文
posted @ 2017-07-23 22:32 在delphi路上 阅读(926) 评论(0) 推荐(0)
  2017年7月12日
摘要: https://randypaulo.wordpress.com/2011/09/13/iis-7-access-to-the-path-cwindowssystem32inetsrv-isdenied/ https://ss64.com/nt/cacls.html 阅读全文
posted @ 2017-07-12 15:08 在delphi路上 阅读(322) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-07-12 08:56 在delphi路上 阅读(162) 评论(0) 推荐(0)
摘要: public static int WeekOfYear(DateTime dt, CultureInfo ci) { return ci.Calendar.GetWeekOfYear(dt, ci.DateTimeFormat.CalendarWeekRule, ci.DateTimeFormat 阅读全文
posted @ 2017-07-12 08:53 在delphi路上 阅读(540) 评论(0) 推荐(0)