- 浏览: 153487 次
- 性别:
- 来自: 上海
最新评论
-
xfei6868:
fengyie007 写道xfei6868 写道请问你有没有结 ...
maven jetty7 插件设置 -
fengyie007:
xfei6868 写道请问你有没有结合 web.xml 配置 ...
maven jetty7 插件设置 -
xfei6868:
请问你有没有结合 web.xml 配置 和 spring结合 ...
maven jetty7 插件设置 -
nianzhi:
tomcat7.0之后这样配置就不行了。根本没有作用。
tomcat地址栏传中文 -
nianzhi:
...
tomcat地址栏传中文
文章列表
jetty-maven-plugin设置:
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.1.5.v20100705</version>
<configuration>
<webDefaultXml>webdefault.xml</we ...
沪宁“高铁”,原来如此
- 博客分类:
- other
转自:马伟宏的博客
我给大家介绍一下这条7月1日即将通车的沪宁“高速”铁路到底是什么。
为什么我要在“高速”两个字上加引号,这就要了解这条线路的设计方案历史沿革了。
这条铁路原先的 ...
台湾官方源:deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiversedeb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiversedeb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricteddeb-src http://tw.archive.ubuntu.co ...
1,浏览器中flash中文乱码
在Linux下用浏览有Flash的网页时,经常碰到有些文字不能正常显示,有些还可能显示乱码。
解决方法如下:
修改/etc/fonts/conf.d/49-sansserif.conf
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
If the font still has no generic name, add sans-ser ...
【转自大旗网】
1.入职时的工资高低不重要,只要你努力工作你会得到相应待遇的我估计几乎找过工作的人都听过这句话,当我们确定被聘用跟公司谈工资时,他们都会说“如果以后你业绩突出、努力工作,你的报酬也会相 ...
1. 小明和小强都是张老师的学生,张老师的生日是M月N日,2人都知道张老师的生日是下列10组中的一天3月1日 3月5日6月4日 6月7号9月4日 9月5号 9月8日12月1日 12月2日 12月8日张老师把M值告诉了小明,把N值告诉了小强,张老师问他们 ...
javascript数值格式化函数:
Number.extend({
/*
Property: numberFormat
Format a number with grouped thousands.
Arguments:
decimals, optional - integer, number of decimal percision; default, 2
dec_point, optional - string, decimal point notation; default, '.'
...
在ubuntu
里面,swappiness的值的大小对如何使用swap分区是有着很大的联系的。swappiness=0的时候表示最大限度使用物理内存,然后才是
swap空间,swappiness=100的时候表示积极的使用swap分区,并且把内存上的数据及时的搬运到swap空间里面。两个极端,对于
ubuntu的默认设置,这个值等于60,建议修改为10。具体这样做:
1.查看你的系统里面的swappiness cat /proc/sys/vm/swappiness
不出意外的话,你应该看到是 60
2.修改swappiness值为10 sudo sysctl vm.swa ...
- 2009-11-12 18:28
- 浏览 3499
- 评论(2)
findbugs http://findbugs.cs.umd.edu/eclipse/
Spket http://spket.com/update/
checkstyle http://eclipse-cs.sourceforge.net/update
call-hierarchy,implementors http://eclipse-tools.sourceforge.net/updates/
Easy Explore http://easystruts.sourceforge.net/eclipse/updates/site.xml
propedit h ...
major minor Java platform version 45(2D) 3 1.1 46(2E) 0 1.2 47(2F) 0 1.3 48(30) 0 1.4 49(31) 0 1.5 50(32) 0 1.6
51(33) 0 1.7
完整的自定义目录结构的maven配置文件。
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0&l ...
- 2009-10-18 23:43
- 浏览 1434
- 评论(0)
/**
* The function for decimal's add, subtract, multiplication, division. Not get the float result.
* And add the function to Number's prototype, so you can use it as:
* var result = dcmAdd(0.2,0.1); //or var result = (0.2).add(0.1);
* */
function floatAdd(arg1, arg2) {
var r1, r2, m, n;
...
- 2009-09-17 13:24
- 浏览 1371
- 评论(0)
function addEvent(elm, evType, fn, useCapture) {
if (elm.addEventListener) {
elm.addEventListener(evType, fn, useCapture);
return true;
} else if (elm.attachEvent) {
var r = elm.attachEvent('on' + evType, fn);
return r;
} else {
elm['on' + evType] = fn;
}
}
function addLoa ...
- 2009-08-14 15:49
- 浏览 1030
- 评论(0)
set JAVA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8787
在“Name”输入框中输入远程调试的名称,在“Project”中选择要调试的项目,在“Host”中输入需要远程调试项目的IP,也就是tomcat所在的IP,在“Port”中输入设置的端口号,比如上面设置的8787,然后钩选“Allow termination of remote VM”,点击“Apply”即可。
- 2009-07-17 01:01
- 浏览 2276
- 评论(0)
" 不要使用vi的键盘模式,而是vim自己的set nocompatible" 语法高亮set syntax=on" 去掉输入错误的提示声音set noeb" 在处理未保存或只读文件的时候,弹出确认set confirm" 自动缩进set autoindentset cindent" Tab键的宽度set tabstop=4" 统一缩进为4set softtabstop=4set shiftwidth=4" 不要用空格代替制表符set noexpandtab" 在行和段开始处使用制表符set smartta ...
- 2009-06-01 10:21
- 浏览 1400
- 评论(0)