转载原文地址:http://edwardkeeble.com/2014/02/passive-wifi-tracking/Passive WiFi TrackingPostedFebruary 26, 2014byEdwardIn the last year or so, there have be...
分类:
其他好文 时间:
2015-03-03 01:05:34
阅读次数:
260
EXEC SP_CONFIGURE 'show advanced options',1RECONFIGUREEXEC SP_CONFIGURE 'Ad Hoc Distributed Queries',1RECONFIGURESELECT * INTO [dbo].[MMS_ExchangeInte...
分类:
其他好文 时间:
2015-03-02 14:40:58
阅读次数:
103
exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reconfigureselect * from Product p inner joinope...
分类:
数据库 时间:
2015-03-02 14:35:29
阅读次数:
182
题目链接:http://poj.org/problem?id=1986Farmer John's cows refused to run in his marathon since he chose a path much too long for their leisurely lifestyle...
分类:
其他好文 时间:
2015-03-01 00:13:26
阅读次数:
239
原文再续,书接一上回。话说上一次我们讲到了Correlation Filter类 tracker的老祖宗MOSSE,那么接下来就让我们看看如何对其进一步地优化改良。这次要谈的论文是我们国内Zhang Kaihua团队在ECCV 2014上发表的STC tracker:Fast Visual Trac...
分类:
其他好文 时间:
2015-02-27 22:52:11
阅读次数:
514
有些时候当程序做了更新,数据库负载突然上来,或者并发翻了几倍。这个时候如果用show full processlist; 根本看不到完全的sql。怎么才能看是哪些sql导致的呢,在网上查了资料,有一下几种方法。1.记录慢日志:long_query_time = 1log_slow_queries =...
分类:
数据库 时间:
2015-02-27 13:13:59
阅读次数:
141
mysql增加慢日志 vim ?my.conf # 超过1s的查询会记录到日志文件中 long_query_time=1 log-slow-queries=/data/var/mysql_slow.log # 记录没用索引的查询 log-queries-not-using-indexes 用mysqlsla工具和查看慢日...
分类:
数据库 时间:
2015-02-26 18:48:00
阅读次数:
180
CSS Media Queries直译过来就是“媒体查询”,我们可以通俗易懂的理解为根据媒体设备展示不同的样式。例如,你可以把用于大屏幕上显示的样式和用于移动设备的专用样式放在一个样式文档中,这样,在不改变文档内容的情况下,不同的设备可以呈现不同的界面外观。看下这个在线演示,调整你的浏览器窗口尺寸,...
分类:
Web程序 时间:
2015-02-26 18:08:20
阅读次数:
248
StatCounter provides free customisable hit counters, visitor tracking, web analytics and website stats for TypePad.StatCounter提供免费自定义计数器,用户跟踪,网站分析,网站的...
分类:
其他好文 时间:
2015-02-21 23:26:21
阅读次数:
207
直接运行一下代码就可以:
log-error=log-error.log
log=log.log
log-bin=log-bin.log
log-queries-not-using-indexes=log-queries-not-using-indexes.log
log-warnings=1
log-slow-queries=log-slow-query.log
log-u...
分类:
数据库 时间:
2015-02-14 12:26:22
阅读次数:
152