Tag Archives: html

未能正确加载包”Visual Studio HTML Editor Package”

安装了sql 2008后打开VWD或者VS会出现 未能正确加载包 “Visual Studio HTMl Editor Package” 。

解决方法:

打开VWD或者VW, 到选项的区域语言中选择 一个语言,不要选择”与系统相同“

切换至 C:Program FilesMicrosoft Visual Studio 9.0Common7IDE 目录,

    VWD 执行VWDExpress /resetskippkg

   VS 执行 devenv /resetskippkg

Technorati Tags: ,,,,,

Install WP-syntax Plugin

You can download the plugin from http://wordpress.org/extend/plugins/wp-syntax/. And it supports highlighting with or without line numbers and maintains formatting while copying snippets of code from the browser.

But it’s not very convenient to use it, when edit a post, I must use the ‘html view’ mode, and add

public class Hello {
  public static void main(String[] args) {
    System.out.println("Hello World!");
  }
}
class Example
  def example(arg1)
    return "Hello: " + arg1.to_s
  end
end

安装mt的可选组件

重新配置了系统。发现mt的缩略图功能不能用。
运行mt-check.cgi。发现HTML::Entities和Image::Magick以及XML::Atom没有安装。
 
配置了n长时间,自己也重新编译了n次。始终不成功。。。
 
后来偶然发现ubuntu有了包搜索引擎,搜索。
 
然后,发现安装
perlmagick
libxml-atom-perl
这2个包就可以了:)