04 2011 档案
摘要:下面将介绍怎样将一个WebApplication在VisualStudio中直接打包发布到IIS上去. 首先需要使用Administrator的身份运行Visual Studio. Task 1 – Opening and the Project Properties Publish Page, Setting the WebApplication to Use IIS and Create a Package. 在此task中, 我们将打开projcet 设置web application 使用发布到IIS上 1. 创建一个新的文件夹在 "C:\HTMLLab" 2. 在
阅读全文
摘要:1varmodel=grid.getSelectionModel();2model.selectAll();//选择所有行3model.selectFirstRow();//选择第一行4model.selectLastRow([flag]);//选择最后一行,flag为正的话保持当前已经选中的行数,不填则默认false5model.selectNext();//选择下一行6model.selectPrevious();//选择上一行7model.selectRange(tartRow,ndRow,[BooleankeepExisting]);//选择范围间的行8model.selectRow(
阅读全文