- 浏览: 590844 次
- 性别:
- 来自: 深圳
最新评论
-
明明如月:
这个方法不错
解决Failed to execute goal org.apache.maven.plugins -
srhlwdamon:
可是我的为什么解决不了。。。。。。。。。!!
解决Failed to execute goal org.apache.maven.plugins -
di1984HIT:
写的不错。
Memcached 在window下部署和测试示例 -
只为学英语:
正解,十分感谢
解决Failed to execute goal org.apache.maven.plugins -
落雪封:
谢谢,解决了,少导入jar包了
Spring MVC 的json问题(406 Not Acceptable)
文章列表
function Person(){
this.name="haha";
this.sext="boy";
this.getName=function(){
alert(this.name);
}
this.sayHello=function(){
alert("Person hi");
};
};
function Student(){
};
Student.prototype=new Person();
Student.prototype.sayHello=function ...
自己动手-覆盖作用域链中的对象方法
- 博客分类:
- Javacript
function override_alert() {
var alert = function(message) {
window.alert('override_alert:' + message);
};
alert('茶叶1');
}
override_alert();
window.alert('window.alert:茶叶2');
@Override
public void doFilter(ServletRequest sRequest, ServletResponse sResponse, FilterChain filterChain) throws IOException, ServletException {
/* 准备 */
HttpServletRequest request = (HttpServletRequest) sRequest;
HttpServletResponse response = (HttpServletResponse) sResponse;
HttpSe ...
<servlet>
<servlet-name>Password_Validate</servlet-name>
<jsp-file>/check.jsp</jsp-file>
<init-param>
<param-name>secret</param-name>
<param-value>macrotea</param-value>
</init-param>
</servlet&g ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset ...
自己动手-正则校验输入
- 博客分类:
- Javacript
/**
* 根据正则校验指定id的元素值,若校验不通过提示错误信息
* @param id
* @param expr
* @param msg
* @return
*/
function doValidateByRegExp(id,expr,msg){
var flag=true;
var txt=document.getElementById(id).value.toLowerCase();
var regExp=new RegExp(expr,"ig");
if(regExp.test(txt)){
alert(msg); ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset ...
一.处理错误事件1.JavaScript1.1及其以后版本引入了error事件,提供了在脚本执行过程中处理错误的功能
2.图像、窗口以及框架对象有error事件,其中image对象的onError事件处理器可以处理与加载图形相关的错误,而windows对象的onError事件处理器可以处理与加载文档相关的错误。
3.处理错误事件不同于处理其他事件,事件处理函数不需要自己编写,而是由浏览器自动执行,通过3个参数传递错误信息:第一个参数描述所发生错误的信息;第二个参数是一个URL,指明引起错误的JavaScript代码所在的文档;第三个参数是该文档中错误代码所在行的行号。实现错 ...
1.
// /*不再:user.setGroup(group);*/
// //需要对User的group做如下设置
// //@ManyToOne(cascade={CascadeType.ALL})
// //cascade={CascadeType.ALL})可以把user关联的transparent对象:group保存进入
2.
/*在获取多方的时候,是否获得1方的数据,答案是肯定的
*一般我们获得一个用户的时候都会想得到它的组
**/
// /*@ManyToOne(cascade={CascadeType.ALL})
/ ...
1.假设你是tomcat6,并在D:\Program Files\Apache Software Foundation\Tomcat 6.0\lib 加入mysql的驱动类库
2.在"Tomcat 6.0\conf\context.xml"加入:
<Resource name="jdbc/db_school" auth="Container" type="javax.sql.DataSource"
maxActive="50" maxIdle="30" ma ...
http://www.sqlmanager.net/en/products/mysql/manager/download
http://download.csdn.net/down/2211509/ojwftded 界面是2005的
CSS和JavaScript标签对照表
盒子标签和属性对照
CSS语法 (不区分大小写)
JavaScript语法 (区分大小写)
border
border
border-bottom
borderBottom
border-bottom-color
borderBottomColor
border-bottom-style
borderBottomStyle
border-bottom-width
borderBottomWidth
...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset ...
1. 用记事本编辑“C:\Windows\System32\Drivers\etc\”目录下的 hosts 文件, 在末尾加上:127.0.0.1 activate.adobe.com127.0.0.1 practivate.adobe.com127.0.0.1 ereg.adobe.com127.0.0.1 activate.wip3.adobe.com127.0.0.1 wip3.adobe.com127.0.0.1 3dns-3.adobe.com127.0.0.1 3dns-2.adobe.com127.0.0.1 adobe-dns.adobe.com127.0.0.1 adobe-d ...