Create EXTERNAL table obd_data_2( imei	string, ts	timestamp, fuel_instant	float, gps_speed	float, gps_status	string, gps_longitude	float,	...
                            
                            
                                分类:
其他好文   时间:
2014-10-15 12:25:10   
                                阅读次数:
231
                             
                    
                        
                            
                            
                                1、HAL层(1)alps\mediatek\platform\mt6589\hardware\camera\core\camshot\MultiShot\MultiShot.cpp sleep实现降速。在sendCommand处理ECamShot_CMD_SET_CSHOT_SPEED。ECamS...
                            
                            
                                分类:
移动开发   时间:
2014-10-14 04:03:07   
                                阅读次数:
259
                             
                    
                        
                            
                            
                                1、HAL层
(1)alps\mediatek\platform\mt6589\hardware\camera\core\camshot\MultiShot\MultiShot.cpp sleep实现降速。
在sendCommand处理ECamShot_CMD_SET_CSHOT_SPEED。ECamShot_CMD_SET_CSHOT_SPEED定义在alps\mediatek\platfo...
                            
                            
                                分类:
移动开发   时间:
2014-10-13 00:42:38   
                                阅读次数:
326
                             
                    
                        
                            
                            
                                //信号量---线程间通信//“生产者消费者” 问题#include#include#include#include#include#define msleep(x) usleep(x*1000)#define PRODUCT_SPEED 3 //生产速度#define CONSUM_SPEED 1...
                            
                            
                                分类:
其他好文   时间:
2014-10-10 23:51:04   
                                阅读次数:
222
                             
                    
                        
                            
                            
                                HTTP/2: The Long-Awaited SequelThursday, October 9, 2014 2:01 AM6Ready to speed things up?Here at Microsoft, we’re rolling out support in Internet Exp...
                            
                            
                                分类:
其他好文   时间:
2014-10-10 00:57:23   
                                阅读次数:
259
                             
                    
                        
                            
                            
                                buzhang练习动画效果-show-hide-title
$(document).ready(function(e) {
    $('button:first').click(function(){
		
		//show([speed,[easing],[fn]])
		//speed:三种预定速度之一的字符串("slow","normal", or "fast")或表示动画时长的毫秒...
                            
                            
                                分类:
Web程序   时间:
2014-10-09 15:35:38   
                                阅读次数:
189
                             
                    
                        
                            
                            
                                Introduction Ethernet 是过去30年以来最为成功的局域网(local area networking)技术。 1. First widely used LAN technology (第一次被广泛使用的局域网技术) 2. kept up with speed race: 10 M...
                            
                            
                                分类:
Web程序   时间:
2014-10-06 12:29:20   
                                阅读次数:
515
                             
                    
                        
                            
                            
                                High Speed Trains
Time Limit: 4000/2000MS (Java/Others)Memory Limit: 128000/64000KB (Java/Others)
SubmitStatisticNext
 Problem
Problem Description
      The kingdom of Flatland has n citi...
                            
                            
                                分类:
其他好文   时间:
2014-10-05 10:27:18   
                                阅读次数:
198
                             
                    
                        
                            
                            
                                //建立一个Car类.h文件#import interface Car : NSObject{ @public int wheels;}- (instancetype)init;- (void)runWithSpeed :(int) speed AndDirection : (int...
                            
                            
                                分类:
其他好文   时间:
2014-10-04 21:32:57   
                                阅读次数:
181
                             
                    
                        
                            
                            
                                调试网络的时候进行  HTTP模拟网速 快慢  使用apache 插件 Bandwidth Mod 
1.安装mod_bw
下载http://bwmod.sourceforge.net/#
解压
进入目录执行
sudo apxs2 -i -a -c mod_bw.c
2.配置
在配置文件/etc/apache2/httpd.conf 加入如下  
配置为低速模式 1KB/S
S...
                            
                            
                                分类:
其他好文   时间:
2014-09-30 20:39:00   
                                阅读次数:
241