App下載

詞條

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

3411.卷2:第12章 MediaWiki之一

... of its creation. MediaWiki Code Base and Practices explains the choice of PHP, the importance and implementation of secure code, and how general configuration is handled. Database and Text Storage dives into the distributed data storage system, and how its structure evolved to accommodate growth. R...

http://m.o2fo.com/open_source_architecture/78wgmozt.html

3412.Swoole Coroutine協(xié)程支持

...(統(tǒng)一在名空間Swoole\Coroutine\*)。2.0.2或更高版本已支持PHP7協(xié)程可以理解為純用戶態(tài)的線程,其通過協(xié)作而不是搶占來進(jìn)行切換。相對(duì)于進(jìn)程或者線程,協(xié)程所有的操作都可以在用戶態(tài)完成,創(chuàng)建和切換的消耗更低。Swoole可以為...

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

3413.zentaophp框架的主要功能

zentaoPHP框架的主要功能如下:一、單一入口模式單一入口是現(xiàn)在比較流行的開發(fā)方式。好處在于可以有一個(gè)集中的控制?;蛘咧v框架一個(gè)比較基本的東西也是單一入口吧?,F(xiàn)在ZenTaoPHP框架支持web方式和命令行方式的兩種入口文件...

http://m.o2fo.com/fag2f6/ybez1rba.html

3414.Fecshop 多語言

...選項(xiàng),你可以在 `@common/config/fecshop_local_services/FecshopLang.php` 中進(jìn)行配置語言項(xiàng),譬如: ``` 'fecshoplang' => [ //'class' => 'fecshop\services\FecshopLang', // mongoSearchLangName 在各個(gè)語言下字段參考資料如下:(不支持中文) // https://docs.mon...

http://m.o2fo.com/fecshop_help/fecshop_help-yo4s242n.html

3415.hack枚舉介紹

...X_LARGE = "x-large"; } function say_all_sizes(): void { echo Size::SMALL . PHP_EOL . Size::MEDIUM . PHP_EOL . Size::LARGE . PHP_EOL . Size::X_LARGE; } say_all_sizes();Outputsmall medium large x-large注意:枚舉成員沒有順序的隱式值的概念。例如,如果將第一個(gè)成員設(shè)置為0...

http://m.o2fo.com/hack_tutorial/hack_tutorial-sljb2fv1.html

3416.統(tǒng)一的接口請(qǐng)求方式:?sevice=XXX.XXX

... 此篇章主要是講述接口統(tǒng)一請(qǐng)求的方式,以及提供一個(gè)PHP實(shí)現(xiàn)的簡(jiǎn)單客戶端。1.13.1 指定接口服務(wù):?service=XXX.XXX我們統(tǒng)一固定用service參數(shù)來表示需要請(qǐng)求獲得的服務(wù),并通過GET方式傳遞,即請(qǐng)求的URI格式為:接口域名 + 入口路...

http://m.o2fo.com/phalapi/or4n1tqn.html

3417.sp_sql_posts()

...ag規(guī)則) $where:查詢條件,(暫只支持?jǐn)?shù)組),格式和thinkphp where方法一樣; 返回: array 文章列表 示例: <??php $tag='cid:6;field:post_title,post_content;order:listorder?asc'; $posts=sp_sql_posts($tag);? print_r($posts); $smeta=json_decode($vo['smeta'],true);...

http://m.o2fo.com/thinkcmfmanual/csni3ozt.html

3418.Composer 腳本

腳本什么是腳本?一個(gè)腳本,在 Composer 中,可以是一個(gè) PHP 回調(diào)(定義為靜態(tài)方法)或任何命令行可執(zhí)行的命令。腳本對(duì)于在 Composer 運(yùn)行過程中,執(zhí)行一個(gè)資源包的自定義代碼或包專用命令是非常有用的。注意:只有在根包的 c...

http://m.o2fo.com/composer/47x61ng1.html

3419.CodeIgniter4 日期與時(shí)間類

...個(gè)完全本地化的,不變的日期與時(shí)間類,這個(gè)類建立在 PHP 原生的 DateTime 類之上,但使用了 Intl 擴(kuò)展程序的功能 來進(jìn)行跨時(shí)區(qū)轉(zhuǎn)換時(shí)間并正確顯示不同語言環(huán)境的輸出。 這個(gè)類就是 **Time** 類,位于 **CodeIgniter\I18n** 命名空間中...

http://m.o2fo.com/codeigniter4/codeigniter4-fmn639xj.html

3420.hack泛型:Erasure

...($b); foo($c); } run(); /***** * Typechecker error: * * File "type-erasure.php", line 23, characters 7-8: * Invalid argument (Typing[4110]) * File "type-erasure.php", line 15, characters 18-20: * This is an int * File "type-erasure.php", line 21, characters 16-19: * It is incompatible with a string ...

http://m.o2fo.com/hack_tutorial/hack_tutorial-rjtl2gam.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

3411.卷2:第12章 MediaWiki之一

... of its creation. MediaWiki Code Base and Practices explains the choice of PHP, the importance and implementation of secure code, and how general configuration is handled. Database and Text Storage dives into the distributed data storage system, and how its structure evolved to accommodate growth. R...

http://m.o2fo.com/open_source_architecture/78wgmozt.html

3412.Swoole Coroutine協(xié)程支持

...(統(tǒng)一在名空間Swoole\Coroutine\*)。2.0.2或更高版本已支持PHP7協(xié)程可以理解為純用戶態(tài)的線程,其通過協(xié)作而不是搶占來進(jìn)行切換。相對(duì)于進(jìn)程或者線程,協(xié)程所有的操作都可以在用戶態(tài)完成,創(chuàng)建和切換的消耗更低。Swoole可以為...

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

3413.zentaophp框架的主要功能

zentaoPHP框架的主要功能如下:一、單一入口模式單一入口是現(xiàn)在比較流行的開發(fā)方式。好處在于可以有一個(gè)集中的控制?;蛘咧v框架一個(gè)比較基本的東西也是單一入口吧?,F(xiàn)在ZenTaoPHP框架支持web方式和命令行方式的兩種入口文件...

http://m.o2fo.com/fag2f6/ybez1rba.html

3414.Fecshop 多語言

...選項(xiàng),你可以在 `@common/config/fecshop_local_services/FecshopLang.php` 中進(jìn)行配置語言項(xiàng),譬如: ``` 'fecshoplang' => [ //'class' => 'fecshop\services\FecshopLang', // mongoSearchLangName 在各個(gè)語言下字段參考資料如下:(不支持中文) // https://docs.mon...

http://m.o2fo.com/fecshop_help/fecshop_help-yo4s242n.html

3415.hack枚舉介紹

...X_LARGE = "x-large"; } function say_all_sizes(): void { echo Size::SMALL . PHP_EOL . Size::MEDIUM . PHP_EOL . Size::LARGE . PHP_EOL . Size::X_LARGE; } say_all_sizes();Outputsmall medium large x-large注意:枚舉成員沒有順序的隱式值的概念。例如,如果將第一個(gè)成員設(shè)置為0...

