`
qiuxiaorong1979
  • 浏览: 81000 次
  • 性别: Icon_minigender_1
  • 来自: 无锡
社区版块
存档分类
最新评论
文章列表
三、搭建框架 1. Create Web Project 启动MyEclipse,点击File->New->Other->MyEclipse->Java Enterprise Projects->Web Project,然后点击Next。 设置Project Name为S2SH,Location Dircetory为E:\J2EE\S2SH,J2EE Specification Level为Java EE 5.0,点击Finish。 选择File- ...
一、实验素材 1. 开发环境:MyEclipse 8.0 GA(Eclipse3.5.1,JRE1.6.0.10和MyEclipse Enterprise WorkBench8.0) 2. 运行环境:JDK 6 Update 20(JRE1.6.0.13) 3. 开发框架:Struts 2.1.8.1,Spring 2.5,Hibernate 3.2 4. 应用服务器:tomcat 6.0.26 5. 数据库服务器:SQL Ser ...
一、下载驱动程序。 1. 下载地址http://download.microsoft.com,搜索Microsoft SQL Server JDBC Driver 3.0,并下载,下载的文件名为sqljdbc_3.0.1301.101_chs.exe(版本号1.1之后都支持sql2005,2.0的支持sql2008)。 2. 下载文件解压后就可以使用,不需要要安装,找到其中的sqljdbc4.jar放入$MYECLIPSEHOME/Common/JDBC目录中即可。 二、配置sql2005服务器。 1. 配置TCP端口:开始->程序->Microsoft SQL Server ...
具体安装详见如下步骤如下: 1. 下载Vss Plugin最新版1.6.2(此插件最后更新日期是20070909,但是还是可以用),下载网址为http://vssplugin.sourceforge.net。 2. 将下载的org.vssplugin_1.6.2.zip包解压成org.vssplugin_1.6.2目录。 3. 将解压后的文件包放到$MYECLIPSEHOME\MyEclipse 8.x Latest\dropins\plugins。 4. 重新启动MyEclipse,在Window->Show View->Other,如能看见vss选项,安装成功。 5. 帮助文档可 ...
一、下载MyEclipse 8.0 M1 1. 在http://www.myeclipseide.com/下载MyEclipse 8.0 M1,该安装包集成了 Eclipse3.5.0,JRE1.6.0和MyEclipse Enterprise WorkBench7.9的自动安装包(仅Windows平台)。 2. 安装目录为C:\J2EE\MyEclipse。 3. MyEclipse 8.0M1破解方法:MyEclipse安装完之后,解压补丁到当前用户目录下(如当前登录用户为qxr,就解压到C:\Documents and Settings\qxr下,破解后有对启动插件删除的提示。 二、安装 ...
一. 初始化dropdownlist 1. VIEW层 //==================================================================================== /// <summary> /// 设置控件内容 /// </summary> /// <returns></returns> /// <originated>Shawn Qiu</originated> /// <mender></mender> /// ...
方法一 1. VIEW层 //==================================================================================== /// <summary> /// 将UserInfo的相关内容绑定到GridView上 /// </summary> /// <returns></returns> /// <originated>Shawn Qiu</originated> /// <date>2010-04-01</da ...
1. VIEW层 protected void gv_UserInfoList_RowDeleting(object sender, GridViewDeleteEventArgs e) { try { connection = SqlDBHelper.GetNewSqlConnection(DB.ConnectionString); if (gv_UserInfoList.DataKeys[e.RowIndex].Value.ToString() == ((MT_TW_UserInfo)Session["oUserIn ...
1. VIEW层 protected void gv_UserInfoList_RowCommand(object sender, GridViewCommandEventArgs e) { int iRowNO; ClearMsg(); switch (e.CommandName) { case "Edit": { try { iRowNO = Convert.ToInt3 ...
1. VIEW层 protected void btn_Add_Click(object sender, EventArgs e) { ClearMsg(); //判断必填项是否填写 if (IsControlsValueNotNull() != "") { ShowMsg(IsControlsValueNotNull()); return; } //判断填写项是否超过固定长度 if (IsControlsValueOutOfSize() != &quo ...
public class MT_TW_UserInfo { /// <summary> /// 表名 /// </summary> public const string TableName = "T_TW_UserInfo"; #region private vars private int _iUserID; private string _sUserName; private string _sUserPassword; private int _ ...
1. 下载ckfinder 官方网址:http://ckfinder.com/ 最新版本:(ASP.NET版)CKFinder 2.0, updated 28.05.2010 2. 精简ckfinder 删除_samples和_source文件夹,分别为示例文件和未压缩源程序 删除根目录下install.txt,license.txt文件 删除core/lang目录下除en.js,zh-cn.js的所有语言文件,或根据需要删除。 3. 修改配置文件 修改ckeditor根目录下的配置文件config.js,增量更新以下代码,同时注意相对路径。 config.filebrowserBr ...
1. 设置GrdView控件的AllowPaging属性为true。 2. 设置GrdView控件的PageSize属性为15(每页15条数据)。 3. 设置GrdView控件的PageSetting->Mode属性为Numeric。 4. 设置GrdView控件的PageSetting->PageButtonCount属性为10(默认显示10页的导航数字按钮)。 5. 设置GrdView控件的FooterStyle->CssClass属性为GridViewFooterStyle。 .GridViewFooterStyle { text-align: right; } ...
1. 下载ckeditor 官方网址:http://ckeditor.com/ 最新版本:CKEditor 3.3.1,released on 10 June 2010 2. 精简ckeditor 删除_samples和_source文件夹,分别为示例文件和未压缩源程序。 删除lang文件夹下除zh-cn.js,en.js下的所有语言文件,或根据需要删除。 删除根目录下的changes.html(更新列表),install.html(安装指向),license.html(使用许可) 删除skins目录下不需要的皮肤。//如果只保留V2则必须在config.js中指定皮肤 3. ckedito ...
1. 首先下载Ant1.8.1,官方下载地址为:http://ant.apache.org/bindownload.cgi。 2. 请选择下载apache-ant-1.8.1-bin.zip,下载后解压至文件夹C:\Program Files\ant1.8.1。 3. 右击“我的电脑”->选择“属性”->选择“高级”选项卡->单击“环境变量” 新建ANT_HOME = C:\Program Files\ant1.8.1 添加Path = %Path%;C:\Program Files\ant1.8.1\bin 4. 单击“开始”->“运行”->输入cmd->确 ...
Global site tag (gtag.js) - Google Analytics