SELinux 사용에 필요한 패키지들을 설치합니다. yum install policycoreutils-python yum install setools setools-console setroubleshoot* yum install policycoreutils-devel 메뉴얼 페이지를 생성합니다. sepoli...
서버관리 CentOS 7 selinux
사악신 in 아트그래머 on 20-03-04
//-------------------------------------- * GROUP BY 쿼리 에러 Expression of SELECT list is not in GROUP BY clause and contains nonaggregated column which is not functionally dependent on columns in GR...
Web
코드루덴스 on 20-03-03
* 현재 html 문서를 doc파일로 다운로드 https://stackoverflow.com/questions/40628171/how-to-convert-html-to-word-using-php
PHP
1. 모델 마이그레이션 생성php artisan make:model Booking -m2. TIMESTAMP_create_bookings_table.php public function up() { Schema::create('bookings', function (Blueprint $table) {...
laravelbnb
38LARAVEL on 20-03-03
1. 컴포저 설치composer require barryvdh/laravel-debugbar --dev2. .env 3. 디버그바 설치화면
라이브러리
1. js/bookable/Avaulability.vue 파일생성 Check Availability From To Check export default { data(){ return{ f...