Paragraph pr27 = new Paragraph();
pr27.setIndentationLeft(20); //整段縮20
pr27.setLeading(11, 0); //行距縮小
pr27.setFirstLineIndent(-20.0f); //首行凸排
pr27.add(new Chunk( "一、聰明的你一定想到了,配合第一類第八課所教的項目符號/編號來用,是不是天作之合呢?", catFont));
- Jul 17 Thu 2014 11:02
-
iText 如何產生凸排
- Dec 09 Sun 2018 08:44
-
Tomcat 5 JDBC Connection Pool DBCP2效能調教與監控
- Mar 13 Mon 2017 15:51
-
How to check any deadlock and other locking issues
- May 07 Thu 2015 05:31
-
Oracle Client 的 ODBC連線設定中文字碼讀出時變成亂碼的狀況
Oracle Client 的 ODBC連線設定Oracle的連線設定不對,常常會造成中文字碼讀出時變成亂碼的狀況,以下是Client的相關設定流程和步驟 :
(1)安裝Oracle Client
(2)檢查Oracle profile的連線時間設定(注意Time Out會影響連線穩定度)
(3)檢查Oracle帳號權限是否可讀取全部之Owner/Table,且有變更之權限
(4)設定Client端之ODBC連線
- Sep 29 Mon 2014 16:03
-
centos 安裝 oracle db 時候 忽略檢查 作業系統相容性的方法
./runInstaller -ignoreSysPrereqs
- Sep 29 Mon 2014 14:49
-
Oracle snapshot 管理指令
--欄位長度不足
- Dec 10 Tue 2013 08:44
-
EXCEL 字串左邊補滿8個0 PADDING LEFT with leading zeros
- Nov 18 Mon 2013 23:09
-
Tony's Blog: 安裝 Redmine (CentOS + Apache + Ruby on Rails + Redmine)
- Sep 30 Mon 2013 17:08
-
Windows 遠端桌面到CentOS (XRDP 0.6.0)安裝過程
Windows 遠端桌面到CentOS
yum install gcc pam-devel openssl-devel
yum install autoconf automake libtool
yum install libX11-devel libXfixes-devel
- Aug 29 Thu 2013 07:03
-
Securing sshd
http://centoshelp.org/security/securing-sshd/
Securing sshd
This howto outlines a few extra steps that can be taken to further secure a SSH server, chiefly from the constant onslaught of automated brute-force password attacks.
Applicable to Centos Versions:
- Centos 5.x
- Aug 29 Thu 2013 07:00
-
How to monitor failed ssh login attempts on CentOS
How to monitor failed ssh login attempts on CentOS
- May 29 Wed 2013 13:56
-
WebLogic使用WLST產生datasource Creating WebLogic DataSource Using WLST and Properties File
參考資料:
http://middlewaremagic.com/weblogic/?p=4751
指令如下
cd /opt/Oracle/Middleware/wlserver_12.1/server/bin
source ./setWLSEnv.sh