- 博客(83)
- 资源 (1)
- 收藏
- 关注
转载 List的交并补集
原文链接: http://www.dotblogs.com.tw/kirkchen/archive/2010/06/12/15836.aspx
2011-05-26 10:42:00
1855
转载 数据库设计5步骤
http://manuals.sybase.com/onlinebooks/group-pbarc/conn5/sqlug/@Generic__BookView1.确定entities及relationships.2.确定所需数据3.标准化数据4.考量关系5.检验设计
2011-05-11 13:12:00
6916
1
转载 ASP.NET中JSON的序列化和反序列化
原文链接: http://www.cnblogs.com/zhaozhan/archive/2011/01/09/1931340.html
2011-01-10 15:20:00
766
转载 Visual C# 2005中编写Socket网络程序
原文链接: http://tech.sina.com.cn/s/2006-06-19/0921995894.shtml
2011-01-07 16:54:00
773
转载 关于C# 中的Attribute 特性
原文链接: http://www.cnblogs.com/xugang/archive/2011/01/06/1927619.html
2011-01-07 09:18:00
483
转载 SQL Server和Oracle数据库索引介绍
原文链接: http://www.cnblogs.com/anorthwolf/archive/2009/12/09/1620315.html
2011-01-06 15:29:00
656
转载 查找数据库中含有某字段的所有表
原文链接: http://blog.youkuaiyun.com/maco_wang/archive/2009/10/26/4728650.aspx
2011-01-06 13:49:00
1670
转载 Sql Server中Case函数的使用
原文链接:http://www.cnblogs.com/RascallySnake/archive/2010/05/13/1734482.html
2011-01-05 14:51:00
1115
转载 存储过程中使用事务
原文链接: http://www.cnblogs.com/RascallySnake/archive/2010/05/17/1737298.html
2011-01-05 14:48:00
488
转载 C#调用存储过程的通用类
原文链接: http://blog.youkuaiyun.com/dongdingbaihe/archive/2009/02/25/3936902.aspx
2010-12-21 11:42:00
544
转载 SQLite的使用
原文链接: http://www.cnblogs.com/luminji/archive/2010/12/19/1910396.html
2010-12-20 09:20:00
525
转载 Oracle、SQLServer、Access、Mysql数据库分页
原文链接: http://www.wyjava.com/thread-1645-1-1.htmlhttp://adyhpq.blog.163.com/blog/static/3866700201011235547309/
2010-12-17 11:44:00
1136
转载 C#中的字符编码问题
原文链接: http://skyivben.cnblogs.com/archive/2005/08/31/227088.html
2010-12-16 09:51:00
612
转载 C#读写excel文件
原文链接: http://www.cnblogs.com/zhoudelun/articles/1504792.htmlhttp://support.microsoft.com/default.aspx?scid=kb;en-us;311731
2010-12-02 16:01:00
586
转载 如何通过Remoting实现双向通信
原文链接: http://www.cnblogs.com/artech/archive/2007/03/01/660595.html
2010-11-30 11:22:00
894
转载 SQL Server管理器无法连接远程数据库
原文链接: http://www.cnblogs.com/jaxu/archive/2010/11/23/1884411.html
2010-11-24 14:20:00
667
转载 装饰模式Decorator
原文链接: http://blog.youkuaiyun.com/normallife/archive/2010/01/11/5173965.aspx
2010-11-23 15:13:00
833
转载 WCF,Net remoting,Web service概念
原文链接: http://www.cppblog.com/mzty/archive/2007/10/24/35068.html
2010-11-22 11:21:00
431
转载 反射枚举变量
原文链接: http://www.cnblogs.com/yzxchoice/archive/2006/09/29/518122.html
2010-11-19 15:41:00
1158
转载 sql2005新增排序查询
原文链接: http://hi.baidu.com/hekainy/blog/item/d96ac4f80aede803d9f9fdb8.html
2010-11-19 14:57:00
874
转载 sql语句复制表
SQL SERVERORACLE & MYSQL:select*into a2 from aa where 1=2select top 0 *into a2 from a1 --建立新表a2并且复制a1表结构到a2insertinto a2 select*from a1 --a2表中插入与a1相同数据select*into a2 from a1 --复制并插入数据create table a2 asselect*from a1 where 1=2 --建立新表a2并且复制a1表结构到a2
2010-11-19 13:28:00
467
转载 Asp.net 数据库缓存依赖(SQLServer 2005)
原文链接: http://www.cnblogs.com/dingjing/archive/2010/01/19/1651775.html
2010-11-19 12:57:00
1028
转载 SQLServer2005提供主动通知Query Notification
原文链接: http://www.cnblogs.com/gesenkof99/archive/2008/12/19/1358584.htmlhttp://msdn.microsoft.com/en-us/library/aewzkxxh.aspx
2010-11-18 15:36:00
4205
转载 Asp.net 实现GridView分页时记录CheckBox状态
原文链接: http://www.cnblogs.com/mingmingruyuedlut/archive/2010/11/16/1877942.html
2010-11-17 09:03:00
842
转载 SQL取字符串中的数字
原文链接: http://www.cnblogs.com/zjp8023/archive/2009/01/08/SQL09.html
2010-11-03 16:56:00
1923
转载 VBA字符串函数
原文链接: http://we1818.javaeye.com/blog/600120http://blog.youkuaiyun.com/ljnxd1/archive/2008/07/16/2663268.aspx
2010-11-03 12:57:00
21515
转载 dateAdd、dateDiff、DatePart参数比较参考
原文链接: http://hi.baidu.com/3w6_net/blog/item/902e00f45c2008eb7709d77a.html
2010-11-02 14:29:00
1561
转载 用VBA得到EXCEL表格中的行数和列数
原文链接: http://hi.baidu.com/%B0%CB%CD%F2%C0%EF/blog/item/90807634c74edf1e91ef39e2.html
2010-11-02 10:17:00
1986
转载 SQL server Reporting Service(SSRS)
原文链接: http://www.0591us.com/news/show.asp?id=3624
2010-11-01 14:51:00
2847
转载 Reporting Service 小技巧
原文链接: http://www.cnblogs.com/snowleopard/articles/1299914.html
2010-11-01 14:43:00
840
转载 ASP.NET中访问SQL 2005报表服务(三)
原文链接: http://hi.baidu.com/tujie2005/blog/item/f32c3a2ae5c89b28d52af109.html
2010-11-01 14:37:00
463
转载 ASP.NET中访问SQL 2005报表服务(二)
参考文章: http://tech.ccidnet.com/art/1105/20061110/946445_4.html
2010-11-01 14:30:00
672
转载 ASP.NET中访问SQL 2005报表服务(一)
参考文章: http://hi.baidu.com/tujie2005/blog/item/99c96a01e81a39d3267fb509.html
2010-11-01 11:22:00
691
转载 动态SQL查询小技巧
原文链接: http://www.thejoyofcode.com/Simpler_Dynamic_SQL_Queries.aspx
2010-10-28 14:33:00
1111
原创 如何保护VBA作品
为VBA工程设置密码->防止强制中断方式查看VBA代码->禁用宏则关闭Excel文件->设置工程不可查看->限制工作簿的使用次数
2010-10-27 16:59:00
7120
转载 ADODB.Recordset.Open 中参数的用法
原文链接: http://blog.youkuaiyun.com/ivbapplication/archive/2008/09/29/2996214.aspx
2010-10-26 13:43:00
955
转载 Excel中使用日期控件
点击控件工具栏中的〖其他控件〗 ,选择(Microsoft Date and Time Picker Control,version 6.0)控件。
2010-10-26 09:54:00
6436
硝烟中的Scrum和XP
2009-01-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人