進階搜尋
搜尋結果
找到了 578 個結果
Tomcat伺服器詳解
Tomcat伺服器理詳解 | 程式前沿 (codertw.com)
【Jenkins】常用plug-in
權限控管https://plugins.jenkins.io/matrix-auth/
【Jenkins】Jenkinsfile
Using a Jenkinsfile pipeline { agent any stages{ stage('Init'){ steps { echo "Testing......" } } stage('Build'){ steps { echo "Building......" ...
【Git】Github 新增專案檔案
create a new repository on the command line echo "# sample_proj" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/treemanou/sample_proj.git git push -u origin main push ...
【Vue】相關連結
前言 | 重新認識 Vue.js | Kuro Hsu [ 重構倒數30天,你的網站不Vue白不Vue ] :: 2021 iThome 鐵人賽 Vue.js 進階心法 :: 2021 iThome 鐵人賽 介绍 | Vue Router (vuejs.org) 【UI】Why Quasar? | Quasar Framework 【UI】Element Plus (element-plus.org) 【UI】vuetifyjs
Laravel 常見問題: Specified key was too long
Laravel 在 5.4 版之後為了支援 emoji , 因此將資料編碼改為 utf8mb4. 由於 utf8mb4 的儲存空間需求膨脹了4倍, 導致預設長度無法正常寫入資料庫.這個問題會在 MySQL 5.7.6 以下與 MariaDB 的環境中出現以下錯誤 [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 b...
【Bootstrap-table】bs_table_common.js
var bootstrapTableBaseConfig = { height: getHeight(), idField:"dv_no", toolbar:"#toolbar", minimumCountColumns:2, //最小顯示欄位數量 pagination:true, pageSize:'10000000', //預設row筆數 pageList:['ALL'], queryParams:getQueryParams,...
【CSS】css demo 1
body {font:13px/20px Microsoft JhengHei, Helvetica; margin:0px; padding:0px; font-family: Microsoft JhengHei} select {font-family: Microsoft JhengHei, Helvetica;} .login .msgArea {display:none} .header {background-color:#E40080; height:124px; border-bot...
【bootstrap-table】相關連結
bootstap-table 官網 bootstrap table filterBy数据刷选过滤器和查询条件 - itxst.com
【Docker】【錯誤處理】無法停止服務
*使用systemctl stop docker 無法停止服務 [root@localhost docker]# systemctl stop docker Warning: Stopping docker.service, but it can still be activated by: docker.socket *解決 #停止 [root@localhost docker]# systemctl stop docker.socket [root@localhost docker]# ...
Bookstack權限
書架 (預設)是公開所有人都可以觀看 未登入
vue
routes:[ { path: '/login', name: 'login', component: loginPage, beforeEnter: (to, from, next) => { Store.dispatch('role/getMe').then(response => { next() ...
CSS_斜切角實現
纯CSS斜切角实现 - notes (gitbook.io)
Laravel jwt登入驗證
Laravel API 系列教程(二): 结合 Laravel 5.5 和 Vue SPA 基于 jwt-auth 实现 API 认证 | 构建 API 接口:原生开发 | Laravel 入门到精通教程 (laravelacademy.org) #config/app.php 'providers' => [ #LaravelServiceProvider::class 要改成這個 Tymon\JWTAuth\Providers\LaravelServiceProvide...
Laravel migration 可使用的欄位類型
可使用的欄位類型 資料庫 Schema 生成器包含表格常用的各種欄位類型,如下所列: 程式碼 說明 $table->id(); $table->bigIncrements('id') 的別名 $table->foreignId('user_id'); $table->unsignedBigInteger('user_id') 的別名 $table->bigIncrements('id'); 遞增 ID(主鍵),相當於「UNSIGNED BIG INTEGER」 $table->bigIntege...
Laravel Repository
Day13-[Laravel 資料夾目錄與內容] Repository - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天 (ithome.com.tw)
大於等於小於 縮寫
lt:less than 小於 le:less than or equal to 小於等於 eq:equal to 等於 ne:not equal to 不等於 ge:greater than or equal to 大於等於 gt:greater than 大於
後端資源
2020年排名前20的基于SpringBoot搭建的开源项目,帮你快速进行项目搭建! - 掘金 (juejin.cn)