apache internal dummy connection 로그 생성 방지하기
apache 가 정상적으로 응답하지 않는 현상도 발생 ::1 – – [26/Mar/2020:16:10:30 +0900] “OPTIONS * HTTP/1.0” 200 126 “-” “Apache/2.4.29 (Ubuntu) OpenSSL/1.1.0g (internal dummy connection)” ::1 […]
apache 가 정상적으로 응답하지 않는 현상도 발생 ::1 – – [26/Mar/2020:16:10:30 +0900] “OPTIONS * HTTP/1.0” 200 126 “-” “Apache/2.4.29 (Ubuntu) OpenSSL/1.1.0g (internal dummy connection)” ::1 […]
Remark : Adobe Acrobat/Reader에 문제가 있습니다. 실행 중이라면 종료하고 다시 시도하십시오.(103:103) This error can be fixed by disabling the Adobe Reader’s “Enable Protected Mode at […]
|
1 2 3 4 5 |
sudo add-apt-repository ppa:ondrej/php sudo apt update sudo apt install php7.3 |
php7.3 will be updated automatically when updates become available. Alternatively you can build php7.3 from source in Ubuntu 18.04, but it will not be […]
|
1 2 3 |
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-amd64/by-hash/SHA256/86d06dec5cec67943ee6e7c12ecb473588920e74747b6126d12fbf679ccfb18a Hash Sum mismatch |
|
1 2 3 4 |
sudo rm -rf /var/lib/apt/lists/* sudo apt-get update |
참조 : https://askubuntu.com/questions/41605/trouble-downloading-packages-list-due-to-a-hash-sum-mismatch-error
CenOS에 MariaDB 설치 후 remote 열기 cd /etc/my.cnf.d # ls client.cnf enable_encryption.preset mysql-clients.cnf server.cnf tokudb.cnf #sudo vi /etc/mysql/mariadb.conf.d/50-server.cnf bind-address=0.0.0.0 3306 포트 열기 [root@localhost my.cnf.d]# cat […]
|
1 2 3 |
yum install psmisc |
|
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
[root@localhost CoreTest]# yum install psmisc Loaded plugins: fastestmirror Determining fastest mirrors epel/x86_64/metalink | 5.6 kB * base: data.aonenetworks.kr * epel: mirrors.yun-idc.com * extras: data.aonenetworks.kr * updates: ftp-srv2.kddilabs.jp * webtatic: us-east.repo.webtatic.com base | 3.6 kB epel | 5.3 kB extras | 2.9 kB mariadb | 2.9 kB packages-microsoft-com-prod | 2.9 kB updates | 2.9 kB webtatic | 3.6 kB (1/7): extras/7/x86_64/primary_db | 159 kB (2/7): epel/x86_64/updateinfo | 1.0 MB epel/x86_64/primary_db FAILED https://mirrors.thzhost.com/epel/7/x86_64/repodata/1037dd5827f24f5fd5e12fb11504be3d944cf70be264e6f882c2c-primary.sqlite.bz2: [Errno 14] HT04 - Not Found Trying other mirror. To address this issue please refer to the below wiki article https://wiki.centos.org/yum-errors If above article doesn't help to resolve this issue please use https:os.org/. (3/7): mariadb/primary_db | 49 kB (4/7): epel/x86_64/primary_db | 6.9 MB (5/7): packages-microsoft-com-prod/primary_db | 10 MB (6/7): webtatic/x86_64/primary_db | 248 kB (7/7): updates/7/x86_64/primary_db | 6.7 MB Resolving Dependencies --> Running transaction check ---> Package psmisc.x86_64 0:22.20-16.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ===================================================================== Package Arch Version Repository ===================================================================== Installing: psmisc x86_64 22.20-16.el7 base Transaction Summary ===================================================================== Install 1 Package Total download size: 141 k Installed size: 475 k Is this ok [y/d/N]: y Downloading packages: psmisc-22.20-16.el7.x86_64.rpm | 141 kB Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : psmisc-22.20-16.el7.x86_64 Verifying : psmisc-22.20-16.el7.x86_64 Installed: psmisc.x86_64 0:22.20-16.el7 Complete! |
SVG란? 스케일러블 벡터 그래픽스(Scalable Vector Graphics, SVG)는 2차원 벡터 그래픽을 표현하기 위한 XML 기반의 파일 형식으로, 1999년 W3C(World Wide Web Consortium)의 주도하에 개발된 오픈 표준의 […]
Code Signing Certificates Indicate trust and authentication by digitally signing your software, code, applications and boost the confidence of users that the software they are […]
익스플로로는 설정을 하더라도 마지막에 저장된 경로로 자동 저장 됩니다. 도구->다운로드 보기 하단 옵션을 선택 합니다. 찾아보기로 경로를 선택하고 확인버튼을 누릅니다.
mssql 최근버전은 아래 형식이 좋습니다. select Format(SYSDATETIME(),’yyy-MM-dd’) as dd select Format(SYSDATETIME(),’HH:mm’) as dd => 2019-12-09 => 14:12 mssql 기본값 또는 바인딩 varchar(20) 에 날짜(yyyy-MM-dd HH:mm:ss) […]
use [DB NAME] alter database [DB NAME] set multi_user; 제한된 사용자
|
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 |
.auto { cursor: auto; } .default { cursor: default; } .none { cursor: none; } .context-menu { cursor: context-menu; } .help { cursor: help; } .pointer { cursor: pointer; } .progress { cursor: progress; } .wait { cursor: wait; } .cell { cursor: cell; } .crosshair { cursor: crosshair; } .text { cursor: text; } .vertical-text { cursor: vertical-text; } .alias { cursor: alias; } .copy { cursor: copy; } .move { cursor: move; } .no-drop { cursor: no-drop; } .not-allowed { cursor: not-allowed; } .all-scroll { cursor: all-scroll; } .col-resize { cursor: col-resize; } .row-resize { cursor: row-resize; } .n-resize { cursor: n-resize; } .e-resize { cursor: e-resize; } .s-resize { cursor: s-resize; } .w-resize { cursor: w-resize; } .ns-resize { cursor: ns-resize; } .ew-resize { cursor: ew-resize; } .ne-resize { cursor: ne-resize; } .nw-resize { cursor: nw-resize; } .se-resize { cursor: se-resize; } .sw-resize { cursor: sw-resize; } .nesw-resize { cursor: nesw-resize; } .nwse-resize { cursor: nwse-resize; } .cursors > div { float: left; box-sizing: border-box; background: #f2f2f2; border:1px solid #ccc; width: 20%; padding: 10px 2px; text-align: center; white-space: nowrap; &:nth-child(even) { background: #eee; } &:hover { opacity: 0.25 } } |
|
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 |
<h1>Example of cursor</h1> <div class="cursors"> <div class="auto">auto</div> <div class="default">default</div> <div class="none">none</div> <div class="context-menu">context-menu</div> <div class="help">help</div> <div class="pointer">pointer</div> <div class="progress">progress</div> <div class="wait">wait</div> <div class="cell">cell</div> <div class="crosshair">crosshair</div> <div class="text">text</div> <div class="vertical-text">vertical-text</div> <div class="alias">alias</div> <div class="copy">copy</div> <div class="move">move</div> <div class="no-drop">no-drop</div> <div class="not-allowed">not-allowed</div> <div class="all-scroll">all-scroll</div> <div class="col-resize">col-resize</div> <div class="row-resize">row-resize</div> <div class="n-resize">n-resize</div> <div class="s-resize">s-resize</div> <div class="e-resize">e-resize</div> <div class="w-resize">w-resize</div> <div class="ns-resize">ns-resize</div> <div class="ew-resize">ew-resize</div> <div class="ne-resize">ne-resize</div> <div class="nw-resize">nw-resize</div> <div class="se-resize">se-resize</div> <div class="sw-resize">sw-resize</div> <div class="nesw-resize">nesw-resize</div> <div class="nwse-resize">nwse-resize</div> </div> |
참조 : https://stackoverflow.com/questions/3087975/make-the-cursor-a-hand-when-a-user-hovers-over-a-list-item
포트 IP 제어 포트 TCP : 139, 445 UDP : 137, 138 IP 제어
|
1 2 3 4 5 6 |
<?xml version="1.0" encoding="UTF-8"?> <WTEXT> <![CDATA[Clr 유형이 'ConcatString'인 확장 함수 매개 변수 또는 반환 값은 지원되지 않습니다.]]> </WTEXT> |
Extension function parameters or return values which have Clr type ‘ConcatString’ are not supported.
|
1 2 3 4 5 |
for(int i=0;i<10;i++){ temp = temp + res[i]; // Error => Clr 유형이 'ConcatString'인 확장 함수 매개 변수 또는 반환 값은 지원되지 않습니다. } |
참조 : https://stackoverflow.com/questions/12917802/javascript-with-xlt-formatting-error
|
1 2 3 4 5 |
update [WWW].[dbo].[NOTICE] set content = Replace(Convert(varchar(MAX),content),'1.23.222.333','haha.co.kr') where content like '%1.23.222.333%' and no >= 4000 and no<4500 |
설치 Hello World 확인 버전 확인 제거
구글에서 하는줄 알았네 알고 보니 피싱 사이트 구글 많이 써서 나한테 보상 하는구나 생각하고1달러 Samsung Galaxy 카드 결제 했다간 낭패봄 나도 당할뻔 했네. => 세상에 공짜는 […]
[vqr/]1.노드 집합 관련 함수
|
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 |
count(node-set) node-set은 노드의 검색 조건으로, 포함된 노드의 개수를 반환한다. id(object) object로 정의된 id 값을 포함하는 엘리먼트를 검색한다. last() 위치 경로에서 지정한 기준에 맞는노드 중 마지막 노드를 선택한다. local-name(node-set) 지정한 노드의 접두사를 제외한 태그명을 반환한다. name(node-set) 지정한 노드의 접두사를 포함한 태그명을 반환한다. namespace-uri(node-set) 지정한 노드의 네임스페이스 URI를 반환한다. position() 해당 노드가 속해 있는 노드 집합 내에서 노드의 순서를 반환한다. |
2.문자열 관련 함수
|
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
concat(string, string, string) 주어진 문자열을 모두 더하여 하나의 문자열로 반환한다. <xsl:value-of select="concat('하하','호호','히히')"/> : 하하호호히히 contains(string1, string2) string1 문자열에 string2 문자열이 포함되어 있으면 true, 아니면 false를 반환한다. <xsl:value-of select="contains('알리바바', '리')"/> : true normalize-space(string) 주어진 문자열의 앞뒤 공백을 모두 제거한다. 이 때 문자열 사이에 포함된 공백은 하나의 공백으로 치환된다. <xsl:value-of select="normalize-space(' 사랑과 전쟁 ')"/> : '사랑과 전쟁' starts-with(string1, string2) string 문자열이 string2로 시작하면 true, 아니면 false 반환 string(object) 전달받은 객체를 문자열 유형으로 변형한다. string-length(string) 주어진 문자열의 개수를 반환한다. substring(string, number1, number2) 주어진 string 문자열에서 number1부터 시작하여 number2 의 길이만큼 반환한다. number2 생략시 문자의 끝까지 반환한다. substring-after(string1, string2) 주어진 문자열 string1에서 string2 문자열의 위치를 찾아 발견한 위치 이후의 문자열을 반환한다. 1ff8 string2를 포함하지 않는다면 빈 문자열을 반환한다. <xsl:value-of select="substring-after('길벗 출판사', '출')"/> : 판사 substring-before(string1, string2) 주어진 문자열 string1에서 string2 문자열의 위치를 찾아 발견한 위치 이전의 문자열을 반환한다. string2를 포함하지 않는다면 빈 문자열을 반환한다. <xsl:value-of select="substring-before('길벗 출판사', '출')"/> : 길벗 translate(string1, string2, string3) 문자열 string1에서 string2를 찾아 string3로 치환한다. 만약 string3이 string2보다 길면 string1의 문자열의 길이만큼만 잘라서 치환한다. <xsl:value-of select="translate('my love', 'my', 'your')"/> : yo love |
3.Boolean 관련 함수
|
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 |
boolean(object) 주어진 객체를 boolean 형식인 true, false 값으로 반환해 줍니다. 숫자 중 0 이외의 값과 빈 노드가 아니면 true 값을 반환합니다. false() 조건과 맞지 않는 모든 노드를 선택 false 값을 반환한다. lang(string) 노드값이 함수에 전달된 언어와 동일하면 true 아니면 false 값을 반환한다. not(boolean) 전달된 boolean 값과 반대의 값을 반환한다. true() 조건과 맞는 모든 노드를 선택 true 값을 반환한다. |
4.숫자 관련 함수
|
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 |
ceiling(number) 올림한 정수를 반환한다. floor(number) 버림한 정수를 반환한다. number(object) 주어진 값을 숫자로 변환하여 반환한다. round(number) 반올림한 점수를 반환한다. sum(node-set) 주어진 노드의 합을 반환한다. |
참조 : https://m.blog.naver.com/PostView.nhn?blogId=dajean&logNo=110033006446&proxyReferer=https%3A%2F%2Fwww.google.com%2F
시계옆에 있는 트레이아이콘이 안보이는 경우 C:\Windows\Prefetch 의 파일을 모두 삭제 해 주면 됩니다.
Copyright © 2026 | WordPress Theme by MH Themes