본문 바로가기

전체 글452

php warning 없애기 php 소스에error_reporting(E_ALL^ E_WARNING); 한줄 추가하면 끝 2012. 9. 4.
PhoneGap "could not find class android.webkit.webresourceresponse" 에러 처리 방법 PhoneGap could not find class android.webkit.webresourceresponsePluging.xml(Phonegap 1.X) 또는 config.xml(Phonegap 2.X)에를 추가 해주면 됨 2012. 9. 4.
Android PHP Mysql 연동 http://www.helloandroid.com/tutorials/connecting-mysql-database We can code the data in JSON format, between Android and PHP with the easy to use built in JSON functions in both languages.I present some sample code, which selects data from a database depending on a given condition and creates a log message on the android side with the received data.Lets suppose that we have a MySQL database name.. 2012. 9. 4.
JQuery Dialog 동적으로 보이게(띄우기) 1번 방법본문에 페이지로 추가 Your Message 스크립트에는$.mobile.changePage('#page_dialog', {transition: 'pop', role: 'dialog'}); 2번 방법본문에 페이지로 추가 Your Message 스크립트에는$.mobile.changePage('#page_dialog', 'pop', true, true); 2012. 8. 22.
JQuery Navbar 동적 추가 the html the javascript$("#def").append(""); $("#abc").append('111'); $("#abc").append('222'); $("#abc").append('333'); $("#def").navbar(); 2012. 8. 22.
JQuery Long Click 구현 진짜 몇일을 해매였음 ㅡㅡ;아주 단순하게 풀렸음 ㅡㅡ;; $('#ID').bind("taphold", function(){alert("Long Click");}); 끝 ㅡㅡ;; 아 짱나 jquery.mobile.js를 꼭 불러온 후에 하세요 ㅡㅡ; 아 짱나!! 위에꺼 잘 안 되면 밑에 방법으로//https://github.com/pisi/Longclick$('#btn_init').longclick(function(){ alert(this.id + " 롱 클릭"); }); 2012. 8. 22.
phpmyadmin Import cvs 하기 1. 엑셀에서 cvs로 뽑기2. 텍스트 뷰어 프로그램에서 캐릭터셋 utf-8로 변경3. phpmyadmin Import에서 CVS using LOAD DATA로 변경 후 - Columns terminated by ;를 ,로 변경 2012. 8. 21.
이클립스 overlaps the location of another project 에러 File -> Import... -> General -> Existing Projects into Workspace로 불러오기 하면 됨 ㅡㅡ; 2012. 7. 30.
Java Platform (JDK) 7u5 x64 http://www.oracle.com/technetwork/java/javase/downloads/index.html Oracle에서 정말 거지같이 안 받아져서 그냥 여기에 올립니다 위 파일은 아래 파일들을 합칠 수 있는 유틸 입니다사용법 http://yard.tistory.com/51 2012. 7. 10.
Apache Mysql PHP phpMyAdmin FTP Tomcat http://www.apachefriends.org/en/xampp-windows.html http://nobang.tistory.com/1158 We've released the new version of XAMPP 1.7.7, including:Apache 2.2.21MySQL 5.5.16PHP 5.3.8phpMyAdmin 3.4.5FileZilla FTP Server 0.9.39Tomcat 7.0.21 (with mod_proxy_ajp as connector)Download older versions of XAMPP (even the "old" WAMPP) directly from SourceForge.See also: »FAQ - Vista problems«Vista Note: Because o.. 2012. 6. 18.
AnyGate RG5500N 펌웨어 2012년 6월 13일 현재 1.2.8 이 최신 버전 임 2012. 6. 13.
JQuery, JQuery Moblie, JQTouch 차이 지금까지 위 제목처럼 검색하면 명확한 답변이 정말 잘 안 나옴 ㅡㅡ;결과는JQuery는 잘 알다시피 Java Script로 CSS 제어를 아주 쉽게 해주고 HTML 언어도 실시간으로 수정할 수 있게 해줌뭐 그냥 프레임 웍이라고 생각 하심 됩니다.프레임 웍이란 닷넷 프레임웍, JAVA 프레임웍 이런것 처럼 생각 하심 됩니다.JQuery 언어를 사용하기 위한 프레임 웍? ㅍ뭐 암튼 JQuery는 거의 많이 아실꺼라고 해서 여기까지 ㅋㅋ 전 JQuery와 JQTouch가 같은건 줄 알았는데 완전 다른거에요JQuery의 Plug-In 처럼 JQTouch를 쓸수가 있긴 한데이건 JQuery 경쟁사인 센차터치 회사에서 JQTouch를 인수했습니다. 솔직히 JQTouch를 안 써도 될 것 같습니다.왜냐하면 JQuer.. 2012. 6. 8.