上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

2009年9月7日

Security(一): Storing Additional User Information

摘要: Storing Additional User Information 阅读全文

posted @ 2009-09-07 14:05 博览潇湘 阅读(162) 评论(0) 推荐(0)

2009年9月6日

C#截取DOS命令输出流取得网卡MAC地址

摘要: C#截取DOS命令输出流取得网卡MAC地址 阅读全文

posted @ 2009-09-06 21:10 博览潇湘 阅读(241) 评论(0) 推荐(0)

2009年9月5日

JavaScript:学习资源

摘要: JavaScript:学习资源 阅读全文

posted @ 2009-09-05 17:04 博览潇湘 阅读(188) 评论(0) 推荐(0)

2009年9月4日

序列化之(二):soap 序列化 Binaray序列化

摘要: 序列化之(二):soap 序列化 Binaray序列化 阅读全文

posted @ 2009-09-04 20:07 博览潇湘 阅读(275) 评论(0) 推荐(0)

How to add controls dynamically in asp.net

摘要: [代码]//[代码] 阅读全文

posted @ 2009-09-04 11:20 博览潇湘 阅读(305) 评论(0) 推荐(0)

2009年9月3日

序列化(一):XMLSerilize

摘要: How to remove the xlmns and change the root name as you xml serilize the generic object 阅读全文

posted @ 2009-09-03 17:11 博览潇湘 阅读(559) 评论(0) 推荐(0)

SQL SERVER:存储引擎(一):系统默认数据库谈

摘要: 系统默认包含以下数据库:1. Master: 由一些系统表组成,这些系统表跟踪作为整体的系统安装和随后创建的其他数据库。虽然没个数据库都有一组维护包含对象信息的系统目录,但是Master数据库中的一些系统目录还能够保持关于磁盘空间,文件分配和使用,系统层次的配置信息,端点,登录帐号的信息。2. Model: 是一个模板数据库,每当我们创建一个新数据库时,SQL SERVER都会复制MODEL数据库... 阅读全文

posted @ 2009-09-03 14:37 博览潇湘 阅读(434) 评论(0) 推荐(0)

SN.exe

摘要: 原文:http://www.cnblogs.com/yuyijq/archive/2009/04/19/1439099.html SN.EXE: C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\sn.exe生成的文件在:C:\Program Files\Microsoft Visual Studio 9.0\VC接上篇,在上一篇中提到了Assem... 阅读全文

posted @ 2009-09-03 12:49 博览潇湘 阅读(2520) 评论(0) 推荐(0)

report from reportviewer without viewing the control

摘要: It exports both xls and pdf. Try that.[代码] 阅读全文

posted @ 2009-09-03 11:41 博览潇湘 阅读(233) 评论(0) 推荐(0)

2009年9月2日

SQL 锁机制

摘要: 引用自:http://www.cnblogs.com/kele99999/archive/2009/03/09/1406617.html1.如何锁一个表的某一行 [代码]2. 锁定数据库的一个表 select col1 from 表 (tablockx) where 1=1 ; 加锁后其它人不可操作,直到加锁用户解锁,用commit或rollback解锁建表:[代码]1)排它锁 [代码]若同时执行... 阅读全文

posted @ 2009-09-02 15:41 博览潇湘 阅读(367) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 下一页

导航