App下載

詞條

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

4431.API結(jié)構(gòu)

...oauth/authorize * /oauth/clients * /oauth/refresh ## API Handler 示例 ```php namespace Notadd\Foundation\Setting\Controllers; use Notadd\Foundation\Routing\Abstracts\Controller; use Notadd\Foundation\Setting\Contracts\SettingsRepository; use Notadd\Foundation\Setting\Handlers\AllHandler; use Notad...

http://m.o2fo.com/notadd/notadd-5e6h246t.html

4432.Swoole Server實例

...需要設(shè)置網(wǎng)絡(luò)事件的回調(diào)函數(shù)即可。swoole_server只能用于php-cli環(huán)境,否則會拋出致命錯誤構(gòu)建Server對象$serv = new swoole_server("127.0.0.1", 9501, SWOOLE_BASE, SWOOLE_SOCK_TCP); 設(shè)置運行時參數(shù)$serv->set(array( 'worker_num' => 4, 'daemonize' => true, 'b...

http://m.o2fo.com/swoole/swoole-tcpserver.html

4433.YAML 集合和結(jié)構(gòu)

...表形式寫在方括號中。集合的最佳插圖,包括在交響樂等PHP框架中。[PHP, Perl, Python]這些集合存儲在文檔中。YAML中文檔的分隔用三個連字符或短劃線(---)表示。 文檔末尾標(biāo)有三個點(...)。YAML中的文檔分隔用三個破折號(---)表示,...

http://m.o2fo.com/yaml1/yaml_collections_and_structures.html

4434.Laravel 項目開發(fā)規(guī)范 API 資源

...urces 必須使用顯性的數(shù)據(jù)結(jié)構(gòu),而非隱性。? 隱性:<?php namespace App\Resources; use Illuminate\Http\Resources\Json\JsonResource; class AssetRateResource extends JsonResource { public function toArray($request): array { return $this->resource->toArray(); } }? 顯性:...

http://m.o2fo.com/fonsl/fonsl-6pwc3r1a.html

4435.Bootstrap5 選擇區(qū)間

...ange" 并使用 .form-range 類:</p> <form action="/action_page.php"> <label for="customRange" class="form-label">自定義選擇區(qū)間</label> <input type="range" class="form-range" id="customRange" name="points"> <label for="customRange" class="form-label">默...

http://m.o2fo.com/bootstrap5/bootstrap-5-selection-interval.html

4436.Linux命令 htpasswd - apache服務(wù)器創(chuàng)建密碼認(rèn)證文件

... 實例 利用htpasswd命令添加用戶htpasswd -bc .passwd www.jsdig.com php 在bin目錄下生成一個.passwd文件,用戶名www.jsdig.com,密碼:php,默認(rèn)采用MD5加密方式。 在原有密碼文件中增加下一個用戶htpasswd -b .passwd Jack 123456 去掉-c選項,即可在第...

http://m.o2fo.com/linuxc/linuxc-1kv63lfv.html

4437.編寫自定義斷言

編寫自定義斷言 編寫自定義斷言時,最佳實踐是遵循 PHPUnit 自有斷言的實現(xiàn)方式。正如 Example?14.1, “PHPUnit_Framework_Assert 類的 assertTrue() 與 isTrue() 方法”中所示,assertTrue() 方法只是對 isTrue() 和 assertThat() 方法的外包覆:isTrue() ...

http://m.o2fo.com/phpunit5/l2fc4ozt.html

4438.調(diào)試工具欄和調(diào)試器(Debug Toolbar and Debugger)

...ut of the box these tools allow you to: quickly get the framework version, PHP version, response status, current controller and action, performance info and more via toolbar; browse the application and PHP configuration; view the request data, request and response headers, session data, and environm...

http://m.o2fo.com/yii2manual/u67xzozt.html

4439.Swoole的Task使用以及swoole_client

環(huán)境說明: 系統(tǒng):Ubuntu14.04 (安裝教程包括CentOS6.5) PHP版本:PHP-5.5.10 swoole版本:1.7.6-stable 上一章已經(jīng)簡單介紹了如何寫一個簡單的Echo服務(wù)器,并了解了onReceive等幾個核心回調(diào)函數(shù)的使用方法。這一章,我將介紹如何使用Swo...

http://m.o2fo.com/javascript_rules/dclo2ozt.html

4440.sp_get_menu()

sp_get_menu() 上一頁下一頁 模板中用法: <php> ????$effected_id="menu-header"; ????$filetpl="<a?href='\$href'?target='\$target'>\$label</a>"; ????$foldertpl="<a?class='dropdown-toggle'?href='\$href'?target='\$target'>\$label</a>"; ????$u...

http://m.o2fo.com/thinkcmfmanual/5i4ubozt.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

4431.API結(jié)構(gòu)

...oauth/authorize * /oauth/clients * /oauth/refresh ## API Handler 示例 ```php namespace Notadd\Foundation\Setting\Controllers; use Notadd\Foundation\Routing\Abstracts\Controller; use Notadd\Foundation\Setting\Contracts\SettingsRepository; use Notadd\Foundation\Setting\Handlers\AllHandler; use Notad...

http://m.o2fo.com/notadd/notadd-5e6h246t.html

4432.Swoole Server實例

...需要設(shè)置網(wǎng)絡(luò)事件的回調(diào)函數(shù)即可。swoole_server只能用于php-cli環(huán)境,否則會拋出致命錯誤構(gòu)建Server對象$serv = new swoole_server("127.0.0.1", 9501, SWOOLE_BASE, SWOOLE_SOCK_TCP); 設(shè)置運行時參數(shù)$serv->set(array( 'worker_num' => 4, 'daemonize' => true, 'b...

http://m.o2fo.com/swoole/swoole-tcpserver.html

4433.YAML 集合和結(jié)構(gòu)

...表形式寫在方括號中。集合的最佳插圖,包括在交響樂等PHP框架中。[PHP, Perl, Python]這些集合存儲在文檔中。YAML中文檔的分隔用三個連字符或短劃線(---)表示。 文檔末尾標(biāo)有三個點(...)。YAML中的文檔分隔用三個破折號(---)表示,...

http://m.o2fo.com/yaml1/yaml_collections_and_structures.html

4434.Laravel 項目開發(fā)規(guī)范 API 資源

...urces 必須使用顯性的數(shù)據(jù)結(jié)構(gòu),而非隱性。? 隱性:<?php namespace App\Resources; use Illuminate\Http\Resources\Json\JsonResource; class AssetRateResource extends JsonResource { public function toArray($request): array { return $this->resource->toArray(); } }? 顯性:...

http://m.o2fo.com/fonsl/fonsl-6pwc3r1a.html

4435.Bootstrap5 選擇區(qū)間

...ange" 并使用 .form-range 類:</p> <form action="/action_page.php"> <label for="customRange" class="form-label">自定義選擇區(qū)間</label> <input type="range" class="form-range" id="customRange" name="points"> <label for="customRange" class="form-label">默...

http://m.o2fo.com/bootstrap5/bootstrap-5-selection-interval.html

4436.Linux命令 htpasswd - apache服務(wù)器創(chuàng)建密碼認(rèn)證文件

... 實例 利用htpasswd命令添加用戶htpasswd -bc .passwd www.jsdig.com php 在bin目錄下生成一個.passwd文件,用戶名www.jsdig.com,密碼:php,默認(rèn)采用MD5加密方式。 在原有密碼文件中增加下一個用戶htpasswd -b .passwd Jack 123456 去掉-c選項,即可在第...

http://m.o2fo.com/linuxc/linuxc-1kv63lfv.html

4437.編寫自定義斷言

編寫自定義斷言 編寫自定義斷言時,最佳實踐是遵循 PHPUnit 自有斷言的實現(xiàn)方式。正如 Example?14.1, “PHPUnit_Framework_Assert 類的 assertTrue() 與 isTrue() 方法”中所示,assertTrue() 方法只是對 isTrue() 和 assertThat() 方法的外包覆:isTrue() ...

http://m.o2fo.com/phpunit5/l2fc4ozt.html

4438.調(diào)試工具欄和調(diào)試器(Debug Toolbar and Debugger)

...ut of the box these tools allow you to: quickly get the framework version, PHP version, response status, current controller and action, performance info and more via toolbar; browse the application and PHP configuration; view the request data, request and response headers, session data, and environm...

http://m.o2fo.com/yii2manual/u67xzozt.html

4439.Swoole的Task使用以及swoole_client

環(huán)境說明: 系統(tǒng):Ubuntu14.04 (安裝教程包括CentOS6.5) PHP版本:PHP-5.5.10 swoole版本:1.7.6-stable 上一章已經(jīng)簡單介紹了如何寫一個簡單的Echo服務(wù)器,并了解了onReceive等幾個核心回調(diào)函數(shù)的使用方法。這一章,我將介紹如何使用Swo...

http://m.o2fo.com/javascript_rules/dclo2ozt.html

4440.sp_get_menu()

sp_get_menu() 上一頁下一頁 模板中用法: <php> ????$effected_id="menu-header"; ????$filetpl="<a?href='\$href'?target='\$target'>\$label</a>"; ????$foldertpl="<a?class='dropdown-toggle'?href='\$href'?target='\$target'>\$label</a>"; ????$u...

http://m.o2fo.com/thinkcmfmanual/5i4ubozt.html

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

w3cschool 建議您:

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

熱門課程