`
文章列表
-source 1.3 中不支持注释 (请使用 -source 5 或更高版本以启用注释)         @Override 解决方式: 在项目的pom.xml文件中加入 <!-- 告诉maven支持java5 以上编译 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source& ...
web标准推荐如下字体定义方法: body { font-family : "Lucida Grande", Verdana, Lucida, Arial, Helvetica,宋体,sans-serif; } 字体按照所列出的顺序选用。如果用户的计算机含有 Lucida Grande字体,文档将被指定为 Lucida Grande。没有的话,就被指定为 Verdana字体,如果也没有 Verdana,就指定为 Lucida字体,依此类推; Lucida Grande字体适合 Mac OSX; Verdana字体适合所有的 Windows系统; Lucid ...
使用jQuery UI 1.8.4 dialog插件,遇到这样的错误: [img]http://dl.iteye.com/upload/attachment/308166/97c428e4-2ce2-367e-b4df-4c4da7686b95.bmp&quot; alt=&quot;&quot; width=&quot;210&quot; height=&quot;44[/img] $("#dialog").dialog({ width: 480, height:"auto", res ...
dbms_output.put_line(SQLERRM);
DecimalFormat df = (DecimalFormat)NumberFormat.getInstance(Locale.CHINA); df.applyPattern("0.00"); return df.format(Double.parseDouble(number));
http://bbs.duba.net/thread-22093084-1-1.html
<input name="loginpwd" type="password" style="-moz-user-select:none;" onselectstart="return false;" ondragenter="return false;" onpaste="return false;"/> <input name="loginpwdc ...
Global site tag (gtag.js) - Google Analytics