2014年10月29日 星期三

NetBean Struts 2 plug-in

http://plugins.netbeans.org/plugin/39218/struts2-support-repack-for-nb-7-0

http://sourceforge.net/projects/struts2nbplugin/?source=typ_redirect

2014年10月28日 星期二

OpenLDAP Server on CentOS 6.5

1.389 Directory Server

http://www.unixmen.com/setup-directory-serverldap-in-centos-6-4-rhel-6-4/


2. 朱老師的筆記

http://la.shsps.kh.edu.tw/spcase/centos/ldap.html

2014年10月25日 星期六

對岸的好站

http://home.51cto.com/index.php?s=/Home/index

2014年10月24日 星期五

MCSA 考試網站

http://www.aiotestking.com/microsoft/which-three-actions-should-you-perform-in-sequence-9/

http://www.mcse2014.com/Exams/free-microsoft-mcse-70-412-question-and-answer-7.Html

http://www.hpdumps.com/official-2014-latest-microsoft-70-412-exam-dump-free-download51-60-2-2-2-2.html


http://examsforall.com/exams/microsoft/70-412/

Java 的 JDBC

http://www.mkyong.com/jdbc/how-to-connect-to-mysql-with-jdbc-driver-java/

2014年10月18日 星期六

Java FX 教學

1. http://code.makery.ch/java/javafx-8-tutorial-part1/


2. http://code.makery.ch/java/javafx-2-tutorial-part2/

2014年10月16日 星期四

JavaFX 2 hide

1 .https://gist.github.com/jewelsea/1437374

2. http://stackoverflow.com/questions/15520573/how-to-show-and-hide-a-window-in-javafx-2

2014年10月14日 星期二

Servlet Technology

1.
http://www.studytonight.com/servlet/creating-servlet-in-netbeans.php


2.
http://www.tkhts.com/web/struts-2.x/index.jsp

2014年10月12日 星期日

考試用檔案

http://examsforall.com/exams/microsoft/

http://bbs.hh010.com/index.php

http://101exams.com/

2014年10月3日 星期五

Http 重要SELinux設定

1.

# semanage fcontext -l
# semanage fcontext -a -t httpd_sys_content_t  "/directory(/.*)?"
# restorecon -vvFR /directory

# semanage port -a -t  http_port_t  -p tcp 777