摘要:HTML代码[代码]jQuery代码[代码]
阅读全文
posted @ 2010-11-15 10:31
|
|||
随笔分类 - Asp.Net(C#)
摘要:HTML代码[代码]jQuery代码[代码]
阅读全文
posted @ 2010-11-15 10:31
摘要:前几天重编译了一个以前的老项目,改成了Web应用程序,在编译的时候提示Lc.exe已退出,代码为-1,然后退出上网寻找解决方案,发现把工程里面所有的*.licx文件都删除掉就可以解决我试着删除了一个.licx文件,是以前cuteEditor编译器残留的,Ctrl+Shift+B搞定
阅读全文
posted @ 2010-11-15 09:14
摘要:private int strlen(string arg_strSource){ int intStringLength = 0; //字串實際長度 if(arg_strSource.Length > 1) { System.Text.ASCIIEncoding objAscII = new System.Text.ASCIIEncoding(); byte[] ary_bteStri...
阅读全文
posted @ 2007-12-06 13:51
|
|||