SQL Server essence

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年12月17日

摘要: 1. Fenby : http://www.fenby.com2. 中国IT公开课排行榜: http://www.gkk.cn3. . 麦可网: http://www.microoh.com4. 开课吧: http://www.kaikeba.com5. 多贝公开课: http://www.duobei.com/6: 优才网: http://www.ucai.cn/7.Hero英雄会: http://hero.pongo.cn/8. 玩编程: http://wanbiancheng.com/9. 代码坦克(CodeTank):http://codetank.alloyteam.com/10. 阅读全文
posted @ 2013-12-17 13:07 天蝎 阅读(243) 评论(0) 推荐(0) 编辑

摘要: Image Thumbnailer for Zend Framework 2支持的功能:图片缩放,剪裁,填充,旋转,显示和存储图片。例子:将下面的代码加入controller中, 显示一副小图片:$thumbnailer = $this->getServiceLocator()->get('WebinoImageThumb');$imagePath = 'public/images/example.jpg';$thumb = $thumbnailer->create($imagePath, $options = array(), $plugin 阅读全文
posted @ 2013-12-17 10:31 天蝎 阅读(204) 评论(0) 推荐(0) 编辑

摘要: Composer是一个出色的PHP依赖管理器,把项目的依赖列在composer.json文件中,然后通过一些简单的命令,Composer就会 自动的帮你下载这些依赖,并配置好自动加载路径。很多PHP库都支持Composer。介绍: http://getcomposer.org/doc/00-intro.md使用方法:http://getcomposer.org/doc/01-basic-usage.md 阅读全文
posted @ 2013-12-17 10:07 天蝎 阅读(227) 评论(0) 推荐(0) 编辑

2010年1月19日

摘要: By Peter He, 2010/01/15 (first published: 2008/09/01) Total article views: 22571 | Views in the last 30 days: 8176 Rate this | Join the discussion | Briefcase | Print Local Temporary Table and Tab... 阅读全文
posted @ 2010-01-19 17:54 天蝎 阅读(806) 评论(1) 推荐(0) 编辑

2010年1月7日

摘要: By Ed Swiedler, 2010/01/06 Total article views: 1765 | Views in the last 30 days: 1765 Rate this | Join the discussion | Briefcase | Print Applications running in production frequently, at least m... 阅读全文
posted @ 2010-01-07 16:29 天蝎 阅读(283) 评论(0) 推荐(0) 编辑

2010年1月6日

摘要: Written By: Alan Cranfield -- 1/4/2010 -- 4 comments -- printer friendly -- become a member ProblemPartitioning, introduced with SQL 2005 Enterprise Edition, is a godsend for working with very large t... 阅读全文
posted @ 2010-01-06 11:39 天蝎 阅读(436) 评论(0) 推荐(0) 编辑

2009年12月21日

摘要: 出处:http://blog.csdn.net/wenpingblog/archive/2009/12/18/5032829.aspx什么是SHELL呢?下面是我平日资料累计中的一点内容,肯定来源于网上(无从考证了),共享于大家(感谢此文原作者的共享),正文开始如下:====================================================在介绍 shell 是甚幺东... 阅读全文
posted @ 2009-12-21 14:24 天蝎 阅读(376) 评论(0) 推荐(0) 编辑

2009年12月10日

摘要: Original link:http://www.sqlskills.com/blogs/bobb/post/Plan-freezing-and-other-plan-guide-enhancements-in-SQL-Server-2008.aspxOne of the nifty new SQL Server 2005 features was called "plan forcing". Y... 阅读全文
posted @ 2009-12-10 11:55 天蝎 阅读(402) 评论(0) 推荐(0) 编辑

2009年12月1日

摘要: ProblemI have several objects, all in the same schema. Because of this, ownership chaining is working, as described in this previous tip. However, I don't want ownership chaining to be on, but I need ... 阅读全文
posted @ 2009-12-01 14:59 天蝎 阅读(332) 评论(0) 推荐(0) 编辑

2009年11月18日

摘要: 谈到自动化测试,一般就会提到测试工具。许多人觉得使用了一、两个测试工具就是实现了测试自动化,这种理解是不对的,至少是片面的。的确,测试工具的使用是自动化测试的一部分工作,但“用测试工具进行测试”不等于“自动化测试”。那什么是“自动化测试”? 半自动化测试过程,算不算自动化测试?是否可以为“自动化测试”给... 阅读全文
posted @ 2009-11-18 17:41 天蝎 阅读(441) 评论(0) 推荐(0) 编辑