Spring MVC - 네이버 로그인 처리네이버 로그인 API를 이용해서 네이버 계정으로 로그인 처리를 Spring 프레임웍에서 사용 할 수 있도록 간단하게 NaverLoginController를 작성해보았습니다. 임시로 로그인 결과값을 가지고 와서 tbluser2 테이블의 abcd 계정의 1111 암호를 사용하는 사용자로 로그인 되도록 고정했습니다. (authentication-provider 사용자가 제어 하는 부분은 따로 찾아서 적용필요)bluexmas-security.xmlalias의 authenticationManager 이름은 NaverLoginController 에서 속성으로 사용 NaverLogInController.java package com.bluexmas.controller; imp..
NanoPi M1 Plus - DHT11 control with pi4j 출처 : Java Native Interface (JNI) - Java Programming Tutorial Use arrays (JNI) - Real's Java How-to - Rgagnon android - How to return an array from JNI to Java? - Stack Overflow NanoPi M1 Plus에서 pi4j로만으로 DHT11센서의 값을 읽을 수 없어 pi4j의 native 코드를 추가해서 온도 값을 가지고 오도록 수정하였습니다. 첨부한 jar을 적용해서 사용하세요. 핀배열 DHT11 BCM GPIO Name Pin VCC 3.3v 1 GND 0v 9 Sensor 3 22 CTS2 15 ..
Chart.js - Spring 연동출처 : Chart.js - Spring 연동JSONChartJS 클래스 package com.intel4.json; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.intel4.service.QuestionListService; import com.intel4.util.BeanUtils; import net.sf.json.JSONArray; import net.sf.json.JSONObject; public class JSONChartJS extends JSONData { @Override public JSONObject getJS..
NanoPi M1 Plus - DHT11 온도 습도 측정 출처 : DHT11 Humidity & Temperature Sensor Module | UUGear C 언어 /* * dht11.c: * Simple test program to test the wiringPi functions * DHT11 test */ #include #include #include #include #define MAXTIMINGS 85 #define DHTPIN 7 int dht11_dat[5] = { 0, 0, 0, 0, 0 }; void read_dht11_dat() { uint8_t laststate = HIGH; uint8_t counter = 0; uint8_t j = 0, i; float f; /* fahrenh..
기본 Form 데이터 전달 기본 Form 데이터 전달 JSP - /sample/form1.jsp 기본 Form 데이터 전달 Controller @Controller public class FormController { @RequestMapping(value = "/form/form1.do", method = RequestMethod.GET) public String form1( @RequestParam("user_id") String user_id, @RequestParam("password") String password, ModelMap modelMap) throws Exception { System.out.println("user_id = " + user_id + "/" + password); re..
Orange PI Zero - pi4j로 PWM 제어 Orange PI Zero는 하나의 PWM만 지원 배선 Java 소스 import com.pi4j.io.gpio.GpioFactory; import com.pi4j.io.gpio.OrangePiZeroGpioProvider; import com.pi4j.wiringpi.Gpio; import com.pi4j.wiringpi.SoftPwm; public class SG90PWMMain { private static int PIN_NUMBER = 7; public static void main(String[] args) throws Exception { // //GpioFactory.setDefaultProvider(new RaspiGpioProvider..
Orange PI Zero GPIO 설치 출처 : WiringOP for Orange pi zero - Beginners - OrangePi - Powered by 현재 pi4j는 Orange PI PC2 지원하지 않아 수정한 jar를 배포합니다. $ sudo apt-get install build-essential $ git clone https://github.com/zhaolei/WiringOP.git -b h3 $ cd WiringOP $ chmod +x ./build $ sudo ./build $ gpio -v gpio version: 2.20 Copyright (c) 2012-2014 Gordon Henderson This is free software with ABSOLUTELY NO WAR..
- Total
- Today
- Yesterday
- Java
- Xcode
- 지스타2007
- Mac
- sas2009
- SAS
- oracle
- koba2010
- android
- Spring MVC
- BPI-M4
- 튜닝쇼 2008
- KOBA
- ffmpeg
- 서울오토살롱
- MySQL
- 일본여행
- 전예희
- NDK
- JavaScript
- Spring
- 송주경
- 레이싱모델 익스트림 포토 페스티벌
- Linux
- ble
- flex
- Delphi Tip
- Delphi
- 동경
- ubuntu
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |