프로그램 사용/vi2017. 2. 1. 20:28

메모장이나 notepad++에서 빠르게 이동하려고

ctrl - ←,→ 으로 이동을 했는데 vi에서도 비슷하게 존재는 하는데.. 조금 아쉽네?


단어 단위로 이동

bb ww


[링크 : http://soooprmx.com/wp/archives/2777]

'프로그램 사용 > vi' 카테고리의 다른 글

vi 창 분할해서 보기  (0) 2017.02.10
vi 현재 위치에서 끝까지 복사  (0) 2017.02.01
vi syntax highlight 선택하기  (0) 2017.01.03
vimdiff 사용법  (0) 2016.11.17
vi 스크롤  (0) 2016.11.10
Posted by 구차니
Microsoft/Windows2017. 1. 31. 17:42

X-input은 DX9부터 지원하고

최초는 Xbox360용 컨트롤러라는데..


무슨 차이지 -ㅁ-?


[링크 : https://msdn.microsoft.com/en-us/library/windows/desktop/ee417014(v=vs.85).aspx]

[링크 : https://en.wikipedia.org/wiki/DirectInput]

Posted by 구차니

대충 원인을 분석해보니..

작년에는 생애 첫주택 대출이 있어서

특별소득공제 - 주택자금 - 이자 상환액으로 돌려받던게 있는데

올해는 그게 없으니 뱉어내네..

일단 예상액은 만원대인데

급여를 정확하게 넣은게 아니라 불안하네..

내년에는 장모님 장인어른도 붙여야 하나 ㅠㅠ

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

출퇴근 길 2층 버스...  (0) 2017.02.15
하이마트 놀러가서... 카메라 만져보니  (0) 2017.02.14
아 내일 출근하기 싫다  (0) 2017.01.30
설 끝 ?  (0) 2017.01.28
3d tv 바이바이?!  (0) 2017.01.26
Posted by 구차니
Programming/C++ STL2017. 1. 31. 09:20

cpp에서는 string 형 변수일 경우 ==를 compare로 묶어놔서

둘이 같은거다 라는건가?


[링크 : http://stackoverflow.com/questions/9158894/differences-between-c-string-and-compare]

[링크 : https://msdn.microsoft.com/ko-kr/library/windows/desktop/e4abh74z(v=vs.80).aspx]

'Programming > C++ STL' 카테고리의 다른 글

cpp stringstream << 연산자  (0) 2019.05.24
c++ 함수 인자 기본값  (0) 2017.11.08
cpp this  (0) 2016.07.18
class 기본 접근제한자  (0) 2016.07.18
cpp 매크로 __PRETTY_FUNCTION__  (0) 2016.07.18
Posted by 구차니

ㅠㅠ

직장인의 최고 고질병...

출근하기 병

일하기 싫어 병


ㅠㅠ

Posted by 구차니

결혼 2년만에

어머니댁에서 처음 잤네.

그러고 보니 장모님 댁에서는 나름 자주 잤는데?!


Posted by 구차니
Programming/web 관련2017. 1. 27. 22:28

'Programming > web 관련' 카테고리의 다른 글

http header  (0) 2017.03.02
HTTP GET / POST 차이 (telnet)  (0) 2017.02.06
NPAPI / PPAPI - VLC ...  (0) 2016.01.14
HTML5 video player 720p/1080p 재생여부  (0) 2016.01.13
ssi(Server Side Includes)  (0) 2015.12.09
Posted by 구차니

아니 내가 돈이 없어서 못하고 있었지만..

UHD는 보여도 3D는 안보이더라니!!

이렇게 멸종시키는건가?! ㅠㅠ


[링크 : http://v.media.daum.net/v/20170126140043182]


꿈을 조절해서 그냥 홀로렌즈 사야할지도..

원래 꿈은.. 트리플 3d 모니터인데 ㅠㅠ 엉엉

Posted by 구차니

지인 회사 사이트가 이전하면서

도메인이 바뀌었는데.. 망할 XE 엔진에서 이미지 URL을 상대경로가 아닌 절대경로로 넣어놓는건지

게시글 이미지가 죄다 깨졌네 -_-


그래서 게시글에서 이전 도메인을 새로운 도메인으로 일괄 변경하는 방법 검색중..


[링크 : http://egloos.zum.com/blrun/v/11039330]

[링크 : http://sir.kr/qa/35885]

[링크 : http://blog.freezner.com/archives/578]

'프로그램 사용 > mysql & mariaDB' 카테고리의 다른 글

mysql select case insensitive  (0) 2017.02.06
mysql event (schedule)  (0) 2017.02.05
mysql 암호화 방법들...?  (0) 2017.01.16
mysql prepare + execute 와 query 차이점  (0) 2017.01.15
mysql mariadb 호환성  (0) 2017.01.12
Posted by 구차니
Programming/php2017. 1. 25. 18:14

An associative array that by default contains the contents of $_GET, $_POST and $_COOKIE.

[링크 : http://php.net/manual/en/reserved.variables.request.php]


간단하게 post와 get으로 받은거 구분없이 사용하는 변수

[링크 : http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_function&wr_id=251801]

[링크 : http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=forum&wr_id=115415]



+

get / post / cookie에 대해서 적용되고

[링크 : http://php.net/manual/en/reserved.variables.request.php]


Sets the order of the EGPCS (Environment, Get, Post, Cookie, and Server) variable parsing. 

[링크 : http://php.net/manual/en/ini.core.php#ini.variables-order]


변수 우선순위에 의해서 Get이 우선권을 가질 듯?

request_order GP 인데..

이경우에는 Get와 Post만 파싱하는건가?


$ vi /etc/php5/apache2/php.ini

; This directive determines which super global data (G,P & C) should be

; registered into the super global array REQUEST. If so, it also determines

; the order in which that data is registered. The values for this directive

; are specified in the same manner as the variables_order directive,

; EXCEPT one. Leaving this value empty will cause PHP to use the value set

; in the variables_order directive. It does not mean it will leave the super

; globals array REQUEST empty.

; Default Value: None

; Development Value: "GP"

; Production Value: "GP"

; http://php.net/request-order

request_order = "GP" 


'Programming > php' 카테고리의 다른 글

php zend guard ?  (2) 2017.03.14
php -> exe (윈도우)  (0) 2017.03.14
php global  (0) 2017.01.23
html+php login form  (0) 2017.01.18
xdebug - php debug / profiler  (0) 2017.01.16
Posted by 구차니