一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

get xpath of html element

Posted on 2010-11-05   |   In web

在firefox中有二个非常有用的插件,可以直接得到html页面中元素的XPath:

  1. XPath Checker - suggests XPath and can be used to test XPath results.
  2. Firebug - XPath suggestions are just one of the many powerful features of this very useful add-on.
Read more »

scripting java using rhino and javascript

Posted on 2010-10-24   |   In java

通过rhino可以使javascript调用java的标准类库,这使得javascript的编程能力得以强化,在服务器端已经有javascript的mvc框架,一般也是基于rhino的。

首先在ubuntu上可以通过命令安装rhino:

Read more »

在vim中如何使用tidy为html验证并格式化内容

Posted on 2010-10-23   |   In vim

在ubuntu中安装tidy只要输入命令:

Read more »

vim正则表达式说明

Posted on 2010-10-19   |   In vim

vim中查找替换使用的正则表达式与一般的编程语言如javascript/ruby/perl不一样,尤其是在进行非贪婪匹配时,下面主要是分析在vim中怎么进行非贪婪匹配的。

在vim手册中有这样的说明

Read more »

一套ubuntu gnome主题

Posted on 2010-10-08   |   In linux

从http://www.bisigi-project.org/?page_id=8&lang=en上下载安装,在ubuntu上用apt-get安装很简单:

Read more »
1…454647…99
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter
© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS