App下載

詞條

大約有 7,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,409 項。(搜索耗時:0.0069秒)

3701.基于服務容器的擴展

...務提供者都會綁定對象到服務容器中。你可以在 config/app.php 配置文件中找到應用程序的服務提供者清單。如果你有時間,你應該瀏覽過這里面每一個提供者的源代碼。通過這樣做,你將會更了解每一個提供者添加什么到框架,...

http://m.o2fo.com/qpmsiw/rj2wbozt.html

3702.配置

...ation\Bootstrap\ConfigureLogging 啟動類中。這個類使用 config/app.php 配置文件的 log 配置選項。 日志工具默認使用每天的日志文件;然而,你可以依照需求自定義這個行為。因為 Laravel 使用流行的 Monolog 日志函數(shù)庫,你可以利用很多 Mono...

http://m.o2fo.com/qpmsiw/xgrq5ozt.html

3703.配置文件

... publishes 方法: $this->publishes([ __DIR__.'/path/to/config/courier.php' => config_path('courier.php'), ]); 現(xiàn)在當擴展包的用戶執(zhí)行 vendor:publish 命令,您的文件將會被復制到特定的位置。當然只要配置文件已經(jīng)被發(fā)布,就可以如其他配置文件一...

http://m.o2fo.com/qpmsiw/7bd6aozt.html

3704.發(fā)布分類文件

...// Publish a config file $this->publishes([ __DIR__.'/../config/package.php' => config_path('package.php') ], 'config'); // Publish your migrations $this->publishes([ __DIR__.'/../database/migrations/' => database_path('/migrations') ], 'migrations'); 您可以使用這些 tag,來分...

http://m.o2fo.com/qpmsiw/6a4unozt.html

3705.設(shè)置

...應用程序處理請求的速度。 隊列的配置文件在 config/queue.php,在這個文件你將可以找到框架中每種不同的隊列服務的連接設(shè)置,其中包含了 Beanstalkd、IronMQ、Amazon SQS、Redis、null,以及同步 (本地端使用) 驅(qū)動設(shè)置。驅(qū)動 null 只是...

http://m.o2fo.com/qpmsiw/x6gczozt.html

3706.建立遷移文件

使用 Artisan CLI 的 make:migrate 命令建立遷移文件: php artisan make:migration create_users_table 遷移文件會建立在 database/migrations 目錄下,文件名會包含時間戳記,在執(zhí)行遷移時用來決定順序。 --table 和 --create 參數(shù)可以用來指定數(shù)據(jù)表名...

http://m.o2fo.com/qpmsiw/f83byozt.html

3707.數(shù)據(jù)填充

...} } 要執(zhí)行數(shù)據(jù)填充,可以使用 Artisan CLI 的 db:seed 命令: php artisan db:seed 默認 db:seed 命令會執(zhí)行 DatabaseSeeder,可以使用它來調(diào)用其他 seed 類,不過,也可以使用 --class 參數(shù)指定要單獨執(zhí)行的類: php artisan db:seed --class=UserTableSeeder ...

http://m.o2fo.com/qpmsiw/642wuozt.html

3708.中文排版 工具

...huei90/pangu.node Node.js huacnlee/auto-correct Ruby sparanoid/space-lover PHP (WordPress) nauxliu/auto-correct PHP jxlwqq/chinese-typesetting PHP hotoo/pangu.vim Vim sparanoid/grunt-auto-spacing Node.js (Grunt) hjiang/scripts/add-space-between-latin-and-cjk Python hustcc/hint Python studygolang/aut...

http://m.o2fo.com/vgprrs/8tix7ozt.html

3709.UNIX打印

...打印 # export PRINTER=hp4600 # 更改默認打印機 # lpr -Php4500 #2 unixtoolbox.ps # 指定打印機 hp4500 并打印 2 份 # lpr -o Duplex=DuplexNoTumble ... # 啟用雙面打印# lpr -o PageSize=A4,Duplex=DuplexNoTumble ... # lpq # 查看默...

http://m.o2fo.com/xfgms6/57msvozt.html

3710.ssdb介紹

..., hashtable, zset,hset,qlist... 客戶端 API 支持的語言包括: C++, PHP, Python, Java, Go 持久化的隊列服務 主從復制, 負載均衡 PHP api使用示例<?phprequire_once('SSDB.php');$ssdb = new SimpleSSDB('127.0.0.1', 8888);$resp = $ssdb->set('key', '123');$resp = $ssdb->ge...

