
https://www.phpliveregex.com/#tab-preg-match PHP Live Regex i case insensitive m treat as multi-line string s dot matches newline x ignore whitespace in regex A matches only at the start of string D matches only at the end of string U non-greedy matching by default www.phpliveregex.com
출처: https://gist.github.com/subfuzion/08c5d85437d5d4f00e58 Common Options `-#, --progress-bar` Make curl display a simple progress bar instead of the more informational standard meter. `-b, --cookie ` Supply cookie with request. If no `=`, then specifies the cookie file to use (see `-c`). `-c, --cookie-jar ` File to save response cookies to. `-d, --data ` Send specified data in POST request. Det..

1. mochahttp://mochajs.org 테스트 수트 : 테스트 환경을 모카에서는 describe()로 구현 테스트 케이스 : 실제 테스트 it() 으로 구현 //{filename}.spec.js : 테스트 코드 const assert = require('assert') describe('.js모듈의 함수', () => { it ('문자열을 대문자로 변환', () => { const result = {메소드}(value) assert.equal(result, 'ok') }) }) 2. shouldhttps://github.com/tj/should.js 1.mocha 에 비해 가독성이 좋다 describe('.js모듈의 함수', () => { it ('문자열을 대문자로 변환', () => { // ..
https://youtu.be/RP_f5dMoHFc REST 구성하는 스타일 client-serve statusless cache uniform interface identification of resources manipulation of resources through representations self-descriptive messages [ 메시지 내용으로 이해가 되어야 한다 ] hypermedia as the engine of application status (HATEOAS) [어플리케이션의 상태는 하이퍼링크로 전이되어야 한다.] code-on-demand (optional) REST 목적 독립적 진화 서버/클라이언트 각각 독립적 진화 서버의 기능이 변경되어도 클라이언트와는 무관 모습이 깨질..
출처 : http://s1info.tistory.com/712 윈도우 업데이트가 사용중임에도 업데이트가 실행이 안되는 경우가 있다 그럴떄는 해결방법 관리자 권한으로 명령프롬프트 실행 후 c:\> net stop wuauservWindows Update 서비스를 멈춥니다.. Windows Update 서비스를 잘 멈추었습니다. c:\> ren %systemroot%\SoftwareDistribution oldSoftwareDistribution c:\> net start wuauserv Windows Update 서비스를 시작합니다.. Windows Update 서비스가 잘 시작되었습니다. 이후 다시 업데이트 실행시 잘된다. : )
http://nyears.tistory.com/26
공부해보자
- Total
- Today
- Yesterday
- 라라벨
- aaa패턴
- Python
- msmtp
- POP3
- password-manager
- 자바스크립트
- 정의
- graphql-php
- 컨테이너내에서 메일 발송하기
- l5-swagger-response
- Laravel
- addMonth
- exception-test
- eloquent-observer
- vitepress-plugin-mermaid
- laravel-kafka
- vitepress
- django
- vim
- redis
- l5-swagger
- php
- bitwarden-cli
- 정규식
- 메일
- graphql
- addMonthWithoutOverflow
- MySQL
- observer 매개변수 전달하기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |