App下載

詞條

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

3701.基于服務(wù)容器的擴(kuò)展

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

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

3702.配置

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

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

3703.配置文件

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

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

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

...// 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,來(lái)分...

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

3705.設(shè)置

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

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

3706.建立遷移文件

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

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

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

...} } 要執(zhí)行數(shù)據(jù)填充,可以使用 Artisan CLI 的 db:seed 命令: php artisan db:seed 默認(rèn) db:seed 命令會(huì)執(zhí)行 DatabaseSeeder,可以使用它來(lái)調(diào)用其他 seed 類(lèi),不過(guò),也可以使用 --class 參數(shù)指定要單獨(dú)執(zhí)行的類(lèi): 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 # 更改默認(rèn)打印機(jī) # lpr -Php4500 #2 unixtoolbox.ps # 指定打印機(jī) 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 支持的語(yǔ)言包括: C++, PHP, Python, Java, Go 持久化的隊(duì)列服務(wù) 主從復(fù)制, 負(fù)載均衡 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

抱歉,暫時(shí)沒(méi)有相關(guān)的微課

w3cschool 建議您:

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

抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程

w3cschool 建議您:

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

抱歉,暫時(shí)沒(méi)有相關(guān)的教程

w3cschool 建議您:

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

3701.基于服務(wù)容器的擴(kuò)展

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

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

3702.配置

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

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

3703.配置文件

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

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

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

...// 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,來(lái)分...

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

3705.設(shè)置

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

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

3706.建立遷移文件

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

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

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

...} } 要執(zhí)行數(shù)據(jù)填充,可以使用 Artisan CLI 的 db:seed 命令: php artisan db:seed 默認(rèn) db:seed 命令會(huì)執(zhí)行 DatabaseSeeder,可以使用它來(lái)調(diào)用其他 seed 類(lèi),不過(guò),也可以使用 --class 參數(shù)指定要單獨(dú)執(zhí)行的類(lèi): 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 # 更改默認(rèn)打印機(jī) # lpr -Php4500 #2 unixtoolbox.ps # 指定打印機(jī) 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 支持的語(yǔ)言包括: C++, PHP, Python, Java, Go 持久化的隊(duì)列服務(wù) 主從復(fù)制, 負(fù)載均衡 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

抱歉,暫時(shí)沒(méi)有相關(guān)的文章

w3cschool 建議您:

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

熱門(mén)課程