1.eclipse->项目->右键->Properties->Web
Project Setting->context root 设置为"/"或者""2.tomcat5.0/6.0:间加了一句3.tomcat7.0
间加了一句
分类:
其他好文 时间:
2014-05-10 00:45:36
阅读次数:
345
NAME mkdir - make directoriesSYNOPSIS mkdir
[OPTION]... DIRECTORY...DESCRIPTION Create the DIRECTORY(ies), if they do not
already ex...
分类:
系统相关 时间:
2014-05-10 00:10:10
阅读次数:
411
linux下IPTABLES配置详解如果你的IPTABLES基础知识还不了解,建议先去看看.开始配置我们来配置一个filter表的防火墙.(1)查看本机关于IPTABLES的设置情况[root@tp
~]# iptables -L -nChain INPUT (policy ACCEPT)targe...
分类:
系统相关 时间:
2014-05-09 23:51:58
阅读次数:
764
下载http://extundelete.sourceforge.net/bunzip2
extundelete-0.2.0.tar.bz2tar xvf extundelete-0.2.0.tarcd
extundelete-0.2.0makemake install[root@yznvm1 yz...
分类:
系统相关 时间:
2014-05-09 23:50:01
阅读次数:
532
yum install samba/etc/samba/smb.confdirectory mask
= 0777 ← 指定新建目录的属性(以下4行)force directory mode = 0777directory security mask =
0777force directory s....
最近在部署was时,发现有些命令不能使用,查资料发现不同linux发行版本,部分命令有差异。在部署软件之前要充分了解linux的版本信息,查询版本信息主要有以下几个命令:1.uname,uname-r,uname-a,cat/proc/version查看系统的内核版本,命令适用于aix,hp_ux等系统;[root@LSZDD..
分类:
系统相关 时间:
2014-05-09 14:29:25
阅读次数:
400
本人于去年十月份开始接收游戏元数据管理系统的开发,下面就把使用的技术总结一下:
由于元数据数据库比较多,链接频繁会影响效率,所以我们使用了facebook开源的Thrift,服务端使用C++,客户端链接使用python和php,由于我主要做php,下面是Thrift的php客户端入口文件:
<?php
#Thrift Lib Path Root
$GLOBALS['THRIFT_ROOT']=...
分类:
其他好文 时间:
2014-05-09 14:00:16
阅读次数:
332
20140509-MySQL导入脚本文件,插入数据时显示乱码的解决办法 打开CMD输入以下命令:
mysql –u root –p然后输入密码: 在导入脚本文件之前,对字符编码进行设置: charset
gbk;说明:上面的这条语句非常关键,这样不论你在cmd窗口,还是使用客户端输入中文,都能够正确...
分类:
数据库 时间:
2014-05-09 13:30:47
阅读次数:
318
Path Sum IGiven a binary tree and a sum,
determine if the tree has a root-to-leaf path such that adding up all the values
along the path equals the gi...
分类:
其他好文 时间:
2014-05-09 13:21:59
阅读次数:
320
在配置安卓开发环境时,我将sdk、eclipse等工具包解压在了/opt目录下,在安装adt、导入sdk时,频频出现问题,Failed to create
directory /opt/adt-bundle-linux-x86_64-20140321/sdk/temp原因是程序在/opt目录下权限不...
分类:
系统相关 时间:
2014-05-09 09:03:05
阅读次数:
399