码迷,mamicode.com
首页 >  
搜索关键字:sync mirror    ( 6902个结果
CentOS 5.5 64bit下源码编译安装MySQL 5.5.42
1.下载源码包MySQL5.5.42下载地址http://mysql.mirror.kangaroot.net/Downloads/MySQL-5.5/mysql-5.5.42.tar.gzcmake3.2.1下载地址http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz2.检查环境:rpm-qa|grepcmakerpm-qa|grepgccrpm-qa|grepgcc-c++3.安装篇:cmake-3.2.1通过..
分类:数据库   时间:2015-04-03 11:34:29    阅读次数:165
openSUSE 国内镜像汇总
1. 北交(BJTU): http://mirror.bjtu.edu.cn/opensuse http://mirror.bjtu.edu.cn/packman/suse 2. 华中科大(HUST): http://mirrors.hust.edu.cn/opensuse/ http://mirrors.hust.edu.cn/packman/suse/ ...
分类:其他好文   时间:2015-04-03 01:36:30    阅读次数:184
GCD的使用(一)
1.异步执行 dispatch_async(dispatch_get_global_queue(0,?0),?^{?????? //?something? }); 2.同步执行 dispatch_sync(dispatch_get_global_queue(0,?0),?^{?????? //?something? }); dispat...
分类:其他好文   时间:2015-04-02 16:52:58    阅读次数:126
Installing scipy on redhat with error “no lapack/blas resources found”
这是更新scipy出现的结果,需要新版本的scipy,而机器上只装了0.7的版本,更新的时候报错,找到了一个解决方法:wget http://mirror.centos.org/centos/6/os/x86_64/Packages/lapack-devel-3.2.1-4.el6.x86_64.r...
分类:其他好文   时间:2015-04-02 13:11:18    阅读次数:365
centos 7.0 ks文件
#version=RHEL7#Rebootafterinstallationreboot#Usenetworkinstallationurl--url="http://192.168.100.250/cobbler/ks_mirror/centos-7.0-x86_64/"#Usetextmodeinstalltext#Firewallconfigurationfirewall--disabledfirstboot--disableignoredisk--only-use=sda#Keyboardlayout..
分类:其他好文   时间:2015-04-02 06:43:48    阅读次数:421
Ogre的材质创建和应用
Ogre材质的创建可以通过脚本或代码创建:层级 Material -〉technique -> pass -> texture_unit Ogre的材质具有动态的效果,提供有animation,rotate,scroll,mirror等效果 Ogre中的材质可以在mesh创建时指定材质,也可以在entiry创建时重新制定材质。...
分类:其他好文   时间:2015-04-01 23:47:49    阅读次数:254
linux下简单系统故障排除
系统简单故障排除1、bash程序故障:故障现象:bash程序文件损毁,导致系统开机后,无法进入bash控制台进行操作;解决方法:进入紧急救援模式,重新安装bash程序;[root@localhost~]#mv/bin/bash/tmp:模拟系统bash程序故障;[root@localhost~]#[root@localhost~]#sync[root@loc..
分类:系统相关   时间:2015-04-01 20:25:13    阅读次数:202
Ubuntu nfs配置
Ubuntunfs配置被挂载端(10.0.0.2):#apt-getinstallnfs-kernel-server#vi/etc/exports按a或i进入编辑模式/home10.0.0.3(rw,sync,no_subtree_check)(即只允许10.0.0.3挂载/home目录)按Esc键退出编辑模式:wq(保存并退出)#servicenfs-kernel-serverresart挂载端(10.0.0.3):#v..
分类:系统相关   时间:2015-04-01 20:10:56    阅读次数:196
SPOJ MYQ10 Mirror Number 数位dp'
题目链接:点击打开链接 MYQ10 - Mirror Number A number is called a Mirror number if on lateral inversion, it gives the same number i.e it looks the same in a mirror. For example 101 is a mirror number whi...
分类:其他好文   时间:2015-04-01 00:28:20    阅读次数:196
快速掌握Redis——第七招:运维必学 主从和监控sentinel(未排版)
### 1 主从同步 Replication - 过程 slave 配置复制(Replication)策略后,会向master 主动发送一个SYNC命令。Master将启动后台存盘进程,同时收集所有接收到的用于修改数据集的命令,在后台进程执行完毕后,Mas...
分类:其他好文   时间:2015-03-31 20:37:06    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!