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
2012-06-25 19:36:06| 分类: 默认分类|举报|字号 订阅
1、下载ffmpeg。
wget http://down1.chinaunix.net/distfiles/ffmpeg-0.4.9-p20051120.tar.bz2
我是在这个网址上下载ffmpeg-0.4.9-p20051120.tar.bz2,看网上有人...
分类:
系统相关 时间:
2014-06-07 14:45:32
阅读次数:
301
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
解决的需要三个地方1、jsp头有三处和编码合适有关2、更改tomcat的server
增加红色部分3、如果此时还是乱码对于get请求
则添加request.setCharacterEncoding("编码格式例如GBK");下面内容转自他人成果http://blog.csdn.net/xiazdon...
分类:
Web程序 时间:
2014-06-05 20:14:50
阅读次数:
339
1. 下载protobuf源代码(当前最新版本为:2.5.0) #cd /opt #wget
https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz 2. 解压,编译,安装 #tar
zx...
分类:
编程语言 时间:
2014-06-05 17:44:39
阅读次数:
4474
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