xe 나 라이믹스에서 사용하는 getSequence() 메소드를 자바에서 구현해보려고 했다. xe getSequence 메소드를 뜯어보니 xe_sequence 테이블에 "0" 을 insert 하고 db_insert_id 를 통해 그 insert된 키값을 가져오는 방식이 였다. 이제 이것을 자바로 구현해야 하는데.. 구글링 해보니 getGeneratedKeys() 라는 메소드가 자바에도 있었다. 이것을 사용하면 된다. String sql = "insert into rx_sequence values(?)"; pstmt = conn.prepareStatement(sql); pstmt.setString(1,"0"); pstmt.executeUpdate(); rs = pstmt.getGeneratedKyes();..
XAMPP 설치 https://www.apachefriends.org/ XAMPP Installers and Downloads for Apache Friends What is XAMPP? XAMPP is the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to us www.apachefriends.org 메인 화면에 Download > XAMPP for W..
xampp 에서 라이믹스를 설치 하려고 하는데 이미지변환 기능을 사용하기 위해 GD라이브러리가 설치되어 있어야 합니다. 이런 오류가 발생하였다. 구글링해도 잘 나왔는데 외국사이트 보고 해결하였다. https://www.geeksforgeeks.org/how-to-install-php-gd-in-xampp/ How to Install PHP GD in Xampp? - GeeksforGeeks A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive program..
- Total
- Today
- Yesterday
- 자바 smtp
- 오라클
- 플러터
- 인포믹스
- KG
- 문자열
- xe애드온
- 프로씨
- C
- Python
- 이클립스
- JDBC
- 스크래핑
- MySQL
- ocajp
- ocjap
- proc
- esql
- EC
- XE
- 라이믹스
- 파이썬
- webix
- 자바
- 포인터
- xe addon
- C언어
- XE3
- php
- 파싱
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
