In the secondary crushing, we choose the PF1214
impact crusher whose capacity is 80-160 tph. During the stone crushing plant,
the impact crusher is su...
分类:
其他好文 时间:
2014-05-10 01:03:54
阅读次数:
341
[apptest@vis appl]$ su -oravis[oravis@vis 11.1.0]$
sqlplus / as
sysdbaSQL>createusererpqueryidentifiedbyerpquerydefaulttablespaceAPPS_TS_TX_DATA;SQL>g...
分类:
数据库 时间:
2014-05-10 00:57:22
阅读次数:
347
1.eclipse->项目->右键->Properties->Web
Project Setting->context root 设置为"/"或者""2.tomcat5.0/6.0:间加了一句3.tomcat7.0
间加了一句
分类:
其他好文 时间:
2014-05-10 00:45:36
阅读次数:
345
Holding Bin-Laden Captive!Time Limit: 2000/1000
MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s):
14095 Accepted Su...
分类:
其他好文 时间:
2014-05-09 23:53:49
阅读次数:
386
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
距离上一篇文章已经有半个月的时间了,感觉这段时间对不起自己呀。因为现在我开始学习Java了,以后有时间和大家交流一个学习经验。
今天我要分享的知识是如何建立进程。在Linux中我们应该如何进程呢,让我们好好来探究一下吧。
示例一:
这个例子就是建立了一个后台进程
[root@instructor Desktop]# ping 127.0.0.1&
[1] 16885
[root@ins...
分类:
其他好文 时间:
2014-05-09 22:37:12
阅读次数:
411
最近在部署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
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