码迷,mamicode.com
首页 >  
搜索关键字:minimum depth of bin    ( 47234个结果
单实例数据库安装脚本
安装脚本1、1_preusers.sh#!/bin/bash#Purpose:Create 3 groups named 'oinstall','dba','oper', plus 1 users named 'oracle'.#Also setting the Environment#variab...
分类:数据库   时间:2014-07-03 10:50:44    阅读次数:268
how to convert from hex to disasm
cat ascii.hex | ascii2binary -b h -t us > ascii.bin x86dis -e 0 -s att -f ascii.bin echo "d8 01 77 c4 90 90 90 90" | ascii2binary -b h -t uc | x86d...
分类:其他好文   时间:2014-07-03 10:07:55    阅读次数:275
Mysqlbinlog使用
Mysqlbinlog使用1.binlog日志打开方法在my.cnf这个文件中加一行(Windows为my.ini)。#vi/etc/my.cnf[mysqld]log-bin=mysqlbin-log #添加这一行就ok了=号后面的名字自己定义吧然后我们可以对数据库做简单的操作后到mysql数据文...
分类:数据库   时间:2014-07-03 10:04:42    阅读次数:201
apache log 按日期记录 格式 <GOOD>-- (转)
在apache的配置文件中找到ErrorLoglogs/error_logCustomLoglogs/access_log commonLinux系统配置方法:将其改为ErrorLog “| /usr/local/apache/bin/rotatelogs /home/logs/www/%Y_%m_...
分类:其他好文   时间:2014-07-03 07:06:29    阅读次数:281
邮箱升级TOMCAT注意事项说明
邮箱升级tomcat注意事项说明1. 下载新版本tomcat2. 停止服务并且备份#pkill -9 safestartwd#pkill -9 watchdog#cd /turbomail/web/bin./shutdown.sh#mv /turbomail/web /turbomail/webba...
分类:其他好文   时间:2014-07-03 07:04:38    阅读次数:194
linux 下 /bin /sbin 的区别 -- (转)
/bin,/sbin,/usr/bin,/usr/sbin区别/ : this is root directory root 用户根目录/bin : commands in this dir are all system installed user commands 系统的一些指令/sbin: c...
分类:系统相关   时间:2014-07-03 06:29:10    阅读次数:223
log_bin_trust_function_creators错误解决
log_bin_trust_function_creators错误解决当有mysql本地或远程建立function或procedure时报上面的错误经试验是log_bin_trust_function_creators值为off导致设置:?1set global log_bin_trust_func...
分类:其他好文   时间:2014-07-02 22:48:29    阅读次数:297
大文件不断行切割
#! /usr/bin/python#! -*- coding:utf-8 -*-import osdef SplitFile(cnt): path='e:\data' filename=path+'\\qunti_deal.txt' os.chdir(path) i=0 n=0 siz...
分类:其他好文   时间:2014-07-02 21:15:42    阅读次数:228
opennebula 自定义安装目录
/bin/sh /app/xmlrpc-c-1.16.34/mkinstalldirs /usr/local/lib/bin/sh /app/xmlrpc-c-1.16.34/mkinstalldirs /usr/local/include/bin/sh /app/xmlrpc-c-1.16.34/...
分类:其他好文   时间:2014-07-02 21:13:44    阅读次数:186
python try小例子
#!/usr/bin/pythonimporttelnetlibimportsockettry:tn=telnetlib.Telnet(‘10.67.21.29‘,60000)exceptsocket.error,e:printeexit(1)tn.set_debuglevel(1)tn.write(‘quit‘+‘\n‘)print‘ok‘socket.error为错误类型e为对象
分类:编程语言   时间:2014-07-01 15:33:07    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!