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

行路难,行路难,多歧路,今安在。

长风破浪会有时,直挂云帆济沧海。

博客园    首页    新随笔       管理     
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
2010年7月1日
ibatis + log4net 配置
摘要: 使用这个就可以把结果显示在vs中的控制台。和my eclipse 一样了。 <iBATIS>     <logging>         <logFactoryAdapter type="IBatisNet.Common.Logging.Impl.Conso... 阅读全文
posted @ 2010-07-01 15:01 Young跑跑 阅读(293) 评论(0) 推荐(0)
2010年6月23日
Java(1)
摘要: .java compile  ==> .class bytecode   jvm==> can execute file spring在java中使用相当广泛,到处都是ioc。 my eclipse ide 还是挺好用的。   Remember : a class describes what an object knows and wh... 阅读全文
posted @ 2010-06-23 00:14 Young跑跑 阅读(133) 评论(0) 推荐(0)
2010年6月22日
斯担福。。
摘要: http://itunes.stanford.edu/ 阅读全文
posted @ 2010-06-22 22:36 Young跑跑 阅读(130) 评论(0) 推荐(0)
比较好的Log4Net配置
摘要: <?xml version="1.0" encoding="utf-8" ?> <configuration>     <configSections>         <section name="log4... 阅读全文
posted @ 2010-06-22 14:45 Young跑跑 阅读(178) 评论(0) 推荐(0)
2010年6月21日
volatile
摘要: volatile 关键字指示一个字段可以由多个同时执行的线程修改。声明为 volatile 的字段不受编译器优化(假定由单个线程访问)的限制。这样可以确保该字段在任何时间呈现的都是最新的值。 volatile 修饰符通常用于由多个线程访问但不使用 lock 语句对访问进行序列化的字段。有关在多线程方案中使用 volatile 的示例,请参见如何:创建和终止线程(C# 编程指南)。 volati... 阅读全文
posted @ 2010-06-21 15:11 Young跑跑 阅读(249) 评论(0) 推荐(0)
2010年6月18日
如何设计
摘要: 1。 插件式的系统。 2。 分支业务如何处理 阅读全文
posted @ 2010-06-18 18:37 Young跑跑 阅读(178) 评论(0) 推荐(0)
中间件设计思路
摘要: 。。。 阅读全文
posted @ 2010-06-18 18:29 Young跑跑 阅读(221) 评论(0) 推荐(0)
接口设计问题
摘要: 1。 泛型接口和非泛型接口之间如何继承的? 2。 基于泛型的对象Repository实现。 阅读全文
posted @ 2010-06-18 18:15 Young跑跑 阅读(174) 评论(0) 推荐(0)
2010年6月9日
Vsto开发记录
摘要: 呵呵,原来开发插件的记录 Vsto bring the office application to .net programming . Custom ribbon . Custom task panes Vsto == visual studio tool for office 支持2中级别 l Document level solution Document-level custo... 阅读全文
posted @ 2010-06-09 14:55 Young跑跑 阅读(653) 评论(0) 推荐(0)
2010年6月8日
IOCP-C#实现
摘要: http://www.theukwebdesigncompany.com/articles/iocp-thread-pooling.php 阅读全文
posted @ 2010-06-08 20:00 Young跑跑 阅读(334) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3