惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
V
Vulnerabilities – Threatpost
Apple Machine Learning Research
Apple Machine Learning Research
V
V2EX
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
人人都是产品经理
人人都是产品经理
Latest news
Latest news
博客园 - 三生石上(FineUI控件)
美团技术团队
aimingoo的专栏
aimingoo的专栏
Google Online Security Blog
Google Online Security Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
T
Threatpost
Y
Y Combinator Blog
T
Tailwind CSS Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
Arctic Wolf
C
Cyber Attacks, Cyber Crime and Cyber Security
小众软件
小众软件
Recent Commits to openclaw:main
Recent Commits to openclaw:main
T
Tenable Blog
W
WeLiveSecurity
L
LINUX DO - 热门话题
D
Docker
Cyberwarzone
Cyberwarzone
量子位
A
About on SuperTechFans
The Last Watchdog
The Last Watchdog
雷峰网
雷峰网
C
CERT Recently Published Vulnerability Notes
P
Palo Alto Networks Blog
The Hacker News
The Hacker News
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Full Disclosure
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
T
The Exploit Database - CXSecurity.com
Engineering at Meta
Engineering at Meta
O
OpenAI News
Hacker News - Newest:
Hacker News - Newest: "LLM"
Scott Helme
Scott Helme
IT之家
IT之家
S
Secure Thoughts
MongoDB | Blog
MongoDB | Blog
L
Lohrmann on Cybersecurity
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News

博客园 - wsky

生产环境使用Nuget 为WebClient增加Cookie支持 keepalived安装和使用 NHibernate分享 PPT 开源选型关注点 SocketAsyncEventArgs stunnel+haproxy SSL以及问题记录 快速实现一个简单的bigpipe模型 Velocity2010大会回顾 小结一下关于bpm实施方面的交流 乱弹之企业应用 互联网企业流程部门价值方向的一些探讨 再谈团队,项目,产品 【渐进】设计一个模拟并行的线程同步组件 【渐进】关于反向代理,负载均衡 【渐进】浅尝DDD,对"试卷"建模 【渐进】延迟加载机制的简易实现(上) - wsky - 博客园 略谈“开发效率” 分工,协作,团队
Live Writer的代码插件
wsky · 2010-10-10 · via 博客园 - wsky

装了live2010,于是重新找了几个livewriter的代码插件,操作还是不大习惯~

image

使用syntax hilight:

public class TestRepository : NHibernateRepositoryBase<int, TestModel>, ITestRepository
    {
        public TestRepository(ISessionManager sessionManager) : base(sessionManager) { }

        #region ITestRepository Members

        public void Test()
        {
           
        }

        #endregion
    }

使用vs2010past:

public class TestRepository : NHibernateRepositoryBase<int, TestModel>, ITestRepository
   {
       public TestRepository(ISessionManager sessionManager) : base(sessionManager) { }

       #region ITestRepository Members

       public void Test()
       {
          
       }

       #endregion
   }

使用InsertCode:

   1:   public class TestRepository : NHibernateRepositoryBase<int, TestModel>, ITestRepository
   2:      {
   3:          public TestRepository(ISessionManager sessionManager) : base(sessionManager) { }
   4:   
   5:          #region ITestRepository Members
   6:   
   7:          public void Test()
   8:          {
   9:             
  10:          }
  11:   
  12:          #endregion
  13:      }

下载:http://cid-bb1b2839a7838303.office.live.com/self.aspx/sources/Code-Plugins-Livewriter.rar