App下載

詞條

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

2981.Laravel 8 Routes 目錄

...路由定義。默認情況下,Laravel 包含幾個路由文件:?web.php?,? api.php?, ?console.php? 以及 ?channels.php?。?web.php? 文件包含 ?RouteServiceProvider? 放置在 ?web ?中間件組中的路由,后者提供會話狀態(tài)、CSRF 保護和 cookie 加密...

http://www.o2fo.com/laravel_8/laravel_8-vopj3g9u.html

2982.PHPUnit9.0 XML 配置文件-<coverage> 元素

<coverage> 元素父元素:?<phpunit> ? ?<coverage>? 元素及其子元素可用于配置代碼覆蓋率:<coverage cacheDirectory="/path/to/directory" includeUncoveredFiles="true" processUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disa...

http://www.o2fo.com/phpunit9/phpunit9-qh4k3mjg.html

2983.Fecshop Url重寫

...式重寫,定義的重寫會被保存到mongodb中。 ### 1.去掉index.php 對于url: https://fecshop.appfront.fancyecommerce.com/index.php/special-occasion 為了seo的考慮,我們希望把index.php/去掉,下面是設(shè)置方法。 找到文件 `@appfront/config/fecshop_local_services/Url.ph...

http://www.o2fo.com/fecshop_help/fecshop_help-m51x2433.html

2984.保持的力量:接口開發(fā)最佳實踐

...接口開發(fā)實現(xiàn)時,輕松擴展你需要的協(xié)議。如使用SOAP,PHPRpc或者swoole下的TCP協(xié)議。其中,部分協(xié)議已有擴展類庫提供支持。(2)接口域名 - 使用api單獨域名首先,有一點是可以肯定的。接口系統(tǒng)應(yīng)該有自己單獨的域名,而不應(yīng)該...

http://www.o2fo.com/phalapi/bcys1tr4.html

2985.Zend Framework 2 數(shù)據(jù)庫和模型

