일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- properties
- java
- JSON
- Linux
- php
- curl
- larravel
- MySQL
- SeLinux
- Spring
- 정규식
- NetBeans
- error
- jquery
- DB
- CentOS
- Android
- junit
- javascript
- 리눅스
- File
- html
- 이클립스
- laravel
- tomcat
- 안드로이드
- ajax
- 톰캣
- input
- 와일드카드
- Today
- Total
목록PHP (12)
합쭈기 programming
preg_replace("/]+\>/i", "", $str)
preg_replace("/(0(?:2|[0-9]{2}))([0-9]+)([0-9]{4}$)/", "\\1-\\2-\\3", $tel)
코드템플릿 : 코드 자동 완성 기능 psvm + space키 -> public static void main(String[] args) sout + space키 -> System.out.println(""); 넷빈즈 5.5 - tab 넷빈즈 6.0 - space --------------------------------------------------- Ctrl + Shift + C = 주석시작 커서가 검은 네모 칸일때는 insert키를 누름 ctrl + / = 해당라인 주석처리 shift + alt + f = 코드 자동 들여쓰기 정렬 --------------------------------------------------- 윈도우 관련 Alt+화살표 좌,우 = 탭윈도우에서 좌 우로 이동 Ctrl + ..
[php sample] array($registration_id),'data' => array('data1' => 'yes', 'data2' => 'no')); $headers = array( "Content-Type:application/json", "Authorization:key=".$auth ); print(""); print(json_encode($data)); print("\n"); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://android.googleapis.com/gcm/send"); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEE..