Nginx 로컬 개발 환경 세팅 중 아래와 같은 오류가 발생했다. C:\> C:\wamp64\bin\php\php7.0.4\php-cgi.exe -b 127.0.0.1:9999Cannot bind/listen socket - [2] No such file or directory.Couldn't create FastCGI listen socket on port 127.0.0.1:9000 결론 : 이클립스에서 9000번 포트를 사용하고 있어서 php-cgi가 안올라왔음. 포트 점검 하자. \conf\nginx.conf에서 fastcgi_pass 값을 수정함. 수정 전 : fastcgi_pass 127.0.0.1:9000;수정 후 : fastcgi_pass 127.0.0.1:9999; 다시 실행한 후 포트를 ..
갑자기 mysql 데몬이 올라오지 않음. 로그 확인]# cat /var/log/mysqld.log 2016-09-06 03:31:51 0 [Note] /usr/sbin/mysqld (mysqld 5.6.31) starting as process 6388 ...2016-09-06 03:31:52 6388 [Note] Plugin 'FEDERATED' is disabled.2016-09-06 03:31:52 6388 [Note] InnoDB: Using atomics to ref count buffer pool pages2016-09-06 03:31:52 6388 [Note] InnoDB: The InnoDB memory heap is disabled2016-09-06 03:31:52 6388 [Note] ..
MySQL 원격접속 가능하도록 IP추가하기 mysql> insert into mysql.user (host, user, password, ssl_cipher, x509_issuer, x509_subject) values ('접속자아이피', 'DB계정', password('암호'), '', '', ''); mysql> insert into mysql.user (host, user, password, ssl_cipher, x509_issuer) values ('접속자아이피', 'DB계정', password('암호'), '', '');ERROR 1364 (HY000): Field 'x509_subject' doesn't have a default valuemysql> insert into mysql.user ..
먼저 yum repository 저장소를 업데이트합니다. # yum install epel-releaseLoaded plugins: fastestmirrorSetting up Install ProcessLoading mirror speeds from cached hostfile * base: mirror.navercorp.com * extras: mirror.navercorp.com * updates: mirror.navercorp.comResolving Dependencies--> Running transaction check---> Package epel-release.noarch 0:6-8 will be installed--> Finished Dependency Resolution Dependenc..
소스 배포는 배포서버에서 async나 rsync로 배포해야 하지만,svn 에서 checkout 으로 내려받게 되면 디렉토리 마다 하위에 .svn디렉토리들이 생기게 됩니다.php는 기본적으로 서버에서 파싱하기 때문에 소스 유출이 되지 않겠지만 [디렉토리/.svn/text-base] 을 엑세스 하게 되면 이야기는 달라집니다. 아파치 설정파일에 (ex: httpd.conf )에 아래 내용을 추가해주세요. Deny from all ErrorDocument 403 "Access Forbidden" #ErrorDocument 404 "404 Not Found" eclipse 설정파일이나 svn, git 관련 소스들은 아래 내용을 정규식에 넣어주세요.svn|git|hg|bzr|cvs|settings|buildpath..
var ch = escape(str.charAt(i)); if (ch.length == 1) bytes++; else if (ch.indexOf("%u") != -1) bytes += 2; else if (ch.indexOf("%") != -1) bytes += ch.length / 3; 부분이 핵심 부분입니다. function getByteLength(str) { var len = 0; var max = str.length; for (var i = 0; i < max; i++) { var ch = escape(str.charAt(i)); if (ch.length == 1) len++; else if (ch.indexOf("%u") != -1) len += 2; else if (ch.indexOf("%"..
출처 : http://cosf.tistory.com/37 [Windows 7/8, IE10] Internet Explorer 10 - ActiveX 설치 및 실행오류 해결 [참고문헌] 1. IE8과 Loosely-Coupled IE (LCIE) 2. 32-bit browser applications may not work as expected in Internet Explorer 10 3. IE10 자동 업데이트와 64비트 ActiveX 호환성 문제 4. Internet Explorer 10 32비트 실행 5. 2가지 모드의 Internet Explorer 10 과 ActiveX 6. 윈도우 8 - Internet Explorer 10을 32비트 또는 64비트로 통합 7. IE 8 - TabProcGro..
ORM는 정말 봐도 봐도 모르겠다.->from('Table0 a') ->innerJoin('a.Table1 b ON a.account = b.account ') ->innerJoin('a.Table2 c ON a.sid = c.sid') ->innerJoin('a.Table3 d ON a.account = d.account ') ->innerJoin('b.Table4 e ON b.status_id = e.status_id') 이렇게 했는데 Unknown relation alias 에러가 발생하면테이블 엔티티 설정 부분을 보자Base테이블명.php에 보면public function setUp() { parent::setUp(); $this->hasMany('Table2', array( 'local' => ..
- Total
- Today
- Yesterday
- nginx
- 해금
- jpg
- 태그를 입력해 주세요.
- 아이폰6 플러스
- 한글깨짐
- 이미지 제한
- php7
- base64_encode
- innodb_buffer_pool_size
- 소스유출
- Eclipse
- 카카오톡
- file compare
- sphinx
- 가로모드
- ie8
- php
- MySQL
- 백일상
- Git
- 10월의 어느 멋진 날에 듣기
- php-cgi
- 아이폰
- 카카오스토리 API
- CMYK
- 메일제목
- timestamp
- 모바일 사파리
- 10월의어느멋진날에
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |