블로그
- currentDate / Time in Millisecondsmillis () · What is a Unix Timestamp ·What is UTCTimezones, Unix timestamps in milliseconds & UTC. Java programming examples and explanations.Sync ServiceMinutes since EpochFree synchronization web service
- JDBC Introduction What is JDBC - JDBC = Java Database Connectivity = Java API for database-independent connectivity between to a database (2) Creating SQL or MYSQL statements (3) Executing SQL or MYSQL queries in the database
- CON3561 What’s New in the Java API for JSON Processing?
- transparent http://www.mkyong.com/java/convert-png-to-jpeg-image-file-in-java/
- How to check if date is valid in Java package com.mkyong.date; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class DateValidator { public boolean
- Dspace를 실행하면서 생겼던 오류 : D:\디도\dspace-5.4-src-release\dspace-5.4-src-rele ase\dspace 사용법: java [-options] class [args...] (클래스 실행) 또는 java [-options] -jar jarfile [args...] (jar 파일 실행) 여기서 options는 다음과 같습.......
- 자바 에러 코드 Unsupported major.minor version 52.0 이클립스에서 jar로 export 하기전에 해당 프로젝트->Properties -> Java Compiler로 Exception in thread "main" java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification
- [java Script] for in Loop for in Loop 개체에 속성이 존재하는지 여부를 테스트하는 메소드 result = property in object 매개 변수 : result 필수 요소. 임의의 변수입니다. property 필수 요소. 문자열 식으로 계산되는 식입니다. object 필수 요소. 임의 개체입니다.
- These 8 in-demand programming languages are the ones to have on your resume in 2016 to analyze that data to better understand their audience and help determine which directions to move in SQL for Newbs: Beginner Data Analysis, $15 (originally $157), available at . [91% off] Java 1java Java
- 파일 복사하는 4가지 방법 http://examples.javacodegeeks.com/core-java/io/file/4-ways-to-copy-file-in-java/