일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 아두이노
- Unity
- 파주
- 안드로이드
- 운정
- librecad
- mysql
- MSSQL
- 시작하기
- 유니티
- html5
- 라즈베리파이
- 톰캣
- jsp
- 코딩
- 잡토이 메이킹 코딩 학원
- tomcat
- 오라클
- 강좌
- 스크래치
- oracle
- Spring Security
- 잡토이
- 예제
- s4a
- 설치
- Android
- jobtoy
- 설정
- 리브레캐드
- Today
- Total
목록programming (381)
랩제이
지금 좌석예약을 하고 있는데 PC실 지정PC에서 홈페이지를 통해 좌석배정, 좌석예약이 되도록 해달라는 요구사항이 나왔다. 해결 방법은 PC에서 홈페이지를 띄우고 예약, 배정이 되도록 하는 것이다. 지정PC에서는 좌석배정, 좌석예약만 되도록 하려고 보니까 full screen에 alt+del+ctrl이 먹지 않도록 해야 할 것 같다. 1. 찾아보니 윈도우 registry 값을 변경하여 작업관리자를 막는 방법이 있다. registry editor도 사용못하게 하는 방법이 있다. 2. 자바(jsp)에서 윈도우 registry를 변경하는 방법을 찾아보니 http://sourceforge.net/ 에 jRegistryKey(A simple yet robust API for accessing the Windows ..
==== 레지스트리 에디터 사용못하게 막기 ==== 1. 레지스트리 에디터 실행 2. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\System] 이동 3. "DisableRegistryTools"란 이름의 DWORD값을 만든다. 4. DisableRegistryTools 더블클릭 값을 수정한다. 0 = 레지스트리 에디터를 사용할수 있도록 1 = 레지스트리 에디터를 사용하지 못하게 ps. 레지스트리 에디터를 사용하지 못하게 만들기전, 레지시트리 에디터를 사용할수 있는 키값을 따로 저장해 주시는것이 좋습니다. 값을 수정한후 레지스트리 에디터를 실행하면 "관리자가 레지스트리를 편집할수 없도록 설정했습니다" 이러한 메세지가 나타납..
------------------------------------------ servlet Post 테스트 ------------------------------------------ * test.html * PostTest.java package test; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; import java.text.*; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartUtilities; import org.jfree.chart.JFreeChart; import org.jfree.data.general.D..
ServletTest4.war 을 eclipse에서 import 해서 테스트 함 1. BarChart3DDemo.java servlet 파일 생성 - package chart 2. web.xml 설정 - tomcat 4.1.31 기준 ServletTest4 BarChart3DDemo chart.BarChart3DDemo BarChart3DDemo /BarChart3DDemo.st index.html index.htm index.jsp default.html default.htm default.jsp 웹브라우저 접속 url은 의 값으로 설정함 3. 웹브라우저 접속 http://127.0.0.1/ServletTest4/BarChart3DDemo.st
http://www.ibm.com/developerworks/kr/library/j-annotate1/ http://www.ibm.com/developerworks/kr/library/j-annotate2.html http://www.ibm.com/developerworks/kr/library/x-simplexobjs/ http://www.ibm.com/developerworks/kr/library/os-lombok/ http://www.ibm.com/developerworks/kr/library/wa-restful/index.html
http://code.google.com/intl/ko/apis/protocolbuffers/docs/javatutorial.html protoc -I=c:/protoc/src --java_out=c:/protoc/dst c:/protoc/src/address book.proto
안드로이드 앱 개발 완벽 가이드 소스파일 다운로드 웹하드 www.webhard.co.kr ID: pisibook pw: webhard
QR코드(2차원바코드) 생성하기 http://littletrue.egloos.com/3984474 http://hanulso.springnote.com/pages/4584321 구글Chart cht=qr chs= chl= choe= http://chart.apis.google.com/chart?cht=qr&chs=100x100&chl=Hello%20World&choe=UTF-8 http://chart.apis.google.com/chart?cht=qr&chl=My%20RSS%20URL%20is%20http://www.potatosoft.com/tt/rss&chld=H|2&chs=144