原创 laravel: 支持swoole

composer require hhxsv5/laravel-s Register service provider(pick one of two). Laravel: in config/app.php file, Laravel

原创 laravel: 安裝jwt擴展

AuthController <?php namespace App\Http\Controllers; use Illuminate\Http\Request; class AuthController extends Cont

原创 laravel: 集成laravel-admin管理後臺

1. 安裝 composer require encore/laravel-admin php artisan vendor:publish --provider="Encore\Admin\AdminServiceProvider"

原创 laravel: 集成laravel/ui, 提供登錄註冊等功能

參考: https://learnku.com/docs/laravel/7.x/authentication/7474#introduction-database-considerations   composer require la

原创 laravel: 集成xhprof

安裝xhprof擴展 composer require tbqphplib/laravel-xhprof 修改app/Http/Kernel.php       \Tbqphplib\LaravelXhprof\Middleware\St

原创 manjaro linux桌面更換

本來安裝的xfce版本的manjaro 裝好後安裝了輸入法 qq 微信等,還是喜歡win10那種小圖標的樣子, 然後開始折騰, 換其他桌面 先是換成了deepin桌面,網上有教程,不過是kde-》deepin,能用 --- 換入deepi

原创 python相關知識彙總191227

python3.5之mysql擴展 https://www.cnblogs.com/azhw/p/5113493.html   flask框架:Python 3.5下使用 flask_SqlAlchemy和mysql https://bl

原创 conda 相關 200317

爲miniconda設置環境變量 https://blog.csdn.net/Crazy_zh/article/details/100179857 conda 查看虛擬環境的操作命令 https://blog.csdn.net/Jenny

原创 linux debian centos 200318

Linux用戶user,組group詳解-Linux初學者-51CTO博客   https://blog.51cto.com/13438667/2061590 給Linux服務器瘦身 - 簡書 https://www.jianshu.co

原创 php swoole框架hyperf安裝

composer create-project hyperf/hyperf-skeleton projectName  

原创 關於rabbitmq的兩個問題

1. 使用go語言連接rabbitmq,rabbitmq重啓或其他異常斷開連接,怎麼才能自動重連 2. 一個rabbitmq連接能創建多少個channel,對性能有什麼影響

原创 前端 vue npm nodej yarns等 200318

Vant - 輕量、可靠的移動端 Vue 組件庫 Vue CLI 介紹 | vue-element-admin 安裝 | Yarn ----   (3條消息)Windows之vue-cli安裝和vue項目快速搭建_JavaScript_娃

原创 RabbitMQ 200228

RabbitMQ中文 文檔站   RabbitMQ 中文文檔 http://rabbitmq.mr-ping.com/ rabbitmq Docker Official Images https://hub.docker.com/_/ra

原创 laravel創建項目

composer create-project --prefer-dist laravel/laravel projectname 創建nginx配置文件 server {     listen 80;     server_name 域

原创 sqlalchemy python 200318

python3 SQLAlchemy模塊使用 - 睡到自然醒ccc - 博客園 https://www.cnblogs.com/yc-c/p/9627968.html SQLAlchemy文檔 — SQLAlchemy 1.4 Docum