-
我做了个库存管理,有个出库和入库,货品出库以后,仓库里的数据要怎样减少,入库以后,数据又怎样增加我做了个库存管理,有个出库和入库,货品出库以后,仓库里的数据要怎样减少,入库以后,数据又怎样增加dlxyzcj 时间:12-12 + 阅读全文
-
asp.net的页面用asp时代的方法写一直想搞明白的一个问题,因为一个项目,技术总监那边提出不能用.net控件,连个textbox能不用就不用。所以我现在的写法就是index.aspx不带代码分离那种,现在都写的有点习惯了。看了很多网上的指导说这样以后有些坏处(非技术类的坏处,具体我也不是很明白。)做技术一年多,对sqlserver,js,html,css+div,asp.net,连服务器的架设,网站上线全都搞过。一直在怀疑自己ianyours 时间:12-12 + 阅读全文
-
出现 “WebApplication15._Default”不包含“结果”的定义,并且找不到可接受类型为“WebApplication15._DefaultusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;namespaceWebApplication15{ publicpartialclass_Deyangfan09289 时间:12-12 + 阅读全文
-
关于C#泛型及反射调用的问题?我现在有三个文件Test.exe { FrmMain//类}Core.dll{ ITestModule<IContract,Implement>//接口}TestModule.dll.{ ITestService//类 TestService:ITestService//类 Mowmt85 时间:12-12 + 阅读全文
-
计算某年有多少个周?请教高手!!求代码!intyear年,month月; //年和月是下拉框绑定好了,今年第几周也是个DropDownList3,当我选择年,就把周数显示出来,再选月,就把他在那个月的第几周显示出来。知道一年有52和53周,但要显示在DropDownList里面 year=int.Parse(DropDownList1.SelectedValuliu2184609 时间:12-12 + 阅读全文
-
TextBox1.TextChanged += new EventHandler(TextBox1_TextChanged)c#可以TextBox1.TextChanged+=newEventHandler(TextBox1_TextChanged),这样,给TextBox1.TextChanged事件绑定处理函数。在vb要怎么实现啊。wranglergu 时间:12-12 + 阅读全文
-
ibatis中iterate的用法有个数限制吗?ibatis中iterate的用法有个数限制吗?<selectid="SelectSum"parameterClass="hashtable"><![CDATA[selectdistinctsum(GRADUATE_PLAN)GRADUATE_PLAN,sum(GRADUATE_POST)GRADUATE_POST,sum(GRADUATE_COOPERAhuangama2011 时间:12-12 + 阅读全文
-
Lock(this)与Lock(Typeof(class))区别usingSystem;usingSystem.Collections.Generic;usingSystemText;usingSystemThreading;namespacesynchronoustest{ publicclasssquareclass { publicdoublenum; publicdoublesquare;lifanghui1 时间:12-12 + 阅读全文