把对Accessl 数据操作写成了类 可以直接添加到项目中引用,快速建立或者小项目而言比较方便 举例(非查询语句): 添加货物 public int IntoDGoods(Entity.EGoods model) { SqlParameter[] para = new SqlParameter[]{ new SqlParameter("@GoodsID",model.GoodsID), new SqlParameter("@GoodsName",model.GoodsName), }; int
一个简单的操作IIS7 的脚本. 依靠系统自带的Appcmd.exe工具, 进行添加Applicaiton Pool, Application及给Application分配Application Pool的操作. 在文件 Install.bat中, 有一些基本参数设置 Rem CreateAppPool_IIS7.bat appPoolName[required]: Application pool name appPoolVer[required]: Application Pool run