Skip to content

Commit 90aba64

Browse files
committed
update
1 parent 16110cd commit 90aba64

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

DB学习之路.md

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727

2828
# MySQL
2929

30-
* MySQL: http://www.mysql.com/
31-
* MySQL参考:http://dev.mysql.com/doc/#manual
30+
* http://www.mysql.com/
31+
* http://dev.mysql.com/doc/#manual
3232
* Workbench: https://dev.mysql.com/downloads/workbench/
3333
* SQLyog: https://www.webyog.com/product/sqlyog
34+
* MySQL-Front: http://www.mysqlfront.de/
3435
* 5款常用mysql slow log分析工具的比较:http://bbs.chinaunix.net/thread-1286359-1-1.html
3536
* MYSQL常见错误及其解决方式: http://www.cnblogs.com/jiangxinnju/p/5894225.html
3637
* MySQL默认数据库: http://www.cnblogs.com/jiangxinnju/p/5901845.html
3738
* Should I use field 'datetime' or 'timestamp'? https://stackoverflow.com/questions/409286/should-i-use-field-datetime-or-timestamp
3839
* 如何提高MySql的安全性?: http://blog.163.com/longsu2010@yeah/blog/static/17361234820116223593175/
3940
* 如何写出高质量、高性能的MySQL查询: http://blog.sina.com.cn/s/blog_a8cf6bb20101a33v.html
4041
* 解决mysql字符集乱码问题: http://www.cnblogs.com/dayday-study/archive/2012/05/18/2507276.html
41-
* MySQL-Front: http://www.mysqlfront.de/
4242

4343

4444
# SQL Server
@@ -90,6 +90,7 @@
9090
* Documents: http://docs.oracle.com/en/database/
9191
* Database Reference: http://docs.oracle.com/cd/B28359_01/server.111/b28320/index.htm
9292
* Database SQL Language Reference: http://docs.oracle.com/cd/B28359_01/server.111/b28286/index.htm
93+
* Database JDBC Developer's Guide: http://docs.oracle.com/cd/E11882_01/java.112/e16548/toc.htm
9394
* Listener Control Utility (LSNRCTL): http://docs.oracle.com/cd/A87861_01/NT817EE/network.817/a76933/controlu.htm#433891
9495
* Database Concepts: http://docs.oracle.com/database/121/CNCPT/toc.htm
9596
* The differences of "on delete cascade" and "on delete set null": http://docs.oracle.com/cd/B28359_01/server.111/b28286/clauses002.htm (search "on delete")
@@ -107,7 +108,6 @@
107108
* SQL*Loader: http://docs.oracle.com/cd/E11882_01/server.112/e22490/ldr_concepts.htm#SUTIL003
108109
* Database Net Services Reference: http://docs.oracle.com/cd/E11882_01/network.112/e10835/toc.htm
109110
* 8 Data Sources and URLs: http://docs.oracle.com/cd/B28359_01/java.111/b31224/urls.htm
110-
* Database JDBC Developer's Guide: http://docs.oracle.com/cd/E11882_01/java.112/e16548/toc.htm
111111
* Predefined User Accounts Provided by Oracle Database: http://docs.oracle.com/database/122/TDPSG/securing-the-database-installation-and-configuration.htm#TDPSG20030
112112
* Protecting Your Database: Specifying Passwords for Users SYS and SYSTEM: http://docs.oracle.com/cd/B28359_01/server.111/b28310/create004.htm#ADMIN11087
113113
* Managing Oracle Enterprise Manager Database Control: http://docs.oracle.com/cd/E11882_01/server.112/e25494/dbcontrol.htm#ADMIN13401
@@ -540,12 +540,15 @@ Oracle提供了两种验证方式,一种是OS验证,另一种密码文件验
540540
* https://docs.mongodb.org/manual/
541541
* http://api.mongodb.org/java/
542542
* MonjaDB (MongoDB GUI client tool) : http://www.jumperz.net/index.php?i=2&a=0&b=9
543+
* MONGOVUE: http://www.mongovue.com/
543544
* mongolab: https://mongolab.com/
544545
* Spring Data MongoDB hello world example: http://www.mkyong.com/mongodb/spring-data-mongodb-hello-world-example/
545546
* MongoDB设置访问权限、设置用户: http://www.cnblogs.com/zengen/archive/2011/04/23/2025722.html
546547
* 三招解决MongoDB的磁盘IO问题: http://blog.nosqlfan.com/html/3925.html
547548
* Install MongoDB Community Edition on Ubuntu: https://docs.mongodb.com/master/tutorial/install-mongodb-on-ubuntu/
548549
* Mongo Database 性能优化: http://www.cnblogs.com/shanyou/archive/2010/10/02/1841348.html
550+
* Morphia(The Java Object Document Mapper for MongoDB): http://mongodb.github.io/morphia/
551+
* NoSQL 之 Morphia 操作 MongoDB: http://www.cnblogs.com/hoojo/archive/2012/02/17/2355384.html
549552
550553
551554
# Teradata
@@ -559,19 +562,6 @@ Oracle提供了两种验证方式,一种是OS验证,另一种密码文件验
559562
* https://pivotal.io/big-data/pivotal-greenplum
560563
561564
562-
# MONGOVUE
563-
564-
* http://www.mongovue.com/
565-
566-
567-
# Morphia
568-
569-
The Java Object Document Mapper for MongoDB
570-
571-
* http://mongodb.github.io/morphia/
572-
* NoSQL 之 Morphia 操作 MongoDB: http://www.cnblogs.com/hoojo/archive/2012/02/17/2355384.html
573-
574-
575565
# hbase
576566
577567
* http://hbase.apache.org/

J2EE学习之路.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,8 @@ https://bintray.com/
936936

937937
## Hibernate
938938

939-
* 官网:http://hibernate.org/
940-
* 文档:http://hibernate.org/orm/documentation
939+
* http://hibernate.org/
940+
* http://hibernate.org/orm/documentation
941941
* 源码:
942942
* 匿名可访问地址 http://anonsvn.jboss.org/repos/hibernate
943943
* 开发者访问地址 http://svn.jboss.org/repos/hibernate

0 commit comments

Comments
 (0)