随笔 - 225  文章 - 0  评论 - 6  阅读 - 75098
02 2014 档案
How to debug procedure in Oracle
摘要:1.create a table with two columns CREATE TABLE t_debug_log(StepInfo VARCHAR2(100 BYTE), intime datetime) 2. in the procedure declare l_dml varchar2(32 阅读全文
posted @ 2014-02-26 10:02 子虚乌有 阅读(220) 评论(0) 推荐(0) 编辑
Consistent HASH(自己读后理解)
摘要:一致性HASH, 作用在于当有服务器实效的情况下,保持CACHE的一致性.避免引起大量读CACHE失效. 假设服务部分的架构如下: appServer(10台) servicesServer(3台) Database(2台 master,slave) servicesServer有相关用户数据的CA 阅读全文
posted @ 2014-02-19 16:17 子虚乌有 阅读(375) 评论(0) 推荐(0) 编辑
One way to install Services on Windows system
摘要:First , test the sc command in the command windows. if no sc command , copy it from other system For my environment, the folder is "C:\Program Files ( 阅读全文
posted @ 2014-02-17 10:30 子虚乌有 阅读(151) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示