ASP
文章平均质量分 83
黑衣教主
现在,青春是用来奋斗的。将来,青春是用来回忆的。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ASP标准MD5代码
<% Private Const BITS_TO_A_BYTE = 8 Private Const BYTES_TO_A_WORD = 4 Private Const BITS_TO_A_WORD = 32 Private m_lOnBits(30) Private m_l2Power(30) Private Function LShift(lValue, iShiftBits) I原创 2012-10-12 15:40:36 · 518 阅读 · 0 评论 -
ASP递归层级表格数据展示
代码 如下: 2012年6月工程进度报审表 项目费用名称 分项权重% 截止上月累计进度完成% 本月完成进度%(或里程碑点) 截止本月累计进度完成% 备注 <% Function wbs_tree(id,i) strSQL="SELECT * from PLN_projwbs where parent_w原创 2012-11-21 09:39:15 · 740 阅读 · 0 评论 -
温习ASP调用C#的DLL并实现用户名密码进行域验证反馈结果
项目示意图: 设置:使程序集COM可见 设置:为程序集签名 C#类代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.DirectoryServices; namespace ClassLi原创 2013-01-23 09:47:28 · 503 阅读 · 0 评论
分享