-好软件的定义就是它的体积不大不小,功能不多不少,一切都是那么的恰到好处。 -Good
software is neither too big nor too small,neither too Complex nor too
Simple,everything is so right. +点击.....
分类:
其他好文 时间:
2014-05-26 00:54:15
阅读次数:
254
市场调查研究公司Display
Search今天公布,今年首季三星电子平板电视在全球市占率达29.6%,创历年单季最高。三星电子自2006年以来连续33季稳居全球电视市场冠军。
分类:
其他好文 时间:
2014-05-26 00:31:04
阅读次数:
271
you should consider creating a custom View
component and drawing with a Canvas inView.onDraw(). The most convenient aspect
of doing so is that the And...
分类:
其他好文 时间:
2014-05-26 00:05:06
阅读次数:
327
一、首先从Alienbrain_EN_10.5.zip安装包(网上可搜索下载)里提取出linux版安装文件:Installations/Clients/Linux/NoVM/install.bin并chmod+x使之可执行二、如果直接运行,可能会出现大把问题,逐步解决如下:1、首先是报libc.so...
分类:
其他好文 时间:
2014-05-25 23:39:45
阅读次数:
298
##报错来源分析 由于hibernate-entitymanager 需要jboss logging
。由于或多或少的原因导致 maven无法下载相关的jar文件。##解决办法: 访问 http://search.maven.org
搜索jboss-logging 点击all, 找到相...
分类:
其他好文 时间:
2014-05-25 23:23:26
阅读次数:
401
php在数组中查找指定值是否存在的方法有很多,记得很久以前我一直都是傻傻的用foreach循环来查找的,下面我主要分享一下用php内置的三个数组函数来查找指定值是否存在于数组中,这三个数组分别是
in_array(),array_search(),array_key_exists()。首先分别介绍一...
分类:
Web程序 时间:
2014-05-25 19:35:54
阅读次数:
272
一、开发环境
Mac OS X 10.9.2 64位、Xcode5.1、MySQL5.5.37 64位
MySQL安装目录为:/usr/local/mysql
二、配置xcode连接mysql的编译选项
1> 将mysql头文件目录添加到xcode头文件搜索路径中
项目属性--> Build Settings --> Search Paths --> He...
分类:
数据库 时间:
2014-05-25 18:24:52
阅读次数:
386
http://bbs.chinaunix.net/thread-983182-1-1.html...
分类:
系统相关 时间:
2014-05-25 08:54:27
阅读次数:
418
寻找图中最小连通的路径,图如下:
算法步骤:
1. Sort all the edges in non-decreasing order of their weight.
2. Pick the smallest edge. Check if it forms a cycle with the spanning tree
formed so far. If cycle is n...
分类:
其他好文 时间:
2014-05-25 07:35:59
阅读次数:
301
1. 在Eclise --> preference --> android --> bulid 能够看到缺省的debug keystore;注意,最新版本的Android Eclipse中无需再自己产生MD5 和 SHA1
2. 登录Google网站账户后转到如下网址 https://console.developers.google.com/project/apps~so...
分类:
移动开发 时间:
2014-05-25 04:24:43
阅读次数:
331