• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
Day
I JUST BELIEVE
博客园 首页 新随笔 联系 订阅 订阅 管理
上一页 1 2 3 4 5 6 7 下一页

2008年9月5日

Ruby的忧虑
摘要: 以Ruby架构Twitter的频频当机,不禁让人引起猜想,对于开发中小项目,我们有PHP这样成熟的资源,Ruby前途堪忧 阅读全文
posted @ 2008-09-05 21:47 天寒 阅读(245) 评论(0) 推荐(0)
 
 

2008年8月29日

Spring.net 模块组成
摘要: From http://www.cnblogs.com/kid-li/archive/2008/04/02/1134318.htmlSpring框架包含了很多特性,下图展现了Spring.NET的核心模块: Spring.Core:框架中最基础的部分,它允许你配置程序使用依赖注入。它还包含一些附加特性: Expression Language:在运行时提供对对象有效的查询和操作 Validati... 阅读全文
posted @ 2008-08-29 22:29 天寒 阅读(275) 评论(0) 推荐(0)
 
 

2008年8月28日

Nhibernate 开发模式
摘要: 1 设计系统->编写类与配置文件 ->导出生成DB ->其它2 传统方式设计系统->设计DB->工具生成类与配置文件 阅读全文
posted @ 2008-08-28 22:34 天寒 阅读(189) 评论(0) 推荐(0)
 
 

2008年8月26日

.Net 3.5 SP1 & VS2008 SP1
摘要: http://www.infoq.com/cn/news/2008/08/VS2008-SP1用VS2003做完一个项目,正想用用VS2005,VS2008都进入二代了 阅读全文
posted @ 2008-08-26 13:19 天寒 阅读(180) 评论(0) 推荐(0)
 
 

2008年8月25日

NHibernate 2.0发布
摘要: A little luck,23日,NHibernate发布发 2.0 GA版本,Nice work 阅读全文
posted @ 2008-08-25 13:55 天寒 阅读(214) 评论(0) 推荐(0)
 
 

2008年8月3日

Together 2007
摘要: 折腾了两个晚上,原来不支持Windows 2003第一次装的很慢,我以为硬盘快坏了,还找软件测硬盘速度,第二次 后来以为是Eclispse的原因,下载后安装成功,运行时提示Jvm Exit,不看敌人方向就带着枪往前冲,sigh 阅读全文
posted @ 2008-08-03 20:52 天寒 阅读(230) 评论(0) 推荐(0)
 
 

2008年7月24日

tech
摘要: 1C/S架构如果网速快速提高?这该死的B/S架构是不是也应该over, 2 Web上有一种痛苦叫做IE6,IE6将在年底over?3 PowerShell 系统管理员的xx 阅读全文
posted @ 2008-07-24 23:11 天寒 阅读(262) 评论(0) 推荐(0)
 
 

2008年7月6日

Rational
摘要: http://www.ibm.com/developerworks/cn/rational/uml/newto.htmlrational suite enterprise v2003.06.00 for windows 的下载地址rational suite enterprise v2003.6.12 for windows 的下载地址rational suite enterprise v2003... 阅读全文
posted @ 2008-07-06 13:32 天寒 阅读(409) 评论(0) 推荐(0)
 
 

2008年7月5日

AjaxControlToolkit中的CalendarExtender被遮挡及日期格式本地化解决方法
摘要: http://blog.ccidnet.com/blog-htm-do-showone-uid-12856-itemid-301108-type-blog.html在项目中的CSS中添加下面的样式,就可以解决CalendarExtender被DropList遮挡的问题。.ajax__calendar { position: relative; left: 0px !important; top: ... 阅读全文
posted @ 2008-07-05 20:33 天寒 阅读(719) 评论(0) 推荐(0)
 
Inside Microsoft.com Management and Delegation of ASP.NET
摘要: http://technet.microsoft.com/en-us/magazine/cc160896.aspxInside Microsoft.comManagement and Delegation of ASP.NETJeff ToewsThemicrosoft.com Web infrastructure runs almost entirely on the .NETFramework... 阅读全文
posted @ 2008-07-05 17:16 天寒 阅读(402) 评论(0) 推荐(0)
 
 

