일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- NewServer
- Eclipse
- SpringFramework
- Spring
- ProjectFacets
- ArrayLike
- Annotation
- map
- xml
- REGEXP_COUNT
- springversion
- URIMalformedURIException
- curryr
- javacversion
- 일급객체
- javaversion
- LexicalScope
- jdk
- ModulesPath
- SQL
- joinpoint
- URI$MalformedURIException
- oracle
- AOP
- tomcat
- URIMalformedURI오류
- TargetObject
- AfterReturnning
- URIMalformedURI
- 자유변수
- Today
- Total
잼's Tech
it 관련 사이트 모음집 본문
it 관련 사이트 모음집
개발에 도움되는 유용하고 신기한 유용한 사이트를 소개합니다.
계속적으 추가 할 예정입니다.
[Maven] 메이븐 저장소
- 메이븐이 제공하는 각종 lib의 버전별 의존성 등을 확인할 수 있다.
[Oracle] Ojdbc
https://www.oracle.com/database/technologies/faq-jdbc.html
- 각 JDK 버전에 맞는 OJDBC를 받을 수 있다
[JS] impact.js
Impact - HTML5 Canvas & JavaScript Game Engine
Impact is a JavaScript Game Engine that allows you to develop stunning HTML5 Games for desktop and mobile browsers. I’ve tried four other JavaScript game engines, and this is the first one I’ve used that makes sense (…) Impact is the first truly prof
impactjs.com
- 유료이나 그 만큼 다양한 기능들을 제공하여 게임 개발을 할 수 있다.
- JS로 만든 다양한 게임이 있다.
[JS] three.js
Three.js – JavaScript 3D Library
threejs.org
- JS 3D 라이브러리다
- 여러 사람이 만든 다양한 3D 플젝이 있다.
[JS] ES6 명세서
https://262.ecma-international.org/6.0/#sec-class-definitions
ECMAScript 2015 Language Specification – ECMA-262 6th Edition
5.1.1 Context-Free Grammars A context-free grammar consists of a number of productions. Each production has an abstract symbol called a nonterminal as its left-hand side, and a sequence of zero or more nonterminal and terminal symbols as its right-hand sid
262.ecma-international.org
- ES6에서 JS를 어떻게 써야하는지 규격 등을 적어놓은 파일이다.