I using jQuery to listen to the touchstart,touchmove and touchend, and I able to drag the 'dragitem' in iphone Safari(position change that base on the touchmove). But now the issue is how i can make the dropArea response when the 'dragitem' drag to the 'dropArea'. For example the 'dropArea' will highlight/glow, change background color, and etc when the 'dragitem' is drag within the 'dropArea', b..
+ ( id ) stringWithFormat: (NSString *) format, ....; - ( unsigned int )length; stringByAppending... 뒤에 추가 시리즈 substring... 뒤에, 앞에, 지정영역 자르기 - ( BOOL ) hasPrefix: (NSString *) string; //인자가 리시버 앞부분과일치하는지 - ( BOOL ) hasSuffix: (NSString *) string; //뒷부분 - ( NSRange ) rangeOfString: (NSString *)string; //부분문자열검색 - ( NSRange ) rangeOfString: (NSString *)string options:(NSStringCompareOptions)mask -..
Symbloic name Value(in hex) Mouse or keyboard equivalent ------------- ------------- ---------------------------- VK_LBUTTON 01 Left mouse button VK_RBUTTON 02 Right mouse button VK_CANCEL 03 Used for control break processing VK_MBUTTON 04 Middle mouse button(three-button mouse) -- 05-07 Undefined VK_BACK 08 BACKSPACE key VK_TAB 09 TAB key -- 0A0B Undefined VK_CLEAR 0C CLEAR key VK_RETURN 0D ENT..
http://www.sky.ph/board/content.asp?cate=board7&idx=2802&page=9&search=&searchstring= 저는 자바/PHP로 웹 프로그램을 개발하는 사람입니다.. 자바로는 시스템에 접근이 쉽지가 않아요..자바의 장점이자 단점이죠..보안과 관련한.. 지금 온라인게임 자동사냥매크로를 개발하려고 합니다만 원래대로라면 VC++이 최강이겠죠.. 그런데 VB.NET나 C#으로도 윈도우 응용 소프트웨어 개발(자바와같지 않고) 및 온라인게임 자동 사냥 매크로 개발이 가능한지 알고 싶습니다.. 게임 매크로라는것은 윈도우 메모리의 수많은 주소들을 검색하고 찾아서 게임의 관련된 자료를 찾아서 접근해야 하는걸로 알고 있는데 이럴려면 C/C++포인터(번지) 연산이 불가피하지 않을..
데모 - http://demo.widgets.co.kr/?c=64/81/82 매뉴얼: http://kr2.php.net/manual/kr/function.preg-replace.php http://kr2.php.net/manual/kr/function.preg-match.php http://kr2.php.net/manual/kr/function.str-replace.php iframe 제거 $STRING=preg_replace("!\"']+)[\"']?[^>]*>/i",$STRING,$RESULT); 호스트 추출 http://www.naver.com http:// www.naver.com 데모 - http://demo.widgets.co.kr/?c=64/81/82
헤더 선언 jQuery Mobile 사이트의 doctype 은 반드시 HTML5 doctype 으로 선언. 페이지 상단에 jQuery, jQuery Mobile, Mobile Theme CSS 를 참조. ... data-role="page" 태그 안에 뷰나 페이지 단위로 data-role=“page” 속성 명시 일반적으로 태그를 사용하므로… ... header, content, footer page 컨테이너 안에는 어떤 HTML 코드라도 들어갈 수 있으나, jQuery Mobile 에서는 일반적으로 header, content, footer 가 들어가 있는 형태로 구성한다. ... ... ... 페이지 템플릿 아래는 jQuery Mobile 의 표준 템플릿 코드 이다. Page Title Page con..
CSS 는 문서의 모양을 정의하는 속성을 모아놓은 언어이다. html 로만 변형시키기 힘든 갖가지 속성을 정의 할 수 있기 때문에 홈페이지를 꾸밀때 많이 사용한다. 스타일시트는 외부 정의와, 내부 정의로 나눌 수 있는데, 별 차이는 없고, 그저 외부에 정의 하게 되면 한개의 큰 css파일을 가져다 씀으로써 다른 모든 htrml 파일에서 쓸 수 있다는 장점이 존재한다. html 내에서 css파일을 정의하는 방법은 매우 간단하다. 그동안별로 거들떠 보지 않았던 head 파일 내부에 style type을 통해서 정의한다. 이렇게 정의된 파일은 html 내부에 만들었을경우에는 바로 가져다 쓸 수 있다. 하지만, 외부에 myStyle.css 와 같이 만들었다면 html 안에서는 별도의 로딩 과정을 필요로 하게 된..
//바이트 데이터 -> 파일 private static void data2file(Context context, byte[] w,String fileName) throws Exception { //익셉션에 던져준다(throws 한다.) OutputStream out=null; //Exception 에 던저 예외처리를 시작 try { //파일 출력 스트림의 개방 (3) out=context.openFileOutput(fileName, Context.MODE_PRIVATE); //바이트 배열의 쓰기 (4) out.write(w,0,w.length); //파일 출력 스트림의 닫기 (5) out.close(); } catch (Exception e) { try { if (out!=null) out.close()..
package com.antbee.AntListActivity; import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.ListAdapter; //import android.widget.SimpleAdapter; public class AntList extends ListActivity{ ListAdapter adapter; @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceSta..
// **********************************메인 액티비티 ******************* // package com.antbee.ActivityResult; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.ListAdapter; import android.widget.Toast; public class MainActivity extends Activity { /** Called when the..
- Total
- Today
- Yesterday
- c++
- apache
- java
- API
- rm으로 삭제
- Tomcat
- 안드로이드 개발
- LAPM
- r
- 리눅스
- Android 개발
- 앱개발
- Non-Interactive
- json
- delete
- Android
- 안드로이드
- Linux
- 지역고유코드
- MySQL
- 법정동코드
- 삭제한 파일 복원
- JavaScript
- 시군구 이름
- HTML
- 파일삭제
- install
- MariaDB
- 시도 이름
- app
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |