//数据库数据的读取,读取数据后数据格式的转换,还有highchart数据源的配置,伤透了脑筋。anyway,最终开张了。哈哈! 数据库连接:conn_orcale.php <?php $dbconn=oci_connect("dnc-local","dnc-local","orcl")or die ...
分类:
其他好文 时间:
2016-04-11 08:52:13
阅读次数:
220
在sublime文本编辑器直接开发python程序会出现错误 Traceback (most recent call last): File ".\sublime_plugin.py", line 337, in run_ File ".\exec.py", line 154, in run Fil ...
分类:
编程语言 时间:
2016-04-11 00:06:30
阅读次数:
588
The Observer object has the functions next() and error(). In this lesson we will see the other (and last) function available on observers, complete(), ...
分类:
Web程序 时间:
2016-04-11 00:01:53
阅读次数:
183
[last updated :2014/11/7] JVM执行时数据区(JVM Runtime Area)事实上就是指JVM在执行期间,其对计算机内存空间的划分和分配。本文将通过下面几个话题来讨论JVM执行时数据区。 Topic 1. JVM执行时数据区里有什么?Topic 2. 虚拟机栈 是什么? ...
分类:
编程语言 时间:
2016-04-10 17:35:23
阅读次数:
176
1. NoSQL 简史 NoSQL一词最早出现于1998年,是Carlo Strozzi开发的一个轻量、开源、不提供SQL功能的关系数据库。 2009年,Last.fm的Johan Oskarsson发起了一次关于分布式开源数据库的讨论[2],来自Rackspace的Eric Evans再次提出了N ...
分类:
数据库 时间:
2016-04-09 21:57:16
阅读次数:
214
Baby you've done enough that cut your breath.Don't beat yourself up don't need to turn so fast.Sometimes we come last but we did our best. 你已经受够了白费力气, ...
分类:
其他好文 时间:
2016-04-09 16:49:09
阅读次数:
137
Description Farmer John made a profit last year! He would like to invest it well but wonders how much money he will make. He knows the interest rate R ...
分类:
其他好文 时间:
2016-04-09 00:15:48
阅读次数:
147
一、Jquery常用的过滤选择器如下所示: 1、:first,选取第一个元素,比如$("div:first")选取第一个div元素 2、:last,选取最后一个元素,比如$("div:last")选取最后一个div元素 3、:not(选择器),选取不满足“选择器”条件的元素,比如$("div:not ...
分类:
Web程序 时间:
2016-04-08 08:58:11
阅读次数:
127
VI编辑器 1、什么是VI编辑器 VI编辑器全程:visual interface 在Linux操作系统中,打开终端:使用vi指令进入vi编辑器 2、VI编辑操作模式 Command Mode 命令模式(默认进入的模式) Insert Mode输入模式 Last Line Mode末行模式 当我们使... ...
分类:
其他好文 时间:
2016-04-08 06:33:25
阅读次数:
131
Given an integer array, find a subarray with sum closest to zero. Return the indexes of the first number and last number. Example Given [-3, 1, 1, -3, ...
分类:
其他好文 时间:
2016-04-06 13:13:21
阅读次数:
180