如何使用Ext.create() 调用一个窗体
摘要: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路上
阅读(2149)
推荐(0) 编辑
从客户端(ExportContent="...ontinuous <br />Pass Count":13...")中检测到有潜在危险的 Request.Form 值。
摘要:mvc中,用chrome浏览器导出excel提示如题错误的解决办法。 <system.web> <httpRuntime requestValidationMode="2.0" targetFramework="4.5" /> <pages validateRequest="false" >
阅读全文
posted @
2017-07-26 19:51
在delphi路上
阅读(506)
推荐(0) 编辑
向现有mvc程序中加入devexpress report
摘要: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路上
阅读(902)
推荐(0) 编辑
IIS 7 Access to the path ‘c:\windows\system32\inetsrv\’ is denied
摘要: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路上
阅读(316)
推荐(0) 编辑
c# datetime是一年中的第几周
摘要: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路上
阅读(536)
推荐(0) 编辑
使用aspnet_regsql.exe 创建ASPState数据库,用来保存session会话
摘要:使用aspnet_regsql.exe 创建ASPState数据库,用来保存session会话 因为公司有多台服务器,所以session要保存在sql server上,因此要在数据库中建立存放session的数据库ASPState, 转自:http://www.cnblogs.com/zxktxj/
阅读全文
posted @
2017-07-12 08:42
在delphi路上
阅读(231)
推荐(0) 编辑
Extjs grid增加或删除列后记住滚动条的位置
摘要:IE下验证好使。 { text: "Del", icon: 'Scripts/Ext/resources/images/icons/application_form_delete.png', action: "Del", listeners: { click: function (btn) { va
阅读全文
posted @
2017-07-11 14:42
在delphi路上
阅读(323)
推荐(0) 编辑
Ext grid单元格编辑时获取获取Ext.grid.column.Column
摘要:item2.width = 80; //item2.flex = 1; item2.align = 'center'; item2.menuDisabled = true; //禁止显示列头部右侧菜单 item2.sortable = false; //禁止点击列排序 item2.editor =
阅读全文
posted @
2017-07-05 17:01
在delphi路上
阅读(278)
推荐(0) 编辑