`
erichua
  • 浏览: 516767 次
  • 性别: Icon_minigender_2
  • 来自: 远方
社区版块
存档分类
最新评论
文章列表
1.修改 在 Windows->Preferences->Java Code Style的Formatter 和 Cleanup 中导入/tools/configures/eclipse/cleanup-profile.xml 和formatter.xml。 在 Windows->Pr4eference->Java->Editor->SaveAction, 选择Format Source Code,Formate All Codes,与Organize Imports 修改Win ...
1. Subclipse     http://subclipse.tigris.org/update_1.6.x                 (SVN版本控制的插件) 2. m2eclipse    http://m2eclipse.sonatype.org/update/                    (Maven2工程管理的插件) 3. Commonclipse    http://commonclipse.sourceforge.net                    (根据选中的字段生成toString()、hashcode()、equals(Object) ...
开发了一个Web项目,在IE7和Firefox下测试全部ok,但在Ie6下发现个别画面出现假死机现象,写了一大堆js代码跟踪,发现在js中动态load js文件时,严重超时。而这个现象在tomcat不发生只在jboss中发生。比较tomcat和jboss的配置,发现唯一不同在于jboss启用了gzip  <Connector port="80" address="0.0.0.0" maxThreads="250" maxHttpHeaderSize="8192" ...
Android开发环境建立: 1、Java Sdk: 安装Jdk 5.0+。 Jre is not enough; 2、Eclipse:Eclipse for java developper; 3、Andriod Sdk: Download sdk from google.com, extract it to the destation; 4、Eclipse-plugin: ADT uses for develop the android program.https://dl-ssl.google. com/android/eclipse/
Jquery中Ajax调用 $.ajax({ type: “GET”, url: “getter.php”, data: {data: 1}, success: callback, timeout: 10, error: err }); function callback(data, status) { //data返回数据,status? $("div").text(data); } function err(xhr, reason, ex) { //xhr reason ex ...

CSS应用---Css的写法

    博客分类:
  • CSS
老忘自己记一下。 Css的写法有二种: 1. 专属文件:         <link rel="stylesheet" href="../resources/css/style.css" type="text/css" media="screen" charset="utf-8" />         文件内   @charset "utf-8"; .table { }   2.文件内自定义:   <style type="t ...
  http://code.google.com/p/jquery-api-zh-cn/downloads/list   http://www.gskinner.com/RegExr/
公司重新部署了svn,但发现原来好用的svn报SVN PROPFIND Request Failed错误。 原先使用的是svn://xxx/truck,现在变成http://xxx/truck. 研究了半天发现 svn interface有二种: 1.JavaHL:JavaHL is a part of the Subversion project. Specifically, it is the Java language binding for the Subversion API. Subversion provides a layered API design that is ...

炒股技巧

第一章 步步为盈  第一节 判断股票底部的技巧  判断股票价格位于阶段性底部,以下四个条件应当同时满足:  1、 KDJ指标的J值小于0,即为负数;  2、 CCI指标的数值在-200附近;  3、 股价在BOLL下轨运行;  4、 股价 ...
SVN中的权限管理,最容易出问题的地方在用户和权限分配的地方: authz文件内容: ### ### A match can be inverted by prefixing the rule with '~'. Rules can ### grant read ('r') access, read-write ('rw') access, or no access ### (''). [aliases] # joe = /C=XZ/ST=Dessert/L=Snake City/O=Snake Oil, Ltd./OU=Research Institute/CN=Joe Av ...
使用绝对路径:path = D:\\DEV\\eclipse_plugins\\tomcat_3.2.1 使用相对路径:path =eclipse_plugins\\tomcat_3.2.1(放置时候注意) eclipse插件links安装方式: 在eclipse目录下新建links目录,在目录里放置插件的链接文件.例如上面的例子,新建文件VE-runtime-1.2.link,编辑该文件,写入绝对路径或者相对路径(不包括""),保存退出.  使用eclise -clean(命令加参数)起动eclipse.在查看"mamage configuration ...
在web controller新增加了一个po状态的校验,即将系统中该记录的一个状态值先取出比较web上已经有的状态判断是否发生过变化。exception出现在update这个record的时候。系统报a different object with the same identifier value was already associated。 @RequestMapping(params = "_p_action=save") public ModelAndView save(HttpServletRequest req, HttpServletResponse ...
发现专门为Dw4的jquery1.3扩展。   下载地址:http://code.google.com/p/jquery-api-zh-cn/downloads/list  
将透明圆角功能做成了插件。其实很简单。
纯CSS实现透明圆角,后面尝试一下jquery插件实现。  
Global site tag (gtag.js) - Google Analytics