| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
- tomcat
- JavaScript
- SQL
- 보조정렬
- SSL
- xPlatform
- 공정능력
- mapreduce
- Python
- Eclipse
- Kotlin
- react
- es6
- window
- GIT
- Express
- vaadin
- NPM
- table
- plugin
- Android
- R
- Spring
- Sqoop
- IntelliJ
- MSSQL
- SPC
- hadoop
- Java
- mybatis
- Today
- Total
목록전체 글 (674)
DBILITY
maven binary 설치 [root@big-master src]# wget http://apache.tt.co.kr/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz [root@big-master src]# tar -zxvpf apache-maven-3.5.3-bin.tar.gz [root@big-master src]# cp -rf apache-maven-3.5.3 /bigdata/ [root@big-master src]# ln -s /bigdata/apache-maven-3.5.3 /maven [root@big-master src]# vi /etc/profile export MAVEN_HOME=/maven export PATH=$PATH:/bi..
소스컴파일시 https://github.com/linux-on-ibm-z/docs/wiki/Building-Google-Protobuf-2.5.0 소스컴파일은 의존성 등 문제가 많다. 귀찮다. 따라하면 된다. yum 설치시 [root@big-master src]# yum -y install protobuf protobuf-devel Loaded plugins: fastestmirror Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository extras is listed more than once in the conf..
그동안은 그냥 삭제했었다. 이제 그것도 귀찮다. 머리가 하얗게 되는 날을 대비하는 것이기도 하고.. 아래는 war로 압축할때 제외하는 것. maven-war-plugin 2.3 WEB-INF/classes/com/dbility/mybatis/R*.class, WEB-INF/classes/dbscripts/, WEB-INF/classes/rulesets/, xqms/css/K*.css, xqms/css/L*.css, xqms/css/T*.css, xqms/QMS.xprj
http://www.dotnetspider.com/tutorials/bestpractices.aspx
버전 자리수 형식 7 8 byte ( 4 - 2 - 2 ) 1~4 block number 5~6 row number 7~8 file number 8 10 byte ( 4 -1.5 -2.5 - 2 ) 1~4 data object id 5~half 6 file number half 6~8 block number 9~ 10 rownumber 18 byte ( 6 - 3 - 6 - 3 ) 1~6 data object id 7~9 file number 10~15 block number 16~18 row number 11g SELECT ROWID AS "ROW_ID", DBMS_ROWID.ROWID_OBJECT(rowid) "OBJECT", DBMS_ROWID.ROWID_RELATIVE_FNO(rowid) "FIL..