1. 权限不够: 使用 chmod +x XXX.sh 提升权限2. 出现:/bin/bash^M:
bad interpreter: No such file or directory 原因:文件换行里出现\r\n 与linux格式不符合 安装dos2unix
apt-get installd.....
分类:
系统相关 时间:
2014-06-29 12:26:50
阅读次数:
293
Server Error in '/myapp' Application.Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error deta...
分类:
Web程序 时间:
2014-06-20 11:15:55
阅读次数:
279
在创建一个job后,就要开始job的运行,运行的全流程如下:
1、在界面上启动job
2、index.jsp
查看上述页面对应的源代码
Start
3、action.jsp
String sAction = request.getParameter("action");
if(sAction != null)
{
// Need ...
分类:
其他好文 时间:
2014-06-20 09:24:23
阅读次数:
272
JSP中一共预先定义了9个这样的对象,分别为:request、response、session、application、out、
pagecontext、config、page、exception
1、request对象
request 对象是 javax.servlet.httpServletRequest类型的对象。 该对象代表了客户端的请求信
息,主要用于接受...
分类:
Web程序 时间:
2014-06-07 13:36:24
阅读次数:
161
From
:http://blog.csdn.net/hotdigger/article/details/6456240一般我们都用$_POST或$_REQUEST两个预定义变量来接收POST提交的数据。但如果提交的数据没有变量名,而是直接的字符串,则需要使用其他的方式来接收。方法一:
使用全局变量...
分类:
Web程序 时间:
2014-06-07 11:29:34
阅读次数:
221
第一个问题:
JSP有多少类内置对象?要想回答好这个问题,首先是对JSP的基本知识和技术有深刻的理解和掌握。主要有九个内置对象:application对象,config对象,exception对象,out对象,page对象,pageContext对象,request对象,reponse对象,sess...
分类:
Web程序 时间:
2014-06-06 15:50:38
阅读次数:
280
Cookie Version in
J2EE原文章:http://villadora.me/2014/05/06/cookie-version/在处理Cookie的时候发现不能处理servlet
request中不能获取cookie中的带”:”字符的值.Cookie[] cookies = requ...
分类:
其他好文 时间:
2014-06-06 10:36:15
阅读次数:
174
解决的需要三个地方1、jsp头有三处和编码合适有关2、更改tomcat的server
增加红色部分3、如果此时还是乱码对于get请求
则添加request.setCharacterEncoding("编码格式例如GBK");下面内容转自他人成果http://blog.csdn.net/xiazdon...
分类:
Web程序 时间:
2014-06-05 20:14:50
阅读次数:
339
This is the beginning of my plan. Or this is a
manifesto, a motivation for me. Note what I read, good or bad, old or new, Tao
or method. Maybe sometim...
分类:
其他好文 时间:
2014-06-05 15:57:51
阅读次数:
373