首页 > 其他
2014 物联网行业哪家强?
2014 物联网行业哪家强? Power Players in the Internet of Things (物联网超级玩家)...
分类:其他   时间:2015-03-12 11:40:37    收藏:0  评论:0  赞:0  阅读:310
u-boot根目录下mkconfig文件学习笔记
在编译ZedBoard的u-boot.elf(ssbl)中知道了编译u-boot的步骤,以及u-boot下载地址,这里使用2014.4版本。由于现在使用的是zc702开发板,所以应该使用如下命令编译u-boot: 1、make zynq_zc70x_config 2、make 其中第1条命令和第2条命令都会执行根目录下的Makefile文件,但是在Makefile文件中会判断make...
分类:其他   时间:2015-03-12 11:40:27    收藏:0  评论:0  赞:0  阅读:743
我答同行问(续三)
本片文章出自http://blog.csdn.net/andywuchuanlong,转载请说明出处,谢谢!     我答同行问序列目录http://blog.csdn.net/andywuchuanlong/article/details/44194043     4、网络请求的时候,我们都需要开启线程,那么是使用asyncTask还是使用Thread+Handler模式呢?     网络...
分类:其他   时间:2015-03-12 11:40:17    收藏:0  评论:0  赞:0  阅读:360
DigitSum(n) 输入一个非负整数,返回组成它的数字之和, 调用DigitSum(1729),返回1+7+2+9,和19
/*写一个递归函数DigitSum(n),输入一个非负整数,返回组成它的数字之和, 例如,调用DigitSum(1729),则应该返回1+7+2+9,它的和是19*/ #include #include int DigitSum(int n) { int static sum = 0; if (n != 0) { sum += n % 10; DigitSum(n / 10);...
分类:其他   时间:2015-03-12 11:39:37    收藏:0  评论:0  赞:0  阅读:127
ORA-00600 ORA-01565 ORA-27046
昨天在做数据泵导入导出的时候,突然遇到ude-00008错误,查看日志文件: Errors in file /oracle/afcprd01/db/10.2.0/admin/afcprd01_afcdb/bdump/afcprd01_dbw0_1417220.trc: ORA-00600: internal error code, arguments: [kmgs_parameter_upda...
分类:其他   时间:2015-03-12 11:39:17    收藏:0  评论:0  赞:0  阅读:452
Meteor 的模板系统 Spacebars
Meteor 的模板系统 Spacebars(Spacebar 就是简单的 HTML 加上三件事情:Inclusion (有时也称作 “partial”)、Expression 和 Block Helper。) Inclusion :通过 {{> templateName}} 标记,简单直接地告诉 Meteor 这部分需要用相同名称的模板来取代。 Expression :比如{{title}} 标记...
分类:其他   时间:2015-03-12 11:38:57    收藏:0  评论:0  赞:0  阅读:446
常用正则表达式
本文主要描述一些常用的正则表达式。...
分类:其他   时间:2015-03-12 11:38:17    收藏:0  评论:0  赞:0  阅读:295
geoserver源码导出war包
geoserver源码导出war包...
分类:其他   时间:2015-03-12 11:38:07    收藏:0  评论:0  赞:0  阅读:515
DateUtils所有时间函数
unit DateUtils; interface uses SysUtils, Math, Types; // 把完整时间分解成日期和时间两部分 function DateOf(const AValue: TDateTime): TDateTime; function TimeOf(const AValue: TDateTime): TDateTime; // ...
分类:其他   时间:2015-03-12 11:37:07    收藏:0  评论:0  赞:0  阅读:244
LeetCode Maximum Subarray
1.题目Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array [?2,1,?3,4,?1,2,1,?5,4],the contiguous subarray [4,?1,2,1] has...
分类:其他   时间:2015-03-12 11:36:07    收藏:0  评论:0  赞:0  阅读:219
一日一练 六角填数
//六角填数 //2015-03-12 //287283991@qq.com #include #include #include #include using namespace std; #define eps 10e-10 #define N 15 static int A[N],vis[N]; static int t[7]; void dfs(in...
分类:其他   时间:2015-03-12 11:35:57    收藏:0  评论:0  赞:0  阅读:251
两副图让你彻底明白同步IO和异步IO的区别
两副图让你彻底明白同步IO和异步IO的区别...
分类:其他   时间:2015-03-12 11:35:17    收藏:0  评论:0  赞:0  阅读:203
LeetCode --- 54. Spiral Matrix
题目链接:Spiral Matrix Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. For example, Given the following matrix: [ [ 1, 2, 3 ], [ 4, 5, 6 ...
分类:其他   时间:2015-03-12 11:35:07    收藏:0  评论:0  赞:0  阅读:249
LeetCode --- 55. Jump Game
题目链接:Jump Game Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maximum jump length at that position. ...
分类:其他   时间:2015-03-12 11:34:57    收藏:0  评论:0  赞:0  阅读:233
把UIColor(纯色值)对象转化成UIImage对象
把UIColor(纯色值)对象转化成UIImage对象...
分类:其他   时间:2015-03-12 11:34:47    收藏:0  评论:0  赞:0  阅读:194
QT开发安装中文问题
安装好QT以后法相中文输入不进去,也不能显示中文字符,会出现乱码 废话不多说,下面是我的解决方案 首先要下载ibus QT支持的中文输入法 拼音输入法 上面图样吧编码改为gb2312 打开QT安装包下面的bin文件夹下面的qtconfig  把字体设置为宋体 ,如下图 这样就ok了,不行的找我。 后面编程...
分类:其他   时间:2015-03-12 11:34:17    收藏:0  评论:0  赞:0  阅读:210
telepresence第一篇
0. doubango doubango telecom是一个公司,主页:http://doubango.org/ 这个公司下面有好多好东西,都是开源的,而doubango就是一个开源框架 1. telepresence 主页:https://code.google.com/p/telepresence/ 按照说明下载编译,期间会遇到各种问题,请自行google 我的环境是ce...
分类:其他   时间:2015-03-12 11:34:07    收藏:0  评论:0  赞:0  阅读:1732
去IOE
IOE分别指IBM(国际商用机器公司)、Oracle(甲骨文)、EMC(易安信),三家企业分别是小型机、数据库和高端存储的领导厂商。中美关系、信息安全等因素不断掺杂其中,去IOE正变得越来越复杂,在技术、利益、安全、产业转移等多重因素的交织下,去IOE将走向何方?...
分类:其他   时间:2015-03-12 11:33:57    收藏:0  评论:0  赞:0  阅读:470
常用类
6.3.1 Object类它是所有类,数组,枚举类的父类 Java允许把所有类型的对象赋给Object类型的变量 它有如下几个方法 boolean equals(Object obj): protected void finalize():当系统没有引用变量引用到该对象时,垃圾回收器调用此方法来清理该对象的资源 Class getClass(): int hashCode(): Str...
分类:其他   时间:2015-03-12 11:33:47    收藏:0  评论:0  赞:0  阅读:241
通过纯真IP库,查询出IP地址的归属地
通过纯真IP库,查询出IP地址的归属地 源代码下载地址:http://www.zuidaima.com/share/1550463698422784.htm...
分类:其他   时间:2015-03-12 11:33:17    收藏:0  评论:0  赞:0  阅读:355
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!