Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 데이터베이스
- python
- Java
- 시스템
- 리눅스
- write by GPT-4
- flet
- kotlin
- 웹 크롤링
- chatGPT's answer
- 인프라
- 코틀린
- oracle
- 고전역학
- spring data jpa
- 자바네트워크
- Database
- write by chatGPT
- jpa
- 자바암호
- GPT-4's answer
- 자바
- NIO
- android
- 역학
- JVM
- spring integration
- 유닉스
- 소프트웨어공학
- 파이썬
Archives
- Today
- Total
목록오래된글/Java (75)
728x90
기억을 지배하는 기록
객체 저장 : Storing Classes, Images and Other Large Objects
만약 long raw, longvarbinary, 혹은 다른 유사한 타입이 데이터베이스에 제공된다면, 많은 데이터베이스는 바이너리 데이터를 열의 일부로 저장할 수 있다. 이들 필드는 2기가 바이트까지 수용할 수 있다. 이것은 여러분이 데이터를 바이너리 스트림이나 바이트 배열로 변환할 수 있다면, string..
오래된글/Java
2018. 4. 7. 22:58
What is the way of Direct Memory Access in Java?
Java was initially designed as a safe, managed environment. Nevertheless, Java HotSpot VM contains a “backdoor” that provides a number of low-level operations to manipulate memory and threads directly. This backdoor class – sun.misc.Unsafe – is widely used by JDK itself in packages like “java.nio” or “java.util.concurrent”. However, using this backdoor is certai..
오래된글/Java
2018. 4. 7. 22:53