Sychene
Sychene.
Sychene.
서울대입구역 5번출구에서 공항버스 6003번 버스를 타시면 1시간 30분 정도 소요됨. 1층(1st Floor) 6A,12B 에 도착 ●인천공항에서 화물청사로 가는 무료셔틀버스 타는곳 3층(출국장) 12번이나 3번에서 승차 AICC(기숙사)↔사업지원센터↔범한판토스↔한국면세점↔삼성전자로지텍↔현대택배↔AMB인천로지스틱스↔해우GLS/쉥카↔하나로TNS↔인천에어카고센터↔사업지원센터↔화물터미널B동↔화물터미널C동(AACT DHL […]
Apple Introducing iOS 7 – Official Video – YouTube.
ubuntu 13.04 에서 고정 ip 설정 하는 방법입니다. ubuntu 16.04 이후로 eth 가 interfaces 에 있는걸(enp3s0)로 Rename 처리됨 eth -> enp3s0 eth01 -> enp3s1 ………….. […]
Installation/SoftwareRAID – Community Ubuntu Documentation.
참조 : Simple ‘I’ :: 우분투 ssh 설정하기. 사용하는 프로그램 : PuTTY (프리웨어), Xming (X-window 사용할 때)* ssh 서버 설치 및 설정http://wiki.kldp.org/wiki.php/DocbookSgml/SSH-KLDP1. 설치 $ […]
root@ubuntu:~$ sudo /etc/init.d/vboxdrv setup [sudo] password for xxx: * Stopping VirtualBox kernel modules [ OK ] * Recompiling VirtualBox kernel modules [ OK ] * […]
crontab 이 설치가 안된경우
|
1 2 3 |
[root@localhost]# yum -y install vixie-cron --> 설치 |
Complete!
|
1 2 3 4 5 6 7 8 9 |
[root@localhost]# rpm -qa | grep cron cronie-1.4.4-15.el6_7.1.x86_64 cronie-anacron-1.4.4-15.el6_7.1.x86_64 crontabs-1.10-33.el6.noarch rdate -s time.bora.net |
– Ubuntu
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
root@localhost:~# date 2014. 11. 27. (목) 08:31:26 KST root@localhost:~# rdate -s time.bora.net 프로그램 'rdate'을(를) 설치하지 않습니다. 다음을 입력해 설치할 수 있습니다: apt-get install rdate root@localhost:~# sudo apt-get install rdate 패키지 목록을 읽는 중입니다... 완료 의존성 트리를 만드는 중입니다 상태 정보를 읽는 중입니다... 완료 다음 새 패키지를 설치할 것입니다: rdate 0개 업그레이드, 1개 새로 설치, 0개 제거 및 33개 업그레이드 안 함. 16.4 k바이트 아카이브를 받아야 합니다. 이 작업 후 69.6 k바이트의 디스크 공간을 더 사용하게 됩니다. 받기:1 http://ftp.daum.net/ubuntu/ trusty/main rdate amd64 1:1.2-5 [16.4 kB] 내려받기 16.4 k바이트, 소요시간 0초 (195 k바이트/초) Selecting previously unselected package rdate. (데이터베이스 읽는중 ...현재 99662개의 파일과 디렉터리가 설치되어 있습니다.) Preparing to unpack .../rdate_1%3a1.2-5_amd64.deb ... Unpacking rdate (1:1.2-5) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... rdate (1:1.2-5) 설정하는 중입니다 ... |
-Cent OS
|
1 2 3 |
[root@CentOS~]# date<br>2013. 06. 07. (금) 09:44:30 KST<br>[root@CentOS~]# rdate -s time.bora.net<br>[root@CentOS~]# date<br>2013. 06. 07. (금) 09:41:30 KST<br> |
지역이 다를 경우 [ dpkg-reconfigure tzdata Current default time zone: ‘Asia/Seoul’ Local […]
wp-config.php 에 /*아래와 같이 추가해주시면 됩니다.*/ if(is_admin()) { add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ )); define( ‘FS_CHMOD_DIR’, 0755 ); }
/etc/mail – 메일 발송 용량 제한 byte 단위 # maximum message size O MaxMessageSize=10240000 -> 보내는 메시지를 최대 10M로 제한한다. (default는 0으로 제한없음) – 동시 […]
저장프로시저 추척을 권장하나 수정할게 많으면 차후 차근차근 수정 하고 임시로 아래와 같이 한다. 다음 파일을 include
|
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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
<% Dim key Dim strFilter Dim rgFilter Dim nFilter Dim incone Dim resultbadstring ' 본 스크립트가 삽입된 페이지에 전달되는 모든 GET, POST 데이터에 대한 필터링 검사 ' GET 데이터 값 for each key in request.QueryString resultbadstring = badstring(trim(Request.QueryString(key))) if resultbadstring = "error" then response.write " Internet Explorer로 요청한 웹 페이지에 연결할 수 없습니다." response.end 'response.redirect("about:blank") end if next ' POST 데이터 값 for each key in Request.form resultbadstring = badstring(trim(Request.form(key)) ) if resultbadstring = "error" then response.write " Internet Explorer로 요청한 웹 페이지에 연결할 수 없습니다." response.end end if next Function badstring(inboundstring) inboundstring = LCase(inboundstring) strFilter = " --,exec,xp_,sp_,1=1,DECLARE,VARCHAR(,@variable,sYsDaTaBaSeS,sElEcT" ' 필터링할 문자열 strFilter = LCase(strFilter) '소문자로 비교 rgFilter = Split(strFilter ,",") ' 문자열을 배열로 변경 If ( IsArray(rgFilter) ) Then nFilter = UBound(rgFilter) ' 배열에 개수 end if for incone = 0 to nFilter if InStr(1,inboundstring,rgFilter(incone)) > 0 Then badstring ="error" exit for ' for문 탈출 else badstring = "ok" end if next End Function |
Replace(str, “,”, ” “, 1)
터미널창에서 다음을 입력 1. sudo apt-get install xrdp (여기까지만 수행하고 원격 접속해 보면 회색 화면만 보게 된다.) 2. sudo apt-get install xfce4 3. sudo nano […]
TIOBE에서 순위를 학인하면 된다. TIOBE(http://www.tiobe.com/)에서 상단 메뉴중 Paper&Info 메뉴에서 Tiobe Index 를 선택하면 프로그램 언어의 순위를 확인할 수 있다.
아파치의 httpd-user.conf 파일 맨 하단에 #DOS 공격 보안 모듈입니다. #1초동안 5 개 페이지 요청 또는 1초 동안 75개 파일 요청시 #10초동안 403 메세지를 뿌리며 제한합니다. […]
실무에서 권장되는 사용 패턴 작업 응답 코드 응답 메서드 응답 Body 생성(Create) 201 CreatedAtAction() 생성된 데이터 조회(Read) 200 Ok() 데이터 업데이트(Update) 200 Ok() 업데이트된 데이터 […]
1.Grid 종류 1. jqGrid 바로가기:https://free-jqgrid.github.io/examples/index.htmlhttp://www.trirand.net/default.aspx 바로가기:http://www.trirand.com/blog/jqgrid/jqgrid.html 2. RealGrid service.realgrid.com/wheretogo
바로 가기 : http://arshaw.com/fullcalendar/
Copyright © 2025 | WordPress Theme by MH Themes