Skip to content

Commit 5677fbe

Browse files
committed
update
1 parent 1e375ee commit 5677fbe

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

DB学习之路.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@
147147
* ToadWorld: http://www.toadworld.com/
148148

149149

150+
* Oracle系统表整理+常用SQL语句收集: http://www.cnblogs.com/jiangxinnju/p/5840420.html
151+
* Unix/Linux操作系统中如何在sqlplus/rman中使用方向键: http://www.cnblogs.com/jiangxinnju/p/7469325.html
152+
* oracle表空间表分区详解及oracle表分区查询使用方法(转+整理): http://www.cnblogs.com/jiangxinnju/p/6284096.html
153+
* oracle表空间不足相关问题解决办法: http://www.cnblogs.com/jiangxinnju/p/5839679.html
154+
* Oracle导入导出常用命令: http://www.cnblogs.com/jiangxinnju/p/7616837.html
150155

151156
* oracle 11g如何完全卸载: http://jingyan.baidu.com/article/922554468d4e6b851648f4e3.html
152157
* win7_oracle11g_64位连接32位PLSQL_Developer: http://jingyan.baidu.com/article/fb48e8be4c7c206e622e1491.html
@@ -168,7 +173,6 @@
168173
* Oracle Start Up 2 Oracle 框架构件、启动、解决一个问题(shared memory realm does not exist):http://kylinsoong.iteye.com/blog/776654
169174
* ORA-01144: File size (4224000 blocks) exceeds maximum of 4194303: http://www.runningoracle.com/product_info.php?products_id=338
170175
* sqlldr的用法:http://blog.chinaunix.net/uid-23622436-id-2394093.html
171-
* oracle表空间表分区详解及oracle表分区查询使用方法(转+整理): http://www.cnblogs.com/jiangxinnju/p/6284096.html
172176
* linux下重启oracle服务:监听器和实例:http://www.cnblogs.com/lingbing/p/6071745.html
173177
* TNS-01190: The user is not authorized to execute the requested listener command:http://www.dba-oracle.com/t_tns_01190_listener_password_security_authorization.htm
174178
* ORACLE实例配置多个监听器: http://blog.itpub.net/30150152/viewspace-1479571/
@@ -188,8 +192,8 @@
188192
* Oracle中如何插入特殊字符: & 和 ' (多种解决方案): http://blog.csdn.net/ye1992/article/details/37509915
189193
* LogMiner配置使用手册: http://www.cnblogs.com/shishanyuan/p/3140440.html
190194
* Oracle未开启审计情况下追踪表变更记录: http://hbxztc.blog.51cto.com/1587495/1918407
191-
* Unix/Linux操作系统中如何在sqlplus/rman中使用方向键: http://www.cnblogs.com/jiangxinnju/p/7469325.html
192195
* Oracle OLAP 与 OLTP 介绍: http://blog.csdn.net/tianlesoftware/article/details/5794844
196+
* Oracle Database 11g Release 2 (11.2.0.3) RAC On Oracle Linux 6.3 Using VirtualBox: https://oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-oracle-linux-6-using-virtualbox
193197

194198

195199

J2EE学习之路.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
* 10 Things You Should Know about Tokens: https://auth0.com/blog/ten-things-you-should-know-about-tokens-and-cookies/
164164
* Java陷阱之assert关键字: http://lavasoft.blog.51cto.com/62575/43735/
165165
* Buffer: https://yddmax.github.io/2017/06/08/Buffer/
166+
* 轻松把玩HttpClient之配置ssl,采用绕过证书验证实现https: http://blog.csdn.net/xiaoxian8023/article/details/49865335
166167

167168

168169

@@ -225,7 +226,6 @@
225226
* Eclipse远程调试出现“JDWP Transport dt_socket failed to initialize”的解决方案: http://www.cnblogs.com/jiangxinnju/p/4906457.html
226227
* Eclipse中用两个控制台测试网络通信程序: http://blog.csdn.net/f309587969/article/details/7097976
227228
* Eclipse jar打包详解: http://jingyan.baidu.com/article/219f4bf7d0ef87de442d3820.html
228-
* Eclipse中Ant的配置与测试 转: http://www.cnblogs.com/jiangxinnju/p/5040436.html
229229
* 如何使用Eclipse将Java项目打成jar包?:http://jingyan.baidu.com/article/4dc40848b5a8c9c8d946f139.html
230230
* 'Must Override a Superclass Method' Errors after importing a project into Eclipse: http://stackoverflow.com/questions/1678122/must-override-a-superclass-method-errors-after-importing-a-project-into-eclips
231231
* SFTP Plug-in for Eclipse: http://www.jcraft.com/eclipse-sftp/
@@ -261,13 +261,6 @@
261261
* Aptana(提供Eclipse插件): http://www.aptana.com/
262262

263263

264-
## Apache IvyDE
265-
266-
Apache IvyDE is the Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse™.
267-
268-
* http://ant.apache.org/ivy/ivyde/index.html
269-
270-
271264
## Tomcat
272265

273266
* Apache Tomcat 8 Configuration Reference: http://tomcat.apache.org/tomcat-8.0-doc/
@@ -287,6 +280,7 @@
287280
* 监控Tomcat解决方案(监控应用服务器系列文章): http://blog.csdn.net/yunzhu666/article/details/8662045
288281
* CATALINA_BASE与CATALINA_HOME的区别: http://blog.csdn.net/keda8997110/article/details/21400455
289282
* 同一个服务器部署多个tomcat: http://www.cnblogs.com/sj521/p/5974562.html
283+
* Tomcat 到底依赖JRE还是JDK:http://www.cnblogs.com/jiangxinnju/p/7616386.html
290284

291285

292286
## Javassist
@@ -600,15 +594,12 @@ https://bintray.com/
600594

601595
## Ant
602596

603-
* 项目地址:http://ant.apache.org/
604-
* 用户手册:http://ant.apache.org/manual/index.html
605-
606-
607-
## Ivy
608-
609-
Apache Ant项目的一个子项目,一个可传递的依赖项管理器。
610-
611-
* http://ant.apache.org/ivy/
597+
* http://ant.apache.org/
598+
* http://ant.apache.org/manual/index.html
599+
* Ivy(Apache Ant项目的一个子项目,一个可传递的依赖项管理器): http://ant.apache.org/ivy/
600+
* Apache IvyDE(Eclipse plugin which integrates Apache Ivy's dependency management into Eclipse):http://ant.apache.org/ivy/ivyde/index.html
601+
* Eclipse中Ant的配置与测试 转: http://www.cnblogs.com/jiangxinnju/p/5040436.html
602+
* 使用Ant脚本执行bat文件: http://lyj86.iteye.com/blog/1838713
612603

613604

614605
## Eclipse Color Themes

VCS学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ SVN本身并不提供这种强制写log的功能,而是通过一系列的钩
295295
* GitHub Pages + Hexo搭建博客: http://crazymilk.github.io/2015/12/28/GitHub-Pages-Hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2/
296296
* Hexo+Next搭建Github个人静态博客: http://www.cnblogs.com/cnfanhua/p/5167191.html
297297
* Git教程-分支和tag管理: http://blog.csdn.net/top_code/article/details/52336221
298+
* Publishing a Website on Bitbucket Cloud: https://confluence.atlassian.com/bitbucket/publishing-a-website-on-bitbucket-cloud-221449776.html
298299

299300
## install
300301

0 commit comments

Comments
 (0)