• 博客园logo
  • 会员
  • 周边
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






iwteih

淡泊以修身,宁静以养性
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2013年2月27日

(转)十年学会程序设计
摘要: 转自http://blog.youxu.info/21-days/为何大家如此匆忙?走进任何一家书店,你会看到书架上一排不见尽头的放着如 <7天自学Java语言> 以及几天或者几小时学会Windows, 因特网或者Visual Basic 这类书。我在Amazon 网上书店用一下的方式进行高级搜索:出版年份: 1992以后 书名包括:“天” 和 “学习” 或 “自学”得到了268条搜索结果,其中前78条都是计算机书(第79条是 30天学会孟加拉语)。 我用 “小时” 代替“天” 作为关键字,得到了神奇般类似的结果:这次有253本书,前77本是计算机书, 第78本是 24小时自学语法 阅读全文
posted @ 2013-02-27 11:01 iwteih 阅读(221) 评论(0) 推荐(0)
 

2012年4月10日

How to customize an ItemsControl
摘要: How to customize an ItemsControlContentsHow to customize an ItemsControlIntroductionWhen you don’t need to customize anything at allThe inner workings of an ItemsControlThe ItemsControl itselfThe Item ContainerThe Items HostCustomizing the Item ContainerCustomizing the Items HostWhen you need to wri 阅读全文
posted @ 2012-04-10 23:53 iwteih 阅读(725) 评论(0) 推荐(0)
 
Writing More Efficient ItemsControls
摘要: http://msdn.microsoft.com/en-us/magazine/dd483292.aspxCharles PetzoldCode download available from the MSDN Code GalleryBrowse the Code Online ContentsAn ItemsControl Scatter PlotThe Performance DisappointmentHidden LoopsUsing Value Conve... 阅读全文
posted @ 2012-04-10 23:48 iwteih 阅读(331) 评论(0) 推荐(0)
 

2012年3月29日

Trying out Binding.StringFormat
摘要: stringFormat is a new property in .Net 3.5 SP1, which is currently in Beta.SeeScott’s blogfor more info on the beta.When you bind data into a property on an element, it’s automatically type converted for you.For example, this markup:<StackPanelxmlns:sys="clr-namespace:System;assembly=mscorli 阅读全文
posted @ 2012-03-29 18:04 iwteih 阅读(484) 评论(0) 推荐(0)
 

2010年12月24日

Windows 消息常量
摘要: 1. WM_NULL=0X 0000:2. WM_CREATE=0X 0001: 应用程序创建一个窗口3. WM_DESTROY=0X 0002: 一个窗口被销毁4. WM_MOVE=0X 0003: 移动一个窗口5. WM_SIZE=0X 0005:改变一个窗口的大小6. WM_ACTIVATE=0X 0006: 一个窗口被激活或失去激活状态;7. WM_SETFOCUS=0X 0007: 获得... 阅读全文
posted @ 2010-12-24 16:20 iwteih 阅读(398) 评论(0) 推荐(0)
 

2010年11月25日

WPF 自定义快捷键命令(Command)(转)
摘要: 命令简介 WPF 中的命令是通过实现 ICommand 接口创建的。ICommand 公开两个方法(Execute 及 CanExecute)和一个事件(CanExecuteChanged)。Execute 执行与命令关联的操作。CanExecute 确定是否可以在当前命令目标上执行命令。如果集中管理命令操作的命令管理器检测到命令源中发生了更改,此更改可能使得已引发但尚未由命令绑定执行的命令无效... 阅读全文
posted @ 2010-11-25 15:50 iwteih 阅读(560) 评论(0) 推荐(0)
 

2010年11月9日

(转)Multithreading AMQP Clients
摘要: Although this is not stated explicitly in the protocol, a channel is the smallest unit of parallelism in AMQP. You should bind an AMQP channel to a client thread, so that a channel is managed as a thr... 阅读全文
posted @ 2010-11-09 15:50 iwteih 阅读(657) 评论(0) 推荐(0)
 

2010年10月19日

rabbitmq 学习-7-rabbitmq 支持场景
摘要: What messaging scenarios are supported by AMQP and RabbitMQ? AMQP is a very general system that can be configured to cover a great variety of messaging middleware use-cases. For example: Point-to-poin... 阅读全文
posted @ 2010-10-19 18:51 iwteih 阅读(550) 评论(0) 推荐(0)
 
rabbitmq 学习-6-rabbitmq基础
摘要: rabbitmq的中文资料真少,和同事lucas经过两周的学习,讨论,测试,终于搞清了部分rabbitmq的知识,先总结一下 1,Connection 连接,与rabbitmq server建立的一个连接,由ConnectionFactory创建,虽然创建时指定 了多个server address,但每个connection只与一个物理的server进行连接,此连接是基于Socket进行连接的,这... 阅读全文
posted @ 2010-10-19 16:23 iwteih 阅读(1029) 评论(0) 推荐(0)
 
rabbitmq 学习-5-server管理
摘要: RabbitMQ Server Administrator's Guide http://www.rabbitmq.com/admin-guide.html#installation 1, Rabbitmq DB 第一次启动,会检查是否有数据库,没有则创建 一个db,存放在 C:\Documents and Settings\Administrator\Application Data\Rabb... 阅读全文
posted @ 2010-10-19 16:06 iwteih 阅读(1938) 评论(0) 推荐(0)
 
下一页