Skip to content

Commit ecba14e

Browse files
committed
update DB J2ee Perl python
1 parent 69b005b commit ecba14e

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

DB学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ Oracle提供了两种验证方式,一种是OS验证,另一种密码文件验
830830

831831
* http://www.sqlite.org/
832832
* DB Browser for SQLite: http://sqlitebrowser.org/
833+
* SQLite Expert: http://www.sqliteexpert.com/index.html
833834

834835

835836
# nosql

J2EE学习之路.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ mvn javadoc:javadoc
609609

610610
# SourceMonitor
611611

612-
* 官网http://www.campwoodsw.com/
612+
* 官网: http://www.campwoodsw.com/
613613
* 代码度量工具——SourceMonitor的学习和使用:http://www.cnblogs.com/bangerlee/archive/2011/09/18/2178172.html
614614

615615

@@ -789,6 +789,12 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
789789
* MyBatis官网:http://mybatis.github.io/
790790

791791

792+
## appfuse
793+
794+
* http://www.appfuse.org/display/APF/Home
795+
796+
797+
792798
## TopLink
793799

794800
* 官网:http://www.oracle.com/technetwork/cn/middleware/toplink/overview/index-097741-zhs.html
@@ -823,6 +829,11 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
823829
* 官网:http://dom4j.github.io/
824830

825831

832+
# XML Pull Parsing
833+
834+
* http://www.xmlpull.org/index.shtml
835+
836+
826837
# JACOB
827838

828839
* old:http://danadler.com/jacob/
@@ -832,6 +843,13 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
832843
* JACOB的语法: http://www.bitscn.com/pdb/java/200904/161117.html
833844

834845

846+
# HTML Parser
847+
848+
* https://sourceforge.net/projects/htmlparser/
849+
850+
# Java port of Mozilla charset detector(jchardet)
851+
852+
* https://sourceforge.net/projects/jchardet/
835853

836854
# httpclient
837855

@@ -976,6 +994,15 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
976994
* https://github.com/java-native-access/jna
977995

978996

997+
# mpiJava
998+
999+
* https://sourceforge.net/projects/mpijava/
1000+
1001+
# eBus
1002+
1003+
* https://sourceforge.net/projects/ebus/
1004+
1005+
9791006
# 数据库连接池
9801007

9811008
* c3p0: https://sourceforge.net/projects/c3p0/

Perl学习之路.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* The Comprehensive Perl Archive Network (CPAN): http://www.cpan.org/
55
* http://search.cpan.org/
66
* http://kobesearch.cpan.org/
7+
78
* Strawberry Perl: http://strawberryperl.com/
89
* DWIM Perl: http://dwimperl.com/
910
* ActivePerl: http://www.activestate.com/activeperl
@@ -18,3 +19,11 @@
1819
* 项目地址:http://www.epic-ide.org/
1920
* 安装说明:http://www.cnblogs.com/itech/archive/2010/02/23/1671676.html
2021

22+
## PerlUnit
23+
24+
* https://sourceforge.net/projects/perlunit/
25+
26+
## Open Perl IDE
27+
28+
* https://sourceforge.net/projects/open-perl-ide/
29+

Python学习之路.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
* Unofficial Windows Binaries for Python Extension Packages: http://www.lfd.uci.edu/~gohlke/pythonlibs/
2626
* SCons: A software construction tool: http://www.scons.org/
2727

28+
* PyUnit testing framework: https://sourceforge.net/projects/pyunit/
29+
* PythonToolkit (PTK): https://sourceforge.net/projects/pythontoolkit/
30+
2831
* http://effbot.org/
2932
* 啄木鸟Python社区: http://wiki.woodpecker.org.cn/moin/
3033

0 commit comments

Comments
 (0)