Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 네트워크
- xargs
- Source
- JavaScript
- find
- tomcat
- bash
- 단축키
- ssh
- plugin
- IntelliJ
- grep
- resource
- profile
- Quartz
- Eclipse
- maVen
- Mac
- 줄바꿈 문자
- GIT
- netsh
- context
- vscode
- Windows
- VirtualBox
- port
- Windows 10
- import
- lsof
- web.xml
Archives
- Today
- Total
목록2024/05/28 (1)
develog
[wordpress] $wpdb
// %s (string)// %d (integer)// %f (float)// like % -> like %%$wpdb->prepare// select$wpdb->get_results // multi row, multi column$wpdb->get_row // one row, multi column$wpdb->get_col // multi row, one column$wpdb->get_var // one value (one row, one column)// insert, update, delete$wpdb->query$query = $wpdb->prepare( "INSERT INTO $wpdb->postmeta ( post_id, meta_key, meta_value..
카테고리 없음
2024. 5. 28. 15:46