`
junier
  • 浏览: 75568 次
  • 性别: Icon_minigender_1
  • 来自: 郑州
社区版块
存档分类
最新评论
文章列表
使用mysql自带的mysqldump.exe和系统的任务计划来完成此任务. 任务所使用的bat文件内容如下: @echo off set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%" "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqldump.exe" -h localhost -uroot -proot taobao > E:\db_backup\taobao_%Ymd%.sql @echo on 然后将此保存为BAT文件,加入到操作系统的计划任务中去 ...
   2014年9月24日,Bash暴露严重安全漏洞,编号为CVE-2014-6271,该漏洞将导致远程攻击者在受影响的系统上执行任意代码。CNVD对破壳漏洞(ShellShock)的严重性定义为10级(最高)。 一、漏洞信息 1、漏洞描述 GNU Bash 是一个为GNU 计 ...
1.安装相关的开发工具包 #yum -y install binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel glibc glibc-common glibc-devel gcc gcc-c++ #yum -y install libaio libaio-devel libgcc libstdc++ libstdc++-devel make sysstat unixODBC unixODBC-devel #rpm -e ksh #rpm -ivh pdksh-5.2.14-36.e15.x86_64. ...
安装memcached wget http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz wget --no-check-certificate https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz tar xf libevent-2.0.21-stable.tar.gz cd libevent-2.0.21-stable ./configure --prefix=/usr/local/libevent-2 ...
安装PHP memcach扩展 wget http://pecl.php.net/get/memcache-2.2.7.tgz tar zvxf memcache-2.2.7.tgz cd memcache-2.2.7 /usr/local/php/bin/phpize ./configure --with-php-config=/usr/local/php/bin/php-config --enable-memcache make make install 出现如下提示: Installing shared extensions: /usr/local/php/lib/ ...
整合nginx和php-fpm mkdir /web cd /web mkdir htdocs 编辑/root/nginx-1.2.7/conf/nginx.conf,而非/usr/local/nginx/conf/nginx.conf,在文本中server段修改配置: ... location / { root /web/htdocs; index index.php index.html index.htm; } ... location ~ \.php$ { root /web/htdocs; fastcgi_pass 127.0.0.1:9000; fast ...
tar zvxf php-5.4.11.tar.gz cd php-5.4.11 ./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm --with-mcrypt --with-zlib --enable-mbstring --disable-pdo --with-curl --disable-debug --enable-pic --disable-rpath --enable-inline-optimization --with-bz2 --with-xml --with-zlib --enable-soc ...
wget http://nginx.org/download/nginx-1.2.7.tar.gz wget http://cn2.php.net/get/php-5.4.11.tar.gz/from/this/mirror wget http://pecl.php.net/get/memcache-2.2.7.tgz wget http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz wget --no-check-certificate https://github.com/downloads/libevent/lib ...
For God-knows-what reason, the libmcrypt and libmhash aren't included in the default repository for CentOS 6 or Red Hat Enterprise Linux 6. So you'll run into the following when trying to compile PHP. configure: error: mcrypt.h not found. Please reinstall libmcrypt. And you can't install it. # yum ...
http://www.metsky.com/archives/548.html http://5371936.blog.51cto.com/5361936/976435; http://gadelkareem.com/2012/02/24/installing-centos-6-2-on-vmware/#&panel1-13 http://andyxu.blog.51cto.com/2050315/897023 ******************************************************************************** 局域网无法访问v ...
光阴似箭,日月如梭,辉煌的2012年紧张有序的过去了,忙碌的一年里,在公司领导强有力的领导下以及同事的通力合作下,我顺利的完成了领导安排的工作和客户提出的需求,非常感谢公司提供给我这样一个成长的平台,让我能 ...
年底了,该给自己写点总结了! 从毕业到现在已经快4年啦,一直在Java的WEB开发行业混迹。我不是牛人,但是自我感觉还算是个合格的程序员,有必要写下自己将近4年来的经历,给自我以提示,给刚入行的朋友提供点参考。 第一. Java程序员需要不断的学习; 貌似这一点适应的行业最广,但是我可以很肯定的说:当你从事web开发一年后,重新找工作时,才会真实的感受到这句话。 工作第一年,往往是什么都充满新鲜感,什么都学习,冲劲十足的一年;WEB行业知识更新特别快,今天一个框架的新版本,明天又是另一个新框架,有时往往根据项目的需要来不断学习新东西;所有,很多时候感觉,自己用过的东西真多呀!但是真正深入研究的东 ...
http://blog.csdn.net/zhangzeqin0/archive/2011/04/21/6338753.aspx 用 ./shutdown.sh 关闭 rmi 服务器的 tomcat ,然后 ./startup.sh 启动,客户端连接总是会导致如下错误: org.springframework.remoting.RemoteLookupFailureException: Lookup of RMI stub failed; nested exception is java.rmi.UnmarshalException: error unmarshalling return; ...
http://www.blogjava.net/security/archive/2006/10/02/sso_in_action.html
怎样花两年时间去面试一个人 参见链接http://mindhacks.cn/2011/11/04/how-to-interview-a-person-for-two-years/
Global site tag (gtag.js) - Google Analytics