http://m.o2fo.com/ssdb/sirthud3.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

3701.基于服務容器的擴展

...務提供者都會綁定對象到服務容器中。你可以在 config/app.php 配置文件中找到應用程序的服務提供者清單。如果你有時間,你應該瀏覽過這里面每一個提供者的源代碼。通過這樣做,你將會更了解每一個提供者添加什么到框架,...

http://m.o2fo.com/qpmsiw/rj2wbozt.html

3702.配置

...ation\Bootstrap\ConfigureLogging 啟動類中。這個類使用 config/app.php 配置文件的 log 配置選項。 日志工具默認使用每天的日志文件;然而,你可以依照需求自定義這個行為。因為 Laravel 使用流行的 Monolog 日志函數(shù)庫,你可以利用很多 Mono...

http://m.o2fo.com/qpmsiw/xgrq5ozt.html

3703.配置文件

... publishes 方法: $this->publishes([ __DIR__.'/path/to/config/courier.php' => config_path('courier.php'), ]); 現(xiàn)在當擴展包的用戶執(zhí)行 vendor:publish 命令,您的文件將會被復制到特定的位置。當然只要配置文件已經(jīng)被發(fā)布,就可以如其他配置文件一...

http://m.o2fo.com/qpmsiw/7bd6aozt.html

3704.發(fā)布分類文件

...// Publish a config file $this->publishes([ __DIR__.'/../config/package.php' => config_path('package.php') ], 'config'); // Publish your migrations $this->publishes([ __DIR__.'/../database/migrations/' => database_path('/migrations') ], 'migrations'); 您可以使用這些 tag,來分...

http://m.o2fo.com/qpmsiw/6a4unozt.html

3705.設(shè)置

...應用程序處理請求的速度。 隊列的配置文件在 config/queue.php,在這個文件你將可以找到框架中每種不同的隊列服務的連接設(shè)置,其中包含了 Beanstalkd、IronMQ、Amazon SQS、Redis、null,以及同步 (本地端使用) 驅(qū)動設(shè)置。驅(qū)動 null 只是...

http://m.o2fo.com/qpmsiw/x6gczozt.html

3706.建立遷移文件

使用 Artisan CLI 的 make:migrate 命令建立遷移文件: php artisan make:migration create_users_table 遷移文件會建立在 database/migrations 目錄下,文件名會包含時間戳記,在執(zhí)行遷移時用來決定順序。 --table 和 --create 參數(shù)可以用來指定數(shù)據(jù)表名...

http://m.o2fo.com/qpmsiw/f83byozt.html

3707.數(shù)據(jù)填充

...} } 要執(zhí)行數(shù)據(jù)填充,可以使用 Artisan CLI 的 db:seed 命令: php artisan db:seed 默認 db:seed 命令會執(zhí)行 DatabaseSeeder,可以使用它來調(diào)用其他 seed 類,不過,也可以使用 --class 參數(shù)指定要單獨執(zhí)行的類: php artisan db:seed --class=UserTableSeeder ...

http://m.o2fo.com/qpmsiw/642wuozt.html

3708.中文排版 工具

...huei90/pangu.node Node.js huacnlee/auto-correct Ruby sparanoid/space-lover PHP (WordPress) nauxliu/auto-correct PHP jxlwqq/chinese-typesetting PHP hotoo/pangu.vim Vim sparanoid/grunt-auto-spacing Node.js (Grunt) hjiang/scripts/add-space-between-latin-and-cjk Python hustcc/hint Python studygolang/aut...

http://m.o2fo.com/vgprrs/8tix7ozt.html

3709.UNIX打印

...打印 # export PRINTER=hp4600 # 更改默認打印機 # lpr -Php4500 #2 unixtoolbox.ps # 指定打印機 hp4500 并打印 2 份 # lpr -o Duplex=DuplexNoTumble ... # 啟用雙面打印# lpr -o PageSize=A4,Duplex=DuplexNoTumble ... # lpq # 查看默...

http://m.o2fo.com/xfgms6/57msvozt.html

3710.ssdb介紹

..., hashtable, zset,hset,qlist... 客戶端 API 支持的語言包括: C++, PHP, Python, Java, Go 持久化的隊列服務 主從復制, 負載均衡 PHP api使用示例<?phprequire_once('SSDB.php');$ssdb = new SimpleSSDB('127.0.0.1', 8888);$resp = $ssdb->set('key', '123');$resp = $ssdb->ge...

http://m.o2fo.com/ssdb/sirthud3.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程