블로그
-
49일차소스_12
{ Class.forName(driverName); conn=DriverManager.getConnection(url,user,pw); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace().......
blog.naver.com · 2022.03.15
-
50일차소스_10
user="root"; static final String pw="1234"; public static Connection connect() { Connection conn=null; try { Class.forName(driverName); conn=DriverManager.getConnection(url,user,pw); } catch (Exception e) {
blog.naver.com · 2022.03.15
-
League of Legends - Get Jinxed (ft. Djerv)
Do you ever wanna catch me? 날 잡고 싶긴 한거야? Right now I'm feeling ignored! 나 지금 완전 무시당하는 기분이거든! So can you try a little harder? 그러니깐 좀 더 노력해볼래? I'm really getting bored! 나 지금 좀.......
blog.naver.com · 2021.12.04
-
아무렇게나 c# 정리 노트- [1]
if, int, long, return, short, sizeof, static, struct, switch, typeof, void, while C++(19개) : bool, catch , false, finally, namespace, new, private, protected, explicit, operator, public,this, throw, true, try
blog.naver.com · 2021.07.18
-
Java : Exception - 2
실행 화면 try-catch 문은 try 블럭에서 예외가 발생하면, 예외가 발생한 위치 이후에 있는 try 블럭의 문장들은 수행되지 않으므로, try블럭에 포함시킬 코드의 범위를 잘
blog.naver.com · 2020.06.10
-
File to ByteArrayInputStream
FileInputStream fis = null; ByteArrayInputStream bis = null; ByteArrayOutputStream baos = null; try{ act.setContentLength(baos.toByteArray().length); bis = new ByteArrayInputStream(baos.toByteArray()); return bis; }catch
blog.naver.com · 2020.04.29
-
[MS-SQL] 날짜 유효성 체크
public boolean validationDate(String checkDate) throws SQLException{ try{ if (checkDate.trim().equals true : false; } catch (DateTimeException e) { return false; }catch (SQLException e) { return false; }
blog.naver.com · 2020.01.22
-
[영국문화원] 191017 Planning a tour
bus tour * I visit; regular activity / I visited; past * 6 months * Go on a local gastronomic tour to try Take selfies at scenic sopts of famous sights. * Buy tickets for a hop-on hop-off city bus tour. * Try
blog.naver.com · 2019.10.17
-
(iOS) 무음모드 무시하고 AVPlayer 재생하기
(iOS) 무음모드 무시하고 AVPlayer 재생하기 //무음모드 무시하고 소리 나오게 하기 do { try AVAudioSession.sharedInstance().setCategory (AVAudioSession.Category.playback) } catch { // report for an error } 출처:https://stackoverflow.com/questions
blog.naver.com · 2019.09.03
-
좋은글 - 시도하지 않고는 목표에 도달할 수 없다
You can’t catch a fish if you don’t put your line in the water. You can’t reach your goals if you don’t try.
blog.naver.com · 2019.07.09