Page edited by 정광섭 Linux/Unix command line 명령어 사용법 및 tip 모음asciinema 로 WSL 터미널을 녹화하기cron 에서 초 단위로 스케줄링하기d...
Confluence RSS Feed on 21-02-28
PHP php-annotated
ha-ah on 21-02-27
- sql 한방 쿼리 , multiple record(row) update one query //------------------------------ * How to update multiple rows at once in MySQL? https://tableplus.com/blog/2018/11/how-to-update-multiple-rows-...
Database (DB)
코드루덴스 on 21-02-27
- 자바스크립트 암호화 라이브러리 https://github.com/brix/crypto-js - 10.7k - v4.0.0 , 2020/02 - 매뉴얼 https://cryptojs.gitbook.io/docs/#hashing //--------------- * 암호 모듈 - HMAC (Hash-based Messag...
javascript
코드루덴스 on 21-02-26
Page edited by 정광섭 API 간소화 update, put 등 제거 result 를 boolean 으로 return 하지 않음 Error Handling with exceptions. 더 나은...
PHP Laravel
Confluence RSS Feed on 21-02-26
Page edited by 정광섭 Accessor 은 모델에서 데이타를 가져올때 자동으로 속성을 변환하는 기능이며 Mutator 는 모델에 데이타를 입력할 때 자동으...
Page edited by 정광섭 라라벨 스키마 빌더는 데이타베이스의 스키마를 손쉽게 관리할 수 있는 기능을 제공합니다.스키마 빌더도 파사드이므로 Sche...
Confluence RSS Feed on 21-02-25
Page edited by 정광섭 새로운 Migration 은 artisan make:migration 명령을 통해서 만들 수 있습니다. $ php artisan make:migration -h Usage:...
Page edited by 정광섭 메뉴 언어 설정 set langmenu=en_US.UTF-8 Fontvim 에서 command mode 로 들어간 후에 guifont 옵션으로 vim font를 설정할...