728x90 전체 글441 SQLite to JSON with PHP SQLite to JSON with PHP ajax로 php 파일 호출 sqlite3 연결후 여러행의 데이터를 json 형식으로 보내주기http://www.vaseltior.com/sqlite-to-json-with-php/ 나는 여기서 getJSONFromSQLite 함수를 조금 수정해서 리턴을 받았다..https://github.com/Vaseltior/PHP-SQLite2JSON 소스를 받을 수도 있다. 2018. 7. 26. nc(netcat) 간단 사용법 minicom 간단히 tcp/ip 서버 테스트가 필요할 때#nc -l 7777 minicom 은 예전에 모뎀으로 통신을 할 때 사용되던 프로그램이다. minicom 에는 기본적으로 시리얼 통신이 가능하다. minicom 2018. 7. 25. CentOS telnet 설치 yum install telnet 2018. 7. 25. php 파일 복사 // test.php파일을 복사본 test.php.bak로 만듭니다. $oldfile = 'test.php'; // 원본파일 $newfile = 'test.php.bak'; // 복사파일 // 실제 존재하는 파일인지 체크... if(file_exists($oldfile)) { if(!copy($oldfile, $newfile)) { echo "파일 복사 실패"; } else if(file_exists($newfile)) { echo "파일 복사 성공"; } } ?> 2018. 7. 23. 이전 1 ··· 94 95 96 97 98 99 100 ··· 111 다음 728x90