Html5 本地文件读取 API 研究使用过程中的意外发现 - MDN...
重新发现Oracle太美之orainstRoot.sh
我们安装数据库软件的时候,都要会执行orainstRoot.sh,今天就来仔细看看这个脚本是来干嘛的。
平台为RedHat 6.4 x64位的,数据库版本为11.2.0.4.2
下面是脚本的内容
[oracle@rh64 ~]$ cd /u01/app/oraInventory/
[oracle@rh64 oraInventory]...
分类:
数据库 时间:
2014-06-29 07:30:30
阅读次数:
387
Visual Studio 2015离我们不是很远了...
分类:
其他好文 时间:
2014-06-29 07:29:58
阅读次数:
218
MainActivity如下:
import android.os.Bundle;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnTouchListener;
import android.widget.ImageView;
import android.app.Acti...
分类:
移动开发 时间:
2014-06-29 07:18:53
阅读次数:
1336
【文/ 任英杰】
去年5月17日,阿里巴巴支付宝最后一台IBM小型机在下线,标志着阿里完成去IOE。随后一场去IOE运动不断发酵,甚至传闻IBM中国去年损失了20%的合同额。
去了IOE,奔向何方?
阿里的去IOE一声吆喝引来众多附和必有原因。从当前大背景看,经过二十年的信息化建设浪潮,国内市场逐渐成熟了,客户经过多轮教育也觉悟了,就不当冤大头了,乱花钱的现象少了。IOE的产品价格却一直...
分类:
其他好文 时间:
2014-06-29 07:17:32
阅读次数:
221
Oracle 中insert语句的高级用法,INSERT ALL 语句介绍:
1、无条件insert all 全部插入
CREATE TABLE t1(product_id NUMBER, product_name VARCHAR2(80),MONTH NUMBER);
INSERT INTO t1 VALUES(111, '苹果',1);
INSERT INTO t1...
分类:
数据库 时间:
2014-06-29 07:28:39
阅读次数:
305
eclips在ubuntu上的使用闪退问题。...
分类:
编程语言 时间:
2014-06-29 07:27:57
阅读次数:
222
一个不一样的redis客户端,更注重吞吐量。...
分类:
编程语言 时间:
2014-06-29 07:16:20
阅读次数:
206
【题目】
Given a string S and a string T, count the number of distinct subsequences of T in S.
A subsequence of a string is a new string which is formed from the original string by deleting some (can be none) of the characters without disturbing the relati...
分类:
其他好文 时间:
2014-06-29 07:27:17
阅读次数:
210
现在很多国内IT巨头都开始搞云服务器,前两天,小弟在阿里云(http://www.aliyun.com)中购买了一个云服务器,OS是window 2008 R2 32位,并准备将自己的网站(ThinkPhp+Mysql)搬迁到新服务器。
新服务器的系统相当纯净,连最基本的server软件也没有集成(不想吐槽),本着方便快捷的目的,小弟使用了阿里云提供的IIS+PHP5.5+Mysql+phpWind一键安装包,安装完成后,phpWind运行正常,然后将我的网站导入IIS,发现访问不了。这下可不好啊,查找了...
分类:
数据库 时间:
2014-06-29 07:26:39
阅读次数:
318
很多人发现中国天气网API无法更新了,以为是收费了或者咋滴(GQ真的都太不负责任了,什么通知都不给我们)
百度了下,发现API地址变更了:
天气预报:http://m.weather.com.cn/atad/101230201.html
实时天气:http://mobile.weather.com.cn/data/sk/101230201.html...
bitmap是一种简单的数据结构,但在存储空间压缩方面却使用广泛。
bitmap就是用一个bit位来标记某个元素是否存在:1表示存在,0表示不存在;而2-bitmap就是用两个bit为来标记某个元素出现的次数:00出现0次,01出现1次,10出现2次及其以上,11无意义。
2-bitmap在内存中的表示如下:
[0] [1] [2] ……
|00 00 00 00|00 00 00 00|00 00 ...
分类:
其他好文 时间:
2014-06-29 07:29:20
阅读次数:
300
//// FMUIWebViewBridge.h// sgcard//// Created by
Apple on 13-9-10.////#import #import #import #import
"FMLayerWebView.h"@interface FMUIWebViewBridge :...
分类:
移动开发 时间:
2014-06-29 07:39:02
阅读次数:
996
1. use this persistence.xml - simply copy it
into src/main/resources/META-INF org.hibernate.ejb.HibernatePersistence
jdbc/jbpm-ds ...
分类:
其他好文 时间:
2014-06-29 07:40:54
阅读次数:
1021