728x90 개발298 sqlite3 초간단 사용법 #sqlite3 sqlite> .open test.db sqlite> .tables test sqlite> select * from test sqlite> .exit 2018. 7. 26. 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. 이전 1 ··· 62 63 64 65 66 67 68 ··· 75 다음 728x90