I wrote this answer back in '09 when Android was relatively new, and there were many not well established areas in Android development. I have added a...
分类:
移动开发 时间:
2015-04-02 22:24:46
阅读次数:
248
淘到的一个Makefile,备份一下。 #?Makefile?for?Sphinx?documentation
#
#?You?can?set?these?variables?from?the?command?line.
SPHINXOPTS????=
SPHINXBUILD???=?sphinx-build
PAPER??...
分类:
其他好文 时间:
2015-04-02 11:56:38
阅读次数:
322
mysql版本是mysql5.6.22,安装环境windows7。
1.使用该查询日志可以找到有效率问题的sql语句,并记录下来,进行监控。
可以使用如下语句查询和设置慢查询日志
(1) 查看慢查询日志是否开启
SHOW VARIABLES LIKE '%show_query_log%'; 或是 SHOW VARIABLES LIKE '%show_query_lo...
分类:
数据库 时间:
2015-04-01 15:20:02
阅读次数:
184
Environment variables are a univerial mechanism for conveying configuration information to Unix programs. Let's look at how to set, get, and list envi...
分类:
其他好文 时间:
2015-04-01 14:59:08
阅读次数:
113
练习4-7原文Exercise 4.7. Let* is similar to let, except that the bindings of the let variables are performed sequentially from left to right, and each binding is made in an environment in which all of the...
分类:
其他好文 时间:
2015-04-01 09:31:37
阅读次数:
178
对于程序猿来说,乱码问题真的很头疼,下面列举几种常见的乱码。1.数据库编码不一致导致乱码解决方法:首先查看数据库编码,输入:show variables like "%char%";确认编码一致,如果不一致,可输入:SET character_set_client='utf8';SET charac...
分类:
其他好文 时间:
2015-03-31 12:28:25
阅读次数:
100
1、查询mysql timeout相关的变量值 SHOW VARIABLES LIKE "%timeout%" 2、可以插入部分字段的值(id字段自增) INSERT into weightTB(date,weightNum) values('2015-03-23 16:30:21','www');...
分类:
数据库 时间:
2015-03-30 18:01:23
阅读次数:
152
1、首先检查默认安装的字符集
mysql> show variables like '%char%';
+--------------------------+--------------------------------------------------------+
| Variable_name | Value ...
分类:
数据库 时间:
2015-03-30 11:16:23
阅读次数:
258
先说环境吧:Server version: 5.6.16-enterprise-commercial-advanced-log MySQL Enterprise Server - Advanced Edition (Commercial)mysql> show variables like ...
分类:
数据库 时间:
2015-03-30 11:13:50
阅读次数:
134
变量 @color1:#fff;选择器// Variables@mySelector: banner;// Usage.@{mySelector} { font-weight: bold; line-height: 40px; margin: 0 auto;}图片域名// Variables@...
分类:
其他好文 时间:
2015-03-29 07:00:34
阅读次数:
121