摘要:
js 代码:Ext.namespace("Ext.tet.plugins");Ext.tet.plugins.GroupHeaderGrid = function(config) {Ext.apply(this, config);};Ext.extend(Ext.tet.plugins.GroupHeaderGrid, Ext.util.Observable, {init: function(grid) {var v = grid.getView();v.beforeMethod('initTemplates', this.initTemplates);v. 阅读全文
摘要:
总下载地址:http://download.csdn.net/source/1995944附件: 测试计划.doc (2008-7-25 10:37:59, 26 K)附件: 概要设计说明书.doc (2008-7-25 10:37:59, 47.5 K)附件: 可行性研究报告.doc (2008-7-25 10:37:59, 86.5 K)附件: 模块开发卷宗.doc (2008-7-25 10:37:59, 20 K)附件: 数据库设计说明书.doc (2008-7-25 10:37:59, 36.5 K)附件: 数据要求说明书.doc (2008-7-25 10:40:02, 34 K) 阅读全文
摘要:
如果没有按照正常的先装iis后装.net的顺序,可以使用此命令重新注册一下运行->cmdMicrosoft Windows [版本 6.1.7601]版权所有 (c) 2009 Microsoft Corporation。保留所有权利。C:\Users\Administrator>cd C:\Windows\Microsoft.NET\Framework\v4.0.30319C:\Windows\Microsoft.NET\Framework\v4.0.30319>aspnet_regiis.exe -i开始安装 ASP.NET (4.0.30319)。........... 阅读全文
摘要:
1. 无法识别“targetFramework”用的是vs2010,应用.NET Framework 4创建的网站放在IIS(7.0)下会出现如下的错误:版本信息显示.NET Framework和ASP.NET的版本都是2.0,而我们制作网站的时候使用的.NET Framework 4.0,所以必须设置网站的.NET Framework属性为4.0。2.Could not load file or assembly 'System.Data.SQLite' or one of its dependencies. 试图加载格式不正确的程序解决办法: System.Data.SQL 阅读全文