select *from ( select event_date, '2014-12-06' as active_date, channel_id, new_user_count as new_user_count, ...
分类:
数据库 时间:
2014-12-07 21:36:02
阅读次数:
220
扫描wifi信息:http://code.google.com/p/uwecaugmentedrealityproject/http://code.google.com/p/iphone-wireless/条形码扫描:http://zbar.sourceforge.net/iphone/sdkdoc...
分类:
其他好文 时间:
2014-12-05 07:06:01
阅读次数:
263
最近在做opencv 多通道操作时发现网上例子很少,为了方便记忆就自己写了个demo。
例子在vs2010 + opencv 2.4.9 编译通过,只要配置好opencv 的lib路径就可以运行了。
该方法适用于Windows/Linux下的c++ 操作,Windows 和Ubuntu 都试过没问题。
#include
#include
#pragma comment ( lib...
分类:
编程语言 时间:
2014-12-03 15:47:53
阅读次数:
672
参考官方论坛:http://forums.debian.net/viewtopic.php?t=107377 首先你得有个有线网然后就可以愉快的在线安装无线网卡洛suecho "deb http://ftp.nl.debian.org/debian wheezy-backports main" >>...
分类:
其他好文 时间:
2014-12-03 07:04:16
阅读次数:
179
OpenCV C++ n-dimensional dense array class The class "Mat" represents an n-dimensional dense numerical single-channel or multi-channel array. It can be used to store real or complex-valued vectors
a...
分类:
其他好文 时间:
2014-12-02 20:53:55
阅读次数:
350
pub相对简单client.PublishMessage("channel", "msg");sub有2种方法方法1var subscription = client.CreateSubscription();subscription.OnMessage = (channel, msg) =>
{ ...
分类:
其他好文 时间:
2014-12-02 18:53:41
阅读次数:
210
// xuhh_go_channel
project
main.go
/*
channel
1. channel 在读取数据的时候,如果此时通道内没有数据,则会阻塞。
在取数据的时候,如果此时通道内没有数据,则也会阻塞。
2. channel 在创建的时候会存在一个数据缓冲,如果通道内存入的数据超过缓冲,则就会崩溃。
ra...
分类:
其他好文 时间:
2014-12-02 15:18:41
阅读次数:
112
Wireless Network
Time Limit: 10000MS
Memory Limit: 65536K
Total Submissions: 16885
Accepted: 7091
Description
An earthquake takes place in Southeast Asia. The ACM (...
分类:
Web程序 时间:
2014-12-02 10:38:42
阅读次数:
235
DescriptionWhen a radio station is broadcasting over a very large area, repeaters are used to retransmit the signal so that every receiver has a stron...
分类:
其他好文 时间:
2014-12-01 22:11:46
阅读次数:
151
最近在做一个项目,需要用树莓派作为AP发射wifi,对比cubieboard,树莓派的配置容易得多,而且支持也更多。
较为官方的介绍配置为无线热点的文章莫过于这一篇《RPI-Wireless-Hotspot》
按照这个设置,我的其实不成功,于是找到这篇文章《Turn
Your Raspberry Pi Into a WiFi Hotspot with Edimax Nano USB E...
分类:
其他好文 时间:
2014-11-29 09:04:57
阅读次数:
305