Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc8fc99

Browse files
committed
update
1 parent cc2dfd5 commit bc8fc99

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

DB学习之路.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
* 2 Oracle SQL Connector for Hadoop Distributed File System: http://docs.oracle.com/cd/E37231_01/doc.20/e36961/sqlch.htm#BDCUG125
111111
* Generating an AWR Report Using the Command-Line Interface: http://docs.oracle.com/database/121/TGDBA/gather_stats.htm#TGDBA233
112112
* TRUNC (date): http://docs.oracle.com/cd/B28359_01/server.111/b28286/functions209.htm#SQLRF06151
113+
* SYS_CONTEXT: http://docs.oracle.com/database/122/SQLRF/SYS_CONTEXT.htm#SQLRF06117
113114

114115
* Oracle SQL Developer: http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
115116
* Instant Client Downloads for Microsoft Windows (32-bit): http://www.oracle.com/technetwork/topics/winsoft-085727.html
@@ -135,7 +136,6 @@
135136
* 【Foreign Key】Oracle外键约束三种删除行为 : http://blog.itpub.net/519536/viewspace-630034/
136137
* Oracle导入JAR包并调用Java: http://www.jianshu.com/p/4280ac298ded
137138
* Reclaiming Unused LOB Space: http://www.idevelopment.info/data/Oracle/DBA_tips/LOBs/LOBS_85.shtml
138-
* sqlplus 汉字乱码问题的解决: http://blog.csdn.net/tianlesoftware/article/details/5224448
139139
* Oracle 10g: Issue with startup mount command (ORA-24324, ORA-01041): http://stackoverflow.com/questions/12470893/oracle-10g-issue-with-startup-mount-command-ora-24324-ora-01041
140140
* 你所不知道的OERR: http://blog.163.com/jet_it_life/blog/static/2050970832012320146595/
141141
* 第9 章 HWM 与数据库性能的探讨: Oracle 数据库性能优化
@@ -574,17 +574,32 @@ Oracle提供了两种验证方式,一种是OS验证,另一种密码文件验
574574
* HBase 官方文档(中文):http://yankaycom-wordpress.stor.sinaapp.com/hbase/book.html?q=/wp-content/hbase/book.html
575575
* HBase介绍: http://www.cnblogs.com/jiangxinnju/p/6427124.html
576576
577+
* HBase 权限控制: http://debugo.com/hbase-access-control/
578+
* HBase Shell 常用操作: http://debugo.com/hbase-shell-cmds/
577579
* Hbase,Hive,Pig的区别: http://blog.sina.com.cn/s/blog_662728650101kurp.html
578580
* HBase运维实战:disable table失败的处理: http://www.searchdatabase.com.cn/showcontent_53017.htm
581+
* HBase性能调优: http://blog.nosqlfan.com/html/2095.html
582+
* 关于HFile的思考: http://blog.nosqlfan.com/html/2545.html
583+
* HBase性能优化方法总结(一):表的设计: http://www.cnblogs.com/panfeng412/archive/2012/03/08/hbase-performance-tuning-section1.html
584+
* HBase性能优化方法总结(二):写表操作: http://www.cnblogs.com/panfeng412/archive/2012/03/08/hbase-performance-tuning-section2.html
585+
* HBase性能优化方法总结(三):读表操作: http://www.cnblogs.com/panfeng412/archive/2012/03/08/hbase-performance-tuning-section3.html
586+
* HBase性能优化方法总结(四):数据计算: http://www.cnblogs.com/panfeng412/archive/2012/03/08/hbase-performance-tuning-section4.html
587+
* HBase如何合理设置客户端Write Buffer: http://www.cnblogs.com/panfeng412/archive/2012/10/16/how-to-use-hbase-client-write-buffer.html
588+
* HBase的Block Cache实现机制分析: http://www.cnblogs.com/panfeng412/archive/2012/09/24/hbase-block-cache-mechanism.html
589+
* HBase入门篇: http://www.uml.org.cn/sjjm/201212141.asp
590+
* Hbase分析报告: http://xiaoxia001.iteye.com/blog/1332874
591+
* HBase 系统架构: http://blog.chinaunix.net/uid-20577907-id-3491151.html
579592
* 图形化理解 HBase 数据写操作、压缩操作过程: http://blog.nosqlfan.com/html/1249.html
580593
* hbase在淘宝的应用和优化小结: http://www.cnblogs.com/panfeng412/articles/hbase-optimization-and-apply-summary-in-taobao.html
581594
* bigtable model with cassandra and hbase: http://horicky.blogspot.com/2010/10/bigtable-model-with-cassandra-and-hbase.html
595+
* 编译和使用hive与HBase通信包--hive-hbase-handler.jar及下载: http://www.aboutyun.com/thread-7817-1-1.html
582596
583597
584598
# Hive
585599
586600
* http://hive.apache.org/
587601
* https://cwiki.apache.org/confluence/display/Hive/Home
602+
* 使用Hive读取Hbase中的数据: http://victorzhzh.iteye.com/blog/972406
588603
589604
# Pig
590605

TCL_TK学习之路.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Tloona Tcl/Tk IDE: http://tloona.sourceforge.net/
2+
* tclsqueak: https://github.com/xdobry/tclsqueak
3+
* CrowTDE: https://sourceforge.net/projects/crowtde/
4+
* MyTcl: http://mytcl.tcltk.co.kr/doku.php
5+
* ACTIVETCL: https://www.activestate.com/activetcl
6+
7+
* Configuring Eclipse as TCL/TK IDE: https://blogsai.wordpress.com/2009/10/15/configuring-eclipse-as-tcltk-ide/
8+
9+
* Tcler's Wiki: http://wiki.tcl-lang.org/

0 commit comments

Comments
 (0)