java连接TimesTen非常简单,设置jdbc数据源和导入相应的jdbc驱动即可。如果不了解如何设置jdbc数据源,可参考我的另外一篇博客【oracle times ten】安装与配置。
原创 2013-05-23 16:18:05
1975阅读
Oracle 内存数据库 TimesTen学习之安装&配置
原创 2013-05-23 12:53:43
2425阅读
1点赞
1评论
用ttisql从oracle中映射表到timesten,我感觉timesten比较猛的一点是,可以直接通过ttisql把整个表加载到timesten缓存数据库中。下面是我做的一个例子,分享给大家。
推荐 原创 2013-05-23 23:33:25
1433阅读
1点赞
​ttisql类似于sqlplus,趁着学习Times Ten的时间,积累下ttisql的指令,方便以后查看。
原创 2013-05-23 17:55:16
2316阅读
​前面一篇博客使用了最简单的一种映射oracle表到timesten的方式(《【Oracle Times Ten】用ttisql从oracle中映射表到timesten》),该方式不能指定表的所有者,因此默认为当前登录用户所有。我参考了官方文档再举例两种方式。
原创 2013-05-24 13:54:26
2469阅读
1点赞
1评论
一、问题描述    当软件需要国际化的时候,我们不得不考虑时间的问题。不同的地方有不同的时区,从而显示的时间是不一样的。而且很多国家在某一段时间还可能会实行夏令时,显示的时间又不一样。为了保证时间的正确性,必须有统一的基线,从而不得不考虑下列时间之间的转换。    a、long timeToUTC(time,ti
一、小知识点    1、在python里边没有块级作用域。    2、python中以函数作为作用域。    3、python中有作用域链,由内向外找,直到找不到报错。    4、对于python作用域来说,在函数未执行之前,作用域和作用域
原创 2016-09-05 21:46:20
594阅读
Oracle中的四种时间类型DateTimestampTimestamp with local time zoneTimestamp with time zone这四种类型中,前两个与时区完全无关,它们的“行为”就像varchar2或者number类型一样,就是你插入时是什么值,那么存储的也是一样的值,同时查询出来的也是一样的值(包括你在.NET环境下用ADO.NET或者ODP.NET进行查询),
Suppose you want to give an option to user to select only 5 check boxes from given any number of check boxes in an Oracle Form and if user selects more than 5 than give a message that you can not sele...
原创 2021-07-21 11:35:03
145阅读
It was the best of times, it was the worst of times, it was the age of wisdom, it was the age of foolishness, it was the epoch of belief, it was the epoch of incredulity, it was the season of Lig
原创 2010-12-14 13:10:00
326阅读
C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART
原创 2014-12-02 09:48:00
372阅读
Below: It's free. Very few things are free, and if they are, there is always some sort of catch. Not with Linux. Linux is completely free. No strings attached. It's stable. If you run any version of ...
转载 2007-12-15 21:40:00
104阅读
2评论
1 More features isn’t better, it’s worse    更多的特性并不一定好,反而更糟糕      Feature overload is becoming a real issue. The last thing a customer wants is confusion-and what’s
转载 精选 2008-12-23 14:35:00
414阅读
1评论
Dates and Times
In this DocumentPurposeTroubleshooting StepsReferencesAPPLIES TO:Oracle Database - Enterprise Edition - Version 9.2.0.8 and later  Information in this document applies to any platform.  RDBMS  PURP
MOS
原创 2021-04-10 15:33:46
182阅读
TOP TEN 命令: history | awk '{CMD[$2]++;count++;} END { for(a in CMD) {print CMD[a] " " CMD[a]/count*100 "% " a}}' | grep -v "./" | column -c3 -s " " -t | sort -
原创 2012-04-05 10:36:59
1403阅读
Ten GoogolTime Limit: 500/200 MS (Java/Others)Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 100Accepted Submission(s): 48Problem Description Google的面试题向来以古怪闻名,延续自技术公司用逻辑题测试求职者的古老传统.现在我们来看看下面这题: 面试官在房间的白板上写下6个数字: 10,9,60,90,70,66 现在的问题是,接下来该出现什么数字? 想不出来了吧?不要再从数学的角度想了,把这些数字用正常的英...
转载 2013-03-31 22:19:00
124阅读
2评论
Researchers (Bloom (1985), Bryan & Harter (1899), Hayes (1989), Simmon & Chase (1973)) have shown it takes about ten years to develop expertise in any of a wide variety of areas, includi
转载 2008-04-09 16:54:34
916阅读
建议先: .Net blogs 的副标题是否改一下?我们不要有盗版嫌疑!:))说实话,我不喜欢,我们要有自己的风格!而且设计是否好看一些 Here ,我希望大家都建议建议,发表自己的看法!   正题 Why is everyone in such a rush? ...... Teach Yourself Programming in Ten Years 研究(H
原创 2010-04-20 17:04:10
342阅读
这一几天一直在回顾事务相关的知识,也准备把以前了解皮毛的知识进行一些深入总结,虽然这一些知识并没有用到,但是了解其实现原理还是很有必要的,因为知道了原理,你也能把它实现出来。在上一节事务的编程模型里面,主要说明了三种编程模型,一般情况下,我们都接触的是单一资源的事务,也就是单独对一个数据库进行操作。如果需要跨多个资源保证事务一致性举个例子:在ATM机取钱的时候,需要对用户的账户进行扣款处理,然后
  • 1
  • 2
  • 3
  • 4
  • 5