Search result

vanilla Css / vanilla Javascript 란?

해외 사이트에서 CSS와 JavaScript 관련된 내용을 보다보면 Vanilla Css 혹은 Vanilla Js(JavaScript) 같은 용어를 많이 볼 수 있습니다.영어를 잘 못하는 저로서 어떻게 해석할지 난감했었는데, 지금은 순수 CSS 혹...

개발이야기 vanilla css vanilla javascript vanilla js

column `user_id` cannot be null on django admin

I've got an IntegrityError when I remove the user from django-admin. I uses custom model, but I didn't change that much rather than from…

column `user_id` cannot be null on django admin

I've got an IntegrityError when I remove the user from django-admin. I uses custom model, but I didn't change that much rather than from…

[ Angular ] Angular 4.x 베타 릴리즈, Angular 3.x는 잊어라

작년 구글은 Angular 2.x를 발표한지 6개월만에 Angular 3.x 에 대한 계획을 발표하여 모두를 놀라게 하였습니다. 이제 막 나온 프레임워크를 또 다시 신규 프레임워크로 개발하는 줄 알고 있었습니다. 하지만 Angul...

Angular 2 angular Angular 3 Angular 4

[ Nginx ] Request Header의 특정 헤더값이 확인이 안될 경우 (underscores_in_headers)

Nginx를 이용하여 서비스를 하다보면 요청 헤더에 넘기는걸 확인했지만 값이 서버사이드에서 확인이 안되는 경우가 있습니다.그 Header 이름에 _(unserscore) 가 있다면 이 설정을 의심하셔야 합니다.underscores_in...

Nginx

[ php ] Composer (PHP 의존성 관리도구) 소개

Composer(이하 컴포저)는 PHP에서 사용하는 의존성 관리도구입니다. 컴포저를 이용하면 프로젝트에서 사용하는 라이브러리들을 선언하고 의존성을 해결해주며 설치까지 해줍니다. Node.JS의 NPM, ruby의 bundler, ge...

PHP composer

itermocil을 사용해서 다수의 서버에 SSH 접속하기

얼마전 작업하는 서비스의 서버의 OS 교체를 진행했다. 이 과정에서 사용하게된 itermocil 툴을 소개해본다.

SSH iterm macro

New Year's Resolution

I'd love to make a list. New year's resolution is one of the things, I almost forget about it at the end of the year, though. I want to list…

New Year's Resolution

I'd love to make a list. New year's resolution is one of the things, I almost forget about it at the end of the year, though. I want to list…

닷넷 4.5 System.Uri 쿼리스트링 처리 시 오류

string url1 = "http://localhost/contents/?registered_date_from=2016-12-26T15%3A00%3A00.000Z®istered_date_to=2016-12-27T15%3A00%3A00.000Z&keywords=%EA%B3%84%ED%9A%8D%EC%84%9C";string url2 = "http://...

c#