Do Not Think!!!
어렵다. JavaScript
.NET 프로그램이 만들어져 있는 상황에서, Java로 프로그래밍을 해야 한다면, 특히 데이터를 같이 사용해야 한다면, 이런 방법을 사용해서 한글 문제를 해결해야 합니다.
const는 선언할 때 초기화 되어야 하지만, readonly는 생성자에서도 초기화 될
수 있습니다.
The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. It is a generic, stateless, protocol which can be used for many tasks beyond its use for hypertext, such as name servers and distributed object management systems, through extension of its request methods, error codes and headers. A feature of HTTP is the typing and negotiation of data representation, allowing systems to be built independently of the data being transferred.
내가 ~부터 ~까지 데이터를 보낼테니, 너는 ~부터 ~까지 받아라.이런 약속은 웹브라우저와 웹서버사이의 약속입니다. 물론 우리가 사용하는 웹브라우저는 이런 약속을 잘 지키도록 만들어졌겠죠.
data stream 포멧 보기
모든 문제는 기본에 충실하지 않은 것에서부터 생깁니다.항상 머리속에 새겨야 할 말입니다.
참고 URL 보기
코드 보기
Constructs a new String by decoding the specified array of bytes using the platform's default charset.간단하게 말하면, 시스템의 기본 charset을 사용해서 byte[]을 디코딩해서 String을 만든다는겁니다.
코드 보기
함수를 호출할 때 전달되는 인자에 대응되는 배열 형태의 객체입니다.
코드 보기