一:配置文件读取位置,不同系统my.cnf配置文件位置不同.例如debian位置:/etc/mysql/my.cnf
找到mysqld二进制文件:find/-namemysqld
/usr/bin/mysqld--verbose--help|grep-A1"Defaultoptions"二:全局缓存(key_buffer_size(默认值:384M)
innodb_buffer_pool_size
innodb_addition..
分类:
数据库 时间:
2015-12-24 00:51:23
阅读次数:
271
一:配置文件读取位置,不同系统my.cnf配置文件位置不同.例如debian位置:/etc/mysql/my.cnf
找到mysqld二进制文件:find/-namemysqld
/usr/bin/mysqld--verbose--help|grep-A1"Defaultoptions"二:全局缓存(key_buffer_size(默认值:384M)
innodb_buffer_pool_size
innodb_addition..
分类:
数据库 时间:
2015-12-24 00:50:55
阅读次数:
188
本文记录下android学习中的一些知识点 logcat:// java层的logcat我们不谈,看native层:/system/core/include/log/log.h以ALOGV()为例,/*50 * Normally we strip ALOGV (VERBOSE messages) ....
分类:
移动开发 时间:
2015-12-23 09:22:01
阅读次数:
259
public class LogUtil { public static final int VERBOSE = 1; public static final int DEBUG = 2; public static final int INFO = 3; public static final i...
分类:
其他好文 时间:
2015-12-22 16:01:44
阅读次数:
153
Android中的日志工具类是Log(android.util.Log),这个类中提供了如下几个方法来供我们打印日志。1. Log.v()这个方法用于打印那些最为琐碎的,意义最小的日志信息。对应级别verbose,是Android 日志里面级别最低的一种。2. Log.d()这个方法用于打印一些调试...
分类:
移动开发 时间:
2015-12-18 09:14:49
阅读次数:
304
一、Mysql启动配置文件的加载路径#mysqldump--help|egrep-B2"/etc/my.cnf"或者#mysqld--verbose--help|grepmy.cnfDefaultoptionsarereadfromthefollowingfilesinthegivenorder:/etc/my.cnf/etc/mysql/my.cnf/usr/local/mysql/etc/my.cnf~/.my.cnf--后面的变量覆盖前面的变量参..
分类:
数据库 时间:
2015-12-08 07:18:39
阅读次数:
362
rsync参数的具体解释如下:-v, --verbose 详细模式输出-q, --quiet 精简输出模式-c, --checksum 打开校验开关,强制对文件传输进行校验-a, --archive 归档模式,表示以递归方式传输文件,并保持所有文件属性,等于-rlptgoD-r, --recursi...
分类:
其他好文 时间:
2015-12-08 00:34:51
阅读次数:
141
Log.v(tag,msg);所有内容Log.d(tag,msg);debugLog.i(tag,msg);一般信息Log.w(tag,msg);警告信息Log.e(tag,msg);错误信息1.Log.v的调试颜色为黑色的,任何信息都会输出,这里v代表verbose啰嗦的意思,平时使用就是Log....
分类:
移动开发 时间:
2015-12-07 12:32:03
阅读次数:
177
pod install 提速pod install --verbose --no-repo-updateiOS9网络适配加入字段NSAppTransportSecurityNSAllowsArbitraryLoads下载appcodehttp://www.jetbrains.com/objc/dow...
分类:
其他好文 时间:
2015-12-02 14:20:11
阅读次数:
133
到处找的弄一起。。找不到谁原创了,如果看到call,我添加上去启动MongoDB有2种方式,一是直接指定配置参数,二是指定配置文件。这里先介绍配置文件,启动方式如下:1.mongod--config/etc/mongodb.conf配置如下:verbose:日志信息冗余。默认false。提高内部报告...
分类:
数据库 时间:
2015-12-02 12:26:16
阅读次数:
187