http://m.o2fo.com/hack_tutorial/hack_tutorial-sljb2fv1.html

3416.統(tǒng)一的接口請(qǐng)求方式:?sevice=XXX.XXX

... 此篇章主要是講述接口統(tǒng)一請(qǐng)求的方式,以及提供一個(gè)PHP實(shí)現(xiàn)的簡(jiǎn)單客戶端。1.13.1 指定接口服務(wù):?service=XXX.XXX我們統(tǒng)一固定用service參數(shù)來表示需要請(qǐng)求獲得的服務(wù),并通過GET方式傳遞,即請(qǐng)求的URI格式為:接口域名 + 入口路...

http://m.o2fo.com/phalapi/or4n1tqn.html

3417.sp_sql_posts()

...ag規(guī)則) $where:查詢條件,(暫只支持?jǐn)?shù)組),格式和thinkphp where方法一樣; 返回: array 文章列表 示例: <??php $tag='cid:6;field:post_title,post_content;order:listorder?asc'; $posts=sp_sql_posts($tag);? print_r($posts); $smeta=json_decode($vo['smeta'],true);...

http://m.o2fo.com/thinkcmfmanual/csni3ozt.html

3418.Composer 腳本

腳本什么是腳本?一個(gè)腳本,在 Composer 中,可以是一個(gè) PHP 回調(diào)(定義為靜態(tài)方法)或任何命令行可執(zhí)行的命令。腳本對(duì)于在 Composer 運(yùn)行過程中,執(zhí)行一個(gè)資源包的自定義代碼或包專用命令是非常有用的。注意:只有在根包的 c...

http://m.o2fo.com/composer/47x61ng1.html

3419.CodeIgniter4 日期與時(shí)間類

...個(gè)完全本地化的,不變的日期與時(shí)間類,這個(gè)類建立在 PHP 原生的 DateTime 類之上,但使用了 Intl 擴(kuò)展程序的功能 來進(jìn)行跨時(shí)區(qū)轉(zhuǎn)換時(shí)間并正確顯示不同語言環(huán)境的輸出。 這個(gè)類就是 **Time** 類,位于 **CodeIgniter\I18n** 命名空間中...

http://m.o2fo.com/codeigniter4/codeigniter4-fmn639xj.html

3420.hack泛型:Erasure

...($b); foo($c); } run(); /***** * Typechecker error: * * File "type-erasure.php", line 23, characters 7-8: * Invalid argument (Typing[4110]) * File "type-erasure.php", line 15, characters 18-20: * This is an int * File "type-erasure.php", line 21, characters 16-19: * It is incompatible with a string ...

http://m.o2fo.com/hack_tutorial/hack_tutorial-rjtl2gam.html

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

w3cschool 建議您:

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

熱門課程