必备条件: .net framework 3.5框架(大概是要求3.5或以上,不确定,好像没有人遇到和这个相关的问题) 2017年7月27日最新官方版0.6.2英文离线客户端网盘下载(官网的安装包无法安装的用这个):http://pan.baidu.com/s/1kV9kGq7 Windows Live Writer英文离线安装链接:http://pan.baidu.com/s/1kUO37vD 密码:pgnn Windows Live Writer的安装过程和Open Live Writer的
背景 我在博客园上写博客是使用Windows Live Writer,代码高亮插件是使用Paste from Visual Studio(下文简称VSPaste). Windows Live Writer更进一步的资料,可参照[超详细教程]使用Windows Live Writer 2012和Office Word 2013 发布文章到博客园全面总结,下载地址在此处. VSPaste更进一步的资料,可参照CnBlogs博文排版技巧.由于Windows Live Writer 2012的终止日期是
早先Microsotf的Windows Live Writer(WLW)现在已经开源了,并且更名为Open Live Writer,但是现在Windows Live Writer还是可以现在,Open Live Writer相较于WLW官方说删减了一些功能,但是也添加了一些新的功能.对于一般博主来说已经够用了.OLW现在已经成为.NET Foundation的一部分了. 本来Open Live Writer是准备支持插件的,但是目前为止仍不支持插件.在WLW中经常使用的代码高亮插件多数是synt
Thread提供了stop()方法终止线程,但是该方法是强行终止,容易产生一些错误,已经被废弃. 可以使用退出标志来终止线程,在run()函数里面设置while循环,把退出标志作为while的条件,当条件为false时,run函数执行完毕,线程就自动终止了. package com.my_code.thread; public class MyThread extends Thread { public volatile boolean isRunning = true; public void
以下code插件命名按照 Windows Live Writer 中显示的插件名 1.Source code plug-in(cnblogs官方推荐) 界面: 效果: /** * Returns the value in the current thread's copy of this * thread-local variable. If the variable has no value for the * current thread, it is first initialized t
工作这么长时间,起初还是喜欢用面向程序过程的思路去写代码. 慢慢的才会用面向对象的思路分析.解决问题.也算是一点点进步吧. 最近在做一个下载音乐的功能.用到了HttpClient类. 于是就简单的写了一个文件处理类.主要实现了Get请求,Post还很不完善(Post看到过别人写的很不错的类,以后会贴出). 还有能够实时的显示下载进度,中断下载. 贴出代码,在代码里解释: public class HttpRequest { #region Instance Field private reado
线程创建与终止 线程创建 Thread类与Runnable接口的关系 public interface Runnable { public abstract void run(); } public class Thread implements Runnable { /* What will be run. */ private Runnable target; ...... /** * Causes this thread to begin execution; the Java Virtu
今天这一篇文章,想写一写Windows Live Writer这款博客编辑器(最早的一个版本是2007年发布的).毫不夸张地说,这是为数不多的几款所见即所得的编辑器之一,当然,它的运行速度慢也是一个众所周知的问题.作为一个程序员(如果能这么自称的话),我一直不理解,为什么这么一款工具不能做得更好一些,尤其是以微软这样的实力来说. [备注]我的大部分博客文章都是用Windows Live Writer写成的,可以说是有很深的感情的呢 这是一个基于.NET编写的工具.难不成微软是想证明.NET编写的