这种简单题做了好长时间,我是不是有点逗?地址:http://acm.fzu.edu.cn/problem.php?pid=2034不解释了,自己看吧,练手的好题上个代码吧#include
#include #include int main(){ int s,n,m,i,j,k,t; c...
分类:
其他好文 时间:
2014-05-10 02:14:11
阅读次数:
328
今天在家里的RHLE5.5上安装apache的时候,先用user1用户./configure命令配置,然后才用root用户make &&
make install,结果apache起来的时候就报如下错误: httpd: apr_sockaddr_info_get() failed
forbogon....
分类:
系统相关 时间:
2014-05-10 01:41:36
阅读次数:
574
例1:在python中包装ls命令#!/usr/bin/envpython#pythonwapperforthelscommandimportsubprocesssubprocess.call(["ls","-l"])在Linux中执行该命令[root@pydbpython]#pythonls.py...
分类:
编程语言 时间:
2014-05-10 01:32:55
阅读次数:
377
安装:1.需要root权限,所以要用root登录,或suroot2.yum
install"@ChineseSupport"3.exit4.回到桌面,system->preferences->inputmethod5.如果没有,先注销一下。6.按照提示添加输入法。7.最后
再次注销,登录即可。设置:...
分类:
系统相关 时间:
2014-05-09 17:44:03
阅读次数:
379
Please use following command for regist a login
user.net use \\server\folder[password] /user:[username]
分类:
Web程序 时间:
2014-05-09 17:06:29
阅读次数:
390
第一步:登陆root登陆之后切换到oracle用户上,输入su
oracle第二步:连接在oracle用户下,输入sqlplus /nolog第三步:使用管理员权限输入connect /as
sysdba第四步:启动/关闭服务输入startupstartup参数不带参数,启动数据库实例并打开数据库,...
分类:
数据库 时间:
2014-05-09 16:59:52
阅读次数:
390
本文记录Linux安装MySql过程。环境:OS:Centos 6.5 x64 & MySql
5.1 x641、系统检查检查是否已经安装MySql数据库。[root@master ~]# rpm -qa | grep
mysql如果有安装,先卸载已经安装的MySql数据库。[root@master...
分类:
数据库 时间:
2014-05-05 10:12:56
阅读次数:
502
摘自:RadioWar wiki1、编译(获取)客户端Proxmark3的Android
客户端项目地址:https://github.com/marcv81/proxdroid根据目前测试来看,三星galaxy S2 ,三星galaxy S3
,HTC One V 都工作正常。要求手机root,并...
分类:
移动开发 时间:
2014-05-05 10:10:36
阅读次数:
602
转自:http://blog.csdn.net/bluesky8640/article/details/6945776之前装python、jdk、hadoop都是用的root账户,这是一个绝对的失策,linux对用户访问权限很严格,新创的hod账户根本无法启动hadoop,而root在hod模式下使...
分类:
系统相关 时间:
2014-05-05 10:09:20
阅读次数:
753
org.hibernate.dialect.MySQLDialect
com.mysql.jdbc.Driver jdbc:mysql://localhost:3306/hibernate root root true ...
分类:
系统相关 时间:
2014-05-05 09:41:36
阅读次数:
459