04 2008 档案

摘要:.net海量数据分页通用存储过程 阅读全文
posted @ 2008-04-24 10:51 Ken-Cai 阅读(251) 评论(0) 推荐(0) 编辑
摘要:select * FROM information_schema.tables 该语句在Mysql 5.3 执行没问题。但在4.1 中不能执行 阅读全文
posted @ 2008-04-18 23:57 Ken-Cai 阅读(401) 评论(0) 推荐(0) 编辑
摘要:如图: 解决方案:启用自动检测UTF-8。 工具->选项->编辑器->自动检测UTF-8...,勾选。 阅读全文
posted @ 2008-04-18 23:31 Ken-Cai 阅读(555) 评论(0) 推荐(0) 编辑
摘要:http://tieba.baidu.com/f?kz=176352241 阅读全文
posted @ 2008-04-18 21:01 Ken-Cai 阅读(189) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/JeffreyZhao/archive/2006/10/16/Inside_Atlas_Series_Index.html 阅读全文
posted @ 2008-04-17 16:31 Ken-Cai 阅读(126) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/Terrylee/archive/2006/11/12/ASPNET_AJAX_QuickStarts.html 阅读全文
posted @ 2008-04-17 16:29 Ken-Cai 阅读(121) 评论(0) 推荐(0) 编辑
摘要:http://forums.mysql.com/read.php?47,88108,88108 阅读全文
posted @ 2008-04-17 08:52 Ken-Cai 阅读(169) 评论(0) 推荐(0) 编辑
摘要:http://faq.csdn.net/read/217463.html 阅读全文
posted @ 2008-04-16 16:56 Ken-Cai 阅读(312) 评论(0) 推荐(0) 编辑
摘要:select last_insert_id(); 阅读全文
posted @ 2008-04-16 15:26 Ken-Cai 阅读(353) 评论(0) 推荐(0) 编辑
摘要:Describe table; 或者 show full fields from table; 一般遇到中文会出现乱码。用 set names gb2312; show full fields from mvb2k400_account; 查询就可以了。 阅读全文
posted @ 2008-04-16 15:19 Ken-Cai 阅读(229) 评论(0) 推荐(0) 编辑
摘要:< (小于) > (大于) 阅读全文
posted @ 2008-04-06 19:45 Ken-Cai 阅读(166) 评论(0) 推荐(0) 编辑
摘要:Oracle推出支援.NET 3.5与Visual Studio 2008的开发工具 阅读全文
posted @ 2008-04-06 19:13 Ken-Cai 阅读(191) 评论(0) 推荐(0) 编辑
摘要:http://www.builder.com.cn/2007/0430/389964.shtml 阅读全文
posted @ 2008-04-06 19:08 Ken-Cai 阅读(189) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/xh831213/archive/2006/08/02/466099.html 阅读全文
posted @ 2008-04-05 17:12 Ken-Cai 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2008-04-05 16:28 Ken-Cai 阅读(345) 评论(0) 推荐(0) 编辑
摘要:引言: “降低软件项目的风险” 一般都是软件提供商的项目经理正在自己立场思考的问题。而这篇文章将结合“结合降低客户的风险”和“软件提供商的风险”提出一些自己的观点。 1. 传统模式: 写需求分析、 设计、 编程、测试、交付给客户 2. 敏捷开发模式:通过多次迭代 存在的缺点: 迭代的次数难于控制,很难向客户说明什么时候能完成。客户习惯了当需求改变后,软件提供商总是能迅速实现,这... 阅读全文
posted @ 2008-04-05 12:18 Ken-Cai 阅读(535) 评论(0) 推荐(0) 编辑
摘要:SELECT 表名 = CASE a.colorder WHEN 1 THEN c.name ELSE '' END, 序 = a.colorder, 字段名 = a.name, 标识 = CASE COLUMNPROPERTY(a.id,a.name,'IsIdentity') WHEN 1 THEN '√' ELSE '' END... 阅读全文
posted @ 2008-04-05 07:36 Ken-Cai 阅读(727) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示