...用來查找,插入,更新和刪除數(shù)據(jù)庫中表記錄的。通過 PHP 的 PDO 驅(qū)動,使用 MySQL,創(chuàng)建名為 zf2tutorial 數(shù)據(jù)庫,然后運行 SQL 語句創(chuàng)建一個 album 表,并插入一些數(shù)據(jù)。CREATE TABLE album ( id int(11) NOT NULL auto_increment, artist varchar(100) NOT N...

http://www.o2fo.com/zend2userguide/5xn11isz.html

2986.Entrust 權(quán)限管理

... Confide的 用戶身份認證, 但是卻需要用到 權(quán)限管理, 如: PHPHub. Laravel-blog 就是一個簡單的應(yīng)用, 使用了 Confide 做 用戶身份認證, Entrust 做 權(quán)限管理, 可以作為參考. 安裝 composer.json "zizaco/entrust": "1.2.*@dev" install composer update provider 修...

http://www.o2fo.com/qpmsiw/b7sk4ozt.html

2987.CRMEB v4 windows下的站點配置

--- **配置 workerman,進入項目根目錄 `C:\phpstudy_pro\WWW\crmeb_3.0_test4` 按住 `shift`+`右擊` 點擊【在此處打開命令行】,輸入`php -v` 查看 php 版本** ![](https://atts.w3cschool.cn/attachments/day_220326/202203261801028299.png) **php版本檢查正常,關(guān)閉命令...

http://www.o2fo.com/crmebv4/crmebv4-7gn23mu2.html

2988.國際化(Internationalization)

...18n' => [ 'translations' => [ 'app*' => [ 'class' => 'yii\i18n\PhpMessageSource', //'basePath' => '@app/messages', //'sourceLanguage' => 'en-US', 'fileMap' => [ 'app' => 'app.php', 'app/error' => 'error.php', ], ], ], ], ], 在上面的代碼中,配置了由 yii\i18n\Php...

http://www.o2fo.com/yii2manual/pjklrozt.html

2989.IntelliJ IDEA:使用Behat進行測試

...。 IntelliJ IDEA中Behat的原生支持包括:對feature方案文件和PHP方案定義文件的識別和編碼幫助。Gherkin語法支持feature文件:Feature,Scenario,Given,When, Then,And,和But關(guān)鍵字。識別定義文件中@given,@when以及@then注釋。根據(jù)Behat 2.4 的P...

http://www.o2fo.com/intellij_idea_doc/using_behat_framework.html

2990.Phalcon7 控制器的使用

...n則須以“Action”為后綴。一個控制器類的例子如下:<?php use Phalcon\Mvc\Controller; class PostsController extends Controller { public function indexAction() { } public function showAction($year, $postTitle) { } } 額外的URI參數(shù)定義為action的參數(shù),以致這些參數(shù)...

http://www.o2fo.com/phalcon7/lyv31s1d.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

2981.Laravel 8 Routes 目錄

...路由定義。默認情況下,Laravel 包含幾個路由文件:?web.php?,? api.php?, ?console.php? 以及 ?channels.php?。?web.php? 文件包含 ?RouteServiceProvider? 放置在 ?web ?中間件組中的路由,后者提供會話狀態(tài)、CSRF 保護和 cookie 加密...

http://www.o2fo.com/laravel_8/laravel_8-vopj3g9u.html

2982.PHPUnit9.0 XML 配置文件-<coverage> 元素

<coverage> 元素父元素:?<phpunit> ? ?<coverage>? 元素及其子元素可用于配置代碼覆蓋率:<coverage cacheDirectory="/path/to/directory" includeUncoveredFiles="true" processUncoveredFiles="true" pathCoverage="false" ignoreDeprecatedCodeUnits="true" disa...

http://www.o2fo.com/phpunit9/phpunit9-qh4k3mjg.html

2983.Fecshop Url重寫

...式重寫,定義的重寫會被保存到mongodb中。 ### 1.去掉index.php 對于url: https://fecshop.appfront.fancyecommerce.com/index.php/special-occasion 為了seo的考慮,我們希望把index.php/去掉,下面是設(shè)置方法。 找到文件 `@appfront/config/fecshop_local_services/Url.ph...

http://www.o2fo.com/fecshop_help/fecshop_help-m51x2433.html

2984.保持的力量:接口開發(fā)最佳實踐

...接口開發(fā)實現(xiàn)時,輕松擴展你需要的協(xié)議。如使用SOAP,PHPRpc或者swoole下的TCP協(xié)議。其中,部分協(xié)議已有擴展類庫提供支持。(2)接口域名 - 使用api單獨域名首先,有一點是可以肯定的。接口系統(tǒng)應(yīng)該有自己單獨的域名,而不應(yīng)該...

http://www.o2fo.com/phalapi/bcys1tr4.html

2985.Zend Framework 2 數(shù)據(jù)庫和模型

...用來查找,插入,更新和刪除數(shù)據(jù)庫中表記錄的。通過 PHP 的 PDO 驅(qū)動,使用 MySQL,創(chuàng)建名為 zf2tutorial 數(shù)據(jù)庫,然后運行 SQL 語句創(chuàng)建一個 album 表,并插入一些數(shù)據(jù)。CREATE TABLE album ( id int(11) NOT NULL auto_increment, artist varchar(100) NOT N...

http://www.o2fo.com/zend2userguide/5xn11isz.html

2986.Entrust 權(quán)限管理

... Confide的 用戶身份認證, 但是卻需要用到 權(quán)限管理, 如: PHPHub. Laravel-blog 就是一個簡單的應(yīng)用, 使用了 Confide 做 用戶身份認證, Entrust 做 權(quán)限管理, 可以作為參考. 安裝 composer.json "zizaco/entrust": "1.2.*@dev" install composer update provider 修...

http://www.o2fo.com/qpmsiw/b7sk4ozt.html

2987.CRMEB v4 windows下的站點配置

--- **配置 workerman,進入項目根目錄 `C:\phpstudy_pro\WWW\crmeb_3.0_test4` 按住 `shift`+`右擊` 點擊【在此處打開命令行】,輸入`php -v` 查看 php 版本** ![](https://atts.w3cschool.cn/attachments/day_220326/202203261801028299.png) **php版本檢查正常,關(guān)閉命令...

http://www.o2fo.com/crmebv4/crmebv4-7gn23mu2.html

2988.國際化(Internationalization)

...18n' => [ 'translations' => [ 'app*' => [ 'class' => 'yii\i18n\PhpMessageSource', //'basePath' => '@app/messages', //'sourceLanguage' => 'en-US', 'fileMap' => [ 'app' => 'app.php', 'app/error' => 'error.php', ], ], ], ], ], 在上面的代碼中,配置了由 yii\i18n\Php...

http://www.o2fo.com/yii2manual/pjklrozt.html

2989.IntelliJ IDEA:使用Behat進行測試

...。 IntelliJ IDEA中Behat的原生支持包括:對feature方案文件和PHP方案定義文件的識別和編碼幫助。Gherkin語法支持feature文件:Feature,Scenario,Given,When, Then,And,和But關(guān)鍵字。識別定義文件中@given,@when以及@then注釋。根據(jù)Behat 2.4 的P...

http://www.o2fo.com/intellij_idea_doc/using_behat_framework.html

2990.Phalcon7 控制器的使用

...n則須以“Action”為后綴。一個控制器類的例子如下:<?php use Phalcon\Mvc\Controller; class PostsController extends Controller { public function indexAction() { } public function showAction($year, $postTitle) { } } 額外的URI參數(shù)定義為action的參數(shù),以致這些參數(shù)...

http://www.o2fo.com/phalcon7/lyv31s1d.html

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

w3cschool 建議您:

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

熱門課程