码迷,mamicode.com
首页 >  
搜索关键字:real    ( 2619个结果
Cross The GFW(Great Firewall of China)
Present Situation GFWGreat Firewall of China Theory How ToPresent SituationAs we all know, those who from Mainland China could not enjoy the freedom which brought by the real Internet. For example, we...
分类:其他好文   时间:2015-03-16 23:12:10    阅读次数:694
论文笔记:目标追踪-CVPR2014-Adaptive Color Attributes for Real-time Visual Tracking
基于自适应颜色属性的目标追踪 Adaptive Color Attributes for Real-Time Visual Tracking 基于自适应颜色属性的实时视觉追踪   这是CVPR2014年的文章。名字翻译为基于自适应选择颜色属性的实时视觉跟踪。首先理解什么是Adaptive color attributes,文章中colorattributes把颜色分为11类,就是将RG...
分类:其他好文   时间:2015-03-16 17:49:25    阅读次数:1317
代理模式
package mode.proxy; /** * * 这里的代理模式是通过接口方式实现的 * * */ public interface NetWork { public void browser(); } package mode.proxy; public class Real implements NetWork { @Override public voi...
分类:其他好文   时间:2015-03-13 14:24:07    阅读次数:147
sql数据类型总结
一、数字数据类型 bigint int smallint tinyint decimal numeric money smallmoney float real Bit  二、字符数据类型 非unicode char Varchar Text 为Unicode Nchar Nvarchar Ntext 三、日期和时间数据类型 datatime   smalldate...
分类:数据库   时间:2015-03-13 12:43:58    阅读次数:142
python操作mysql
一、mysql基础: 1.数据类型: 1)数字类型: 整数: tinyint、smallint、mediumint、int、bigint 浮点数: float、double、real、decimal 2)日期和时间: date、time、datetime、timestamp、year 3)字符串类型...
分类:数据库   时间:2015-03-13 01:37:53    阅读次数:1430
新写PHP HTTP断点续传类文件代码
一个支持断点续传的PHP文件下载类文件,调用方法简单,类代码简洁,可记忆上次的下载的节点,实现累积下载,类名称download,类代码如下:function download($path,$file) {$real = $path.'/'.$file;if(!file_exists($real)) ...
分类:Web程序   时间:2015-03-12 22:02:21    阅读次数:143
LVS RealServer.sh LVS 真实服务器脚本
#!/bin/bash ? # ?? # Script to start LVS DR real server. ?? # description: LVS DR real server ?? # ?? . ?/etc/rc.d/init.d/functions VIP=192.168.1.207 ? #这里根据需要改成自己的VIP地址 ho...
分类:其他好文   时间:2015-03-09 16:23:53    阅读次数:128
URAL 1924 Four Imps (博弈论 + 规律)
1924. Four Imps Time limit: 1.0 second Memory limit: 64 MB The world is in danger. One famous swindler passed away recently (by the way, nobody knows his real name, so let's call him Osta...
分类:其他好文   时间:2015-03-06 19:09:08    阅读次数:178
What is Split Brain in Oracle Clusterware and Real Application Cluster (文档 ID 1425586.1)
In this DocumentPurposeScopeDetails1. Clusterware layer2. Real Application Cluster (database) layerKnown IssuesReferencesAPPLIES TO:Oracle Database - ...
分类:移动开发   时间:2015-03-06 14:13:06    阅读次数:412
Linux time命令
说明:喜欢写小程序的人都特别注重自己程序的执行效率,那么在Linux上,就有一个time的命令,用于测量命令的运行时间,还可以测量内存、I/O等的使用情况。一个程序在运行时使用的系统资源通常包括CPU、内存和I/O等;CPU资源的统计包括实际使用时间(real time)、用户态使用时间(the p...
分类:系统相关   时间:2015-03-05 18:38:35    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!