摘要:最近做程序,要把某些字段的批量值修改一下,例如性别代码和id转换,于是写了个函数,来调用。很简单贻笑大方了。create function f_gettablenamelist (@incolumnname as varchar(50)) returns varchar(500) begin --内部变量 declare @column varchar(50),@table varchar(50)......
摘要:function makepassword(byval maxlen)
dim strnewpass dim whatsnext, upper, lower, intcounter randomize
for intcounter = 1 to maxlen whatsnext = int((1 - 0 + 2) * rnd + 0) if whatsnext = 0 then &acut......
类型自动转换害死人。。。唉用jscript开发asp,不小心把一个connection当作一个毫不相干的类型穿递给了一个毫不相干的函数.... 【程序编程相关:
java组件库】 【推荐阅读:
JAVA静态变量】结果... 【扩展信息:
计算机通信模拟试题一(来自“十万个为什么】 造成 dllhost 崩溃,却连一点错误提示都没有.唉.....哭
摘要:在我的收藏夹,一些很好的国外站点(待续)http://programmersheaven.com/http://delphi.about.com/http://www.appcontrols.com/http://basic-ide.sourceforge.net/http://www.djpate.freeserve.co.uk/index.htmhttp://www.delphiarea.co......