- 浏览: 147493 次
- 性别:
- 来自: 北京
-
最新评论
-
lflbo:
我发的顺丰
Servlet.service() for servlet debugjsp threw exception -
lflbo:
阿萨德阿萨德[b][/b]
Servlet.service() for servlet debugjsp threw exception -
justfine:
卸载后,你是怎么修复那个软连接文件的?
error: specifies multiple packages -
yuxiangtong:
我的是连错数据库了,连的那个数据库没有那个proc!呵呵,谢谢 ...
存储过程异常 ORA-06550 PLS-00201: identifier 'STU_RS' must be declared -
国仔饼:
...
Invalid escape sequence (valid ones are \b \t \n
文章列表
rpm -e --allmatches --nodeps libevent-1.1a-3.2.1
升级时openssl遇到的怪胎,error: specifies multiple packages
error: specifies multiple packages 卸载openssl rpm包遇到的怪胎[root@testserver openssl-0.9.8l]# rpm -qa | grep opensslopenssl-0.9.8e-12.el5openssl-devel-0.9.8e-12.el5openssl-devel-0.9.8e-12.el5openssl- ...
more screenlog.0
启动screen
screen -dmLS name sh xxx.sh
Mysql:备份、还原、恢复:Mysqldump——标准免费的通用备份工具
一 概述
mysqldump是mysql提供的 标准的、免费、通用、功能强大的;支持逻辑、热、本地或远程、全部或增量备份的 工具。
以 mysqldump Ver 10.13 Distrib 5.1.34, for Win32 (ia32) 来研究说明!
二 选项文件,记住:你可以不依赖选项文件,完全在命令行控制程序的行为
该程序读取标准配置文件路径顺序:C:\WINDOWS\my.ini C:\WINDOWS\my.cnf C:\my.ini C:\my.cnf D:\Program Files\ ...
--quote-names, -Q
Quote database, table, and column names within “‘” characters. If the ANSI_QUOTES SQL mode is enabled, names are quoted within “"” characters. This option is enabled by default. It can be disabled with --skip-quote-names, but this option should be given af ...
ubuntu安装软件是最方便的了,服务器安装:apt-get install vnc4server。客户端Linux下可以使用xvnc4viewer(apt-get install xvnc4viewer),Windows下可以使用RealVNC的free版。
服务器安装完成之后需要先使用vncpasswd命令创建一个密码,密码加密存放在~/.vnc/passwd文件中。启动服务器也很简单,执行vncserver就可以了:
fwolf@wf:$ vncserver New ‘wf:1 (fwolf)’ desktop is wf:1 Starting applications specif ...
rsync参数详解
选项说明-v, --verbose 详细模式输出 -q, --quiet 精简输出模式 -c, --checksum 打开校验开关,强制对文件传输进行校验 -a, --archive 归档模式,表示以递归方式传输文件,并保持所有文件属性,等于-rlptgoD -r, --recursive 对子目 ...
cat /proc/meminfo 读出的内核信息进行解释:
MemTotal: 507480 kBMemFree: 10800 kBBuffers: 34728 kBCached: 98852 kBSwapCached: 128 kBActive: 304248 kBInactive: 46192 kBHighTotal: 0 kBHighFree: 0 kBLowTotal: 507480 kBLowFree: ...
iconv
iconv命令可以将一种已知的字符集文件转换成另一种已知的字符集文件。 例如:从GB2312转换为UTF-8。 用法: iconv [选项...] [文件...] Convert encoding of given files from one encoding to another. 输入/输出格式规范: -f, --from-code=NAME 原始文本编码 -t, --to-code=NAME 输出编码 信息: -l, --list 列举所有已知的字符集 输出控制: -c 从输出中忽略无效的字符 -o, --output=FIL ...
2010-06-03 14:56:44 ApplicationDispatcher[/yaoxueyuan] Servlet.service() for servlet jsp threw exception
java.lang.IllegalStateException: getOutputStream() has already been called for this response
at org.apache.coyote.tomcat5.CoyoteResponse.getWriter(CoyoteResponse.java:599)
at org.apache.coyot ...
StandardWrapperValve[debugjsp]: Servlet.service() for servlet debugjsp threw exception
java.lang.NullPointerException
at org.apache.jsp.zhongyibu.wjhb_005fnr_jsp._jspService(wjhb_005fnr_jsp.java:113) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) at javax.servlet.http.Http ...
su和sudo的区别与使用
一. 使用 su 命令临时切换用户身份
1、su 的适用条件和威力
su命令就是切换用户的工具,怎么理解呢?比如我们以普通用户beinan登录的,但要添加用户任务,执行useradd ,beinan用户没有 ...
ubuntu默认root密码 为空
用sudo - i 进入# 提示符,然后输入 passwd root 输入新的密码就OK!
解决了 本地运行好使 但是到了 服务器上运行fckeditor 出问题!
地址属性: res://ieframe.dll/dnserror.htm#http://fckeditor/editor/fckeditor.html?InstanceName=content&Toolbar=Default
tomcat server.xml
<Host name="域名" debug="0" appBase="E:\apache-tomcat-6.0.20\webapps\dwjl" un ...
使用方法来取得元素
使用方法可以取得更强大的功能,首先我们看 find 函数,通过 find 可以在已经取得元素集合中进行条件查找,例如:$("#orderedlist").find(“li”),查找在 orderedlist 中的 li 元素,相当于 $( “#orderedlist li” )。查找的结果为元素的集合。
遍历返回的元素集合 each()
each 处理函数可以传递一个表示顺序号的参数,顺序号从 0 开始。
在函数中通过 this 取得当前被处理的元素对象,例如,下面的函数,将找到 id 为 orderedlist 的元素中的 li 元素,并将其内容 ...
- 2009-09-18 16:44
- 浏览 998
- 评论(0)
http://www.aspxhome.com/chm/jquery_api_cn/帮助API http://jquery-api-zh-cn.googlecode.com/svn/trunk/index.html (1.3的帮助文档,在线版。)
111
222
JQuery
<script src="/admin/blogs/jquery-1.2.1.min.js" type="text/javascript"></script><script type="text/javascript& ...
- 2009-09-18 16:37
- 浏览 1980
- 评论(0)