`
文章列表
大家好,今天我遇到了这个问题,cygwin 安装 CYGWIN SSHD的时候报出 3534的error。   然后查看/var/log/sshd.log 内容如下: Privilege separation user sshd does not existPrivilege separation user sshd does not existPrivilege separation user sshd does not existPrivilege separation user sshd does not existPrivilege separation user sshd ...
部署到websphere上的项目默认的端口号9080,修改成8080要修改2个文件 1.在WAS console中,环境-》虚拟主机-》default_host 然后编辑9080的端口为8080保存   2. WebSphere/AppServer/profiles/AppSrv01/config/cells/localhostNode01Cell/nodes/localhostNode01/serverindex.xml<specialEndpoints xmi:id="NamedEndPoint_1213602610369" endPointName= ...
今天我的文章被管理员视为了垃圾文章。。。心中莫名的感到凄凉。我是很辛苦的在写文章啊。。。 苍天啊大地啊。   Aqua Data Studio 是一个很强大的SQL工具(条件:必须有jdk或者java运行环境jre)   我现在越来越爱她了。   今天的主题《Aqua Data Studio 导出SQL》当然是用Aqua Data Studio 到处SQL了   下面给出软件的界面(涂黑的地方保密哦)   找到工具的位置   配置信息,现在所有table和所有的view     按下一步,进行生成的sql位置   在一下,就成功导出了   合并BAT ...
在Eclipse的XDebug的进度条会停在57%,显示"waiting for XDebug session". 在Google了一天之后终于找到一篇文章的一条评论中提到这个问题的解决方法:Link 上面写道: I had problems getting xdebug to work and interact properly with Eclipse/PDT. I kept getting stuck at 57% with the message "waiting for XDebug session" in the progress wi ...
Apache server for the PHP have this problem for me   I think it is not have the access permission for my computer.   so I find the www accss permission for my own folder.   It is work.   Good luck.
 If you alone,please don't be sad ,you will get the sunshine when you success.   Now today I tell you how to install the flash player in ubuntu.   First download the "install_flash_player_11_linux.i386.tar.gz" from the http://get.adobe.com/cn/flashplayer/ And open the termial ,input t ...
在java中使用下面代码查询db2的clob列 (conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY)).executeQuery(sql)时会报以下错误: DB2 SQL error: SQLCODE: -270, SQLSTATE: 42997, SQLERRMC: 63 而sql语句在db2中直接执行是不会报错的。 在db2中直接执行是没有使用scrollable cursor游标的,那解决的方法既是: 将createStatement中的参数去掉,直接用下面的 ...
嘻嘻,今天咱整点东西,如题   主页面和JS操作,已经在关键地方加注释了。       <!DOCTYPE HTML> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>js COOKIE 记住帐号或密码</title> <script type="text/javascript"> window.onload=functi ...

ubuntu install vnc

Today I wiil tell you how to install the vnc in ubuntu   First I must have the vnc software. $ sudo apt-get install vnc4-common vnc4server  And next , set the password for your own vnc4server $ vncpasswd   And next,test you vnc is ok $ vncserver :1   $ vncserver -kill :1  And next,copy ...
首先挂载硬盘      #mount -o iocharset=cp936 /dev/hda6 /mnt/e    # mount -o loop /mnt/e/fc/rhel-3-i386-as-disc1.iso /mnt/cdrom 然后安装db2 第一步:检查程序包及其版本compat-libstdc++-7.3-2.96.118.i386.rpm 在的安装盘上,找到后使用rpm -i compat-libstdc++-7.3-2.96.118.i386.rpm 安装即可   第二步:配置 Linux 内核参数 /etc/sysctl.conf文件,添加内核参数ke ...
Today,I get a problem,show in the title   Now,I give the answer for it .   Change the following ports that tomcat is listening to in server.xml <Connector port="8080"> <- This is the port that tomcat uses to respond to HTTP requests <Connector port="8009&qu ...
从码农变成管理,还需一个跳跃。 数据库设计可以说是重点中的重点了,一个数据库设计的好坏,直接影响整个项目的进程。   原始单据与实体之间的关系 可以是一对一、一对多、多对多的关系。在一般情况下,它们是一 ...
当用执行下面的代码的时候   String json = "{name:\"chenhailong\"}"; Map<String,String> map = new HashMap<String,String>(); ObjectMapper mapper = new ObjectMapper(); map = mapper.readValue(json, new TypeReference<HashMap<String,String>>(){});  就会出现下面 ...
问题: 在DataGrid追加RadioButton的时候,不能达到预期的单选效果。 下面提出解决方法和Source <?xml version="1.0" encoding="utf-8"?> <!-- ADOBE SYSTEMS INCORPORATED Copyright 2008 Adobe Systems Incorporated All Rights Reserved. NOTICE: Adobe permits you to use, modify, and distribute this f ...
SWFLoader加载外部swf是一个很好的方法,在进行Flex游戏开发的时候,我们通常会需要很多Flash提供的游戏角色,这些角色可以每个都是一个单独的swf,也可以是存在于一个swf文件中的各个元件。两种方法各有优劣: 1. 单独的swf,每个角色独立性很强,可以在需要的时候才加载。未来修改角色也不会影响到其它角色。但是会有很多的swf需要管理。 2. 每个角色是一个元件,存在于一个swf中,这种方法比较容易管理资源,比较干净。但是修改一个角色都需要重新编译swf,可能会误操作影响其它的元件。而且一次加载所有角色,可能会加载许多不必要的元件,浪费带宽。 两种方法怎么选择,根据项目读者根据 ...
Global site tag (gtag.js) - Google Analytics