2008年6月30日

MSDTC 分布式事务错误解决
摘要: 解决办法组件服务-> 计算机->我的电脑->属性-> MSDTC->安全配置1 check 允许远程客户端,2 radio 不要求进行验证3 启用XA事务 -------------------------------------------------------------------------------------TransactionScope impli... 阅读全文
posted @ 2008-06-30 11:28 天寒 阅读(790) 评论(0) 推荐(0)
 
 

2008年6月16日

AutoComplete选择之后,传PK触发动作
摘要: 这个人的方法是,传出PK值到一个HiddenField,然后自动触发一个click function;http://cache.search.yahoo-ht2.akadns.net/search/cache?ei=UTF-8&p=AutoComplete+onclientitemselected&fr=yfp-t-309&fp_ip=CN&u=lisazhou.w... 阅读全文
posted @ 2008-06-16 20:02 天寒 阅读(789) 评论(0) 推荐(0)
 
 

2008年6月13日

dropdownlist覆盖div问题
摘要: 只要在div前加上<iframe id="aaaa" style="position: absolute; z-index: 9; width: expression(this.nextSibling.offsetWidth); height: expression(this.nextSibling.offsetHeight); top: expression(this.nextSiblin... 阅读全文
posted @ 2008-06-13 01:34 天寒 阅读(306) 评论(0) 推荐(0)
 
 

2008年6月11日

Change Object Owener
摘要: http://www.homeweb.idv.tw/89 要分开执行依照下面的步驟執行語法,就可以排除這個問題:(請勿任意執行以免系統不正常運作):1.讓使用者可以更改system table,Use masterEXEC sp_configure 'allow update', '1'reconfigure with override2.設定對應Use DBupdate sysusersset ... 阅读全文
posted @ 2008-06-11 14:42 天寒 阅读(270) 评论(0) 推荐(0)
 
 

2008年5月18日

Agile-version-control-with-multiple-teams
摘要: http://www.infoq.com/cn/articles/agile-version-control英文PDF下载,可下载的PDF目录 介绍 目标 单页总结(可下载并挂在墙上) 版本控制模式 分支所有者&方针 “完成”概念 何时创建额外分支? 从工作分支公开发布至主干 如果团队同时在实现多个故事该怎么办? 完成包括回归测试在内的工作 分叉代码(合并冲突) 多... 阅读全文
posted @ 2008-05-18 11:00 天寒 阅读(270) 评论(0) 推荐(0)
 
 

2008年5月17日

Mozilla Firefox 3.0 RC1 终于发布了
摘要: 好用了很多 阅读全文
posted @ 2008-05-17 19:04 天寒 阅读(164) 评论(0) 推荐(0)
 
 

2008年2月26日

Rational全系列工具介绍
摘要: Rational全系列工具介绍Rational系列工具贯穿于整个软件开发生命周期,覆盖了分析设计、需求管理、配置管理、测试管理、缺陷管理、功能测试、性能测试、单元测试等方面。以下是一些常用的Rational工具:1、Robot用于功能回归测试和性能测试测试脚步的自动生成和手工修改2、TestManager 是一个测试管理工具,其中有测试计划、测试用例、测试执行的管理,性能测试的运行场景在这里部署3... 阅读全文
posted @ 2008-02-26 21:44 天寒 阅读(988) 评论(0) 推荐(0)
 
 

2008年1月26日

项目总结
摘要: 1理解CMMI2定义职位3使用什么工具协助项目开发4xxx 阅读全文
posted @ 2008-01-26 22:12 天寒 阅读(203) 评论(0) 推荐(0)
 
 

2008年1月21日

news
摘要: 1 MySQL卖给SUN2 .Net Framework Lib 部分开源 阅读全文
posted @ 2008-01-21 23:10 天寒 阅读(164) 评论(0) 推荐(0)
 
 

2008年1月20日

在.NET环境中实现每日构建(Daily Build)--NAnt篇
摘要: http://dragon.cnblogs.com/archive/2005/07/29/203189.html 阅读全文
posted @ 2008-01-20 04:51 天寒 阅读(197) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 7 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3