码迷,mamicode.com
首页 >  
搜索关键字:yarn local dirs    ( 27093个结果
mysql-bin.000001
今天发现/usr/local/mysql/var下很多mysql-bin.000001、mysql-bin.000002文件,GOOGLE之。。这是数据库的操作日志,例如UPDATE一个表,或者DELETE一些数据,即使该语句没有匹配的数据,这个命令也会存储到日志文件中,还包括每个语句执行的时间,也...
分类:数据库   时间:2014-07-16 23:23:33    阅读次数:307
多台linux服务器时间同步
1,设置A机时间服务器: a,修改 /etc/ntp.conf,如下: # Undisciplined Local Clock. This is a fake driver intended for backup# and when no outside source of synchroniz.....
分类:系统相关   时间:2014-07-10 12:15:56    阅读次数:253
ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages
问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 ...
分类:Windows程序   时间:2014-06-28 09:12:52    阅读次数:510
Effective C++:条款33:避免遮掩继承而来的名称
(一) 下面这段代码: int x; void someFunc() { double x; //local variable std::cin>>x; //read a new value to local x } 这个指涉的是local变量x,而不是global变量x,因为内存作用域会的名称遮掩外围作用域的名称。当编译器处于someFunc的作用域内并遭遇...
分类:编程语言   时间:2014-06-28 07:58:25    阅读次数:281
linux编译安装LAMP
Linux安装Apache+MySQL+PHP 安装部分依赖 安装apr(可选) # tar -xf apr-1.5.0.tar.bz2 # cd apr-1.5.0 #./configure --prefix=/usr/local/apr //指定其安装位置 # make && make install 安装apr-util # tar -xf apr-util-1.5.3.ta...
分类:系统相关   时间:2014-06-28 07:35:28    阅读次数:386
FATAL ERROR: Could not find ./bin/my_print_defaults
我勒个去,上午刚搞好MySQL的编译安装,玛德一重启计算机然后重启服务又报错:[root@localhostmysql-5.5.13]#/usr/local/mysql/scripts/mysql_install_db--user=mysqlFATALERROR:Couldnotfind./bin/my_print_defaultsIfyoucompiledfromsource,youneedtorun‘makeinstall‘tocopyt..
分类:其他好文   时间:2014-06-28 06:21:53    阅读次数:313
ipvsadm+keepalived+inotify-tools自动安装脚本
#!/bin/bash # # #thisisinstallkeepalived+lvs-DR # # tar_dir=/usr/src configure_yum() { echo"[rhel-local]">/etc/yum.repos.d/rhel-local.repo echo"baseurl=file:///media/Server">>/etc/yum.repos.d/rhel-local.repo echo"enabled=1">>/etc/yum.repos..
分类:其他好文   时间:2014-06-28 06:08:16    阅读次数:373
apache/mysql/php编译安装及支持xcache和fastcgi方式运行
一、编译安装apache1、安装环境:yuminstallgccgcc-c++openssl-devellibtool-y2、安装apr、apr-util及pcretarjxfapr-1.5.1.tar.bz2cdapr-1.5.1./configure--prefix=/usr/local/aprmake&&makeinstalltarjxfapr-util-1.5.3.tar.bz2cdapr-util-1.5.3./configure--prefix=/..
分类:数据库   时间:2014-06-28 00:58:44    阅读次数:697
mysql5.5 主从
yum-yinstallgccgcc-c++ncurses-devel tarxvfcmake-2.8.4.gz cdmake-2.8.8 ./bootstrap gmake&&gmakeinstall cd.. tarzxvfmysql-5.5.25.tar.gz cdmysql-5.5.25 mkdir-p/usr/local/mysql/data cmake-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DMYSQL_UNIX_ADDR=/tmp/my..
分类:数据库   时间:2014-06-28 00:06:19    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!