当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 用JScript开发ASP,不小心把一个Connection当作一个毫不相干的类型穿递给了一个毫不相干的函数。
 

 

 ·查找某个字段名在某些表    »显示摘要«
    摘要:最近做程序,要把某些字段的批量值修改一下,例如性别代码和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......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE