积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(65)PHP(65)Falcon(40)CakePHP(8)Laravel(8)

语言

全部英语(58)中文(简体)(7)

格式

全部PDF文档 PDF(38)其他文档 其他(27)
 
本次搜索耗时 0.068 秒,为您找到相关结果约 65 个.
  • 全部
  • 后端开发
  • PHP
  • Falcon
  • CakePHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 CmlPHP v2.x 开发手册

    //如果想使用第三方的调试台只要简单封装一个服务。实现 \Cml\Interfaces\Debug接口即可/当然直接修改模板也可以。配置 项 'debug_page' => CML_CORE_PATH.'/Tpl/debug.tpl', // debug调试信息模板 Cml::getContainer()->singleton('cml_debug', \Cml\Debug::class); 'html_exception' => CML_CORE_PATH.'/Tpl/cmlException.tpl', // 默认成功跳转 对应的模板文件 '404_page' => CML_CORE_PATH.'/Tpl/404.tpl', // 404跳转页 'debug_page' => CML_CORE_PATH.'/Tpl/debug.tpl', // LL_PATH、 CML_RUNTIME_PATH、CML_RUNTIME_CACHE_PATH、 CML_RUNTIME_LOGS_PATH、CML_APP_MODULES_PATH、 CML_IS_MULTI_MODULES这几相常量并用相应的方法替代。 参考 常用常量 Route::$urlParams。改为私有。不允许外部方法。可使用以下方法 替换。具体参考api手册 Cml
    0 码力 | 245 页 | 720.67 KB | 1 年前
    3
  • pdf文档 CmlPHP v2.x 开发手册

    //如果想使用第三方的调试台只要简单封装一个服务。实现\Cml\Interfaces\Debug接口即可/当然直接 修改模板也可以。配置项 'debug_page' => CML_CORE_PATH.'/Tpl/debug.tpl', // debug调试信息模板 Cml::getContainer()->singleton('cml_debug', \Cml\Debug::class); 'html_exception' => CML_CORE_PATH.'/Tpl/cmlException.tpl', // 默认成功跳转对应的模板 文件 '404_page' => CML_CORE_PATH.'/Tpl/404.tpl', // 404跳转页 'debug_page' => CML_CORE_PATH.'/Tpl/debug.tpl', // debug调试信息模板 ULL_PATH、CML_RUNTIME_PATH、 CML_RUNTIME_CACHE_PATH、CML_RUNTIME_LOGS_PATH、 CML_APP_MODULES_PATH、CML_IS_MULTI_MODULES这几相常量并用相应的方法替代。 参 考 常用常量 Route::$urlParams。改为私有。不允许外部方法。可使用以下方法替换。具体参考api手册 Cml::
    0 码力 | 143 页 | 1.54 MB | 1 年前
    3
  • mobi文档 CmlPHP v2.x 开发手册

    //如果想使用第三方的调试台只要简单封装一个服务。实现\Cml\Interfaces\Debug接口即可/当然直接 修改模板也可以。配置项 'debug_page' => CML_CORE_PATH.'/Tpl/debug.tpl', // debug调试信息模 板 Cml::getContainer()->singleton('cml_debug', \Cml\Debug::class); /*系统模板定义*/ 'html_exception' => CML_CORE_PATH.'/Tpl/cmlException.tpl', // 默认成功跳转对应的模板 文件 '404_page' => CML_CORE_PATH.'/Tpl/404.tpl', // 404跳转页 'debug_page' => CML_CORE_PATH.'/Tpl/debug.tpl', // debug调试信息模板 CML_APP_FULL_PATH 、 CML_RUNTIME_PATH 、 CML_RUNTIME_CACHE_PATH 、 CML_RUNTIME_LOGS_PATH 、 CML_APP_MODULES_PATH 、 CML_IS_MULTI_MODULES这几相常量并用相应的方法替代。 参考 常用 常量 Route::$urlParams。改为私有。不允许外部方法。可使用以下方法替换。 具体参考api手册 Cml
    0 码力 | 251 页 | 973.37 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》02. Introduction aux frameworks PHP

    popularité est liée au fait qu’il est simple à mettre en œuvre, gratuit et libre. Tout un tas de modules est fourni avec pour faire de l’imagerie, des bases de données, du XML, etc. Et plus encore sur 27https://httpd.apache.org/docs/current/mod/mod_rewrite.html 28http://nginx.org/en/docs/http/ngx_http_core_module.html#try_files 18 // 04-routes/index.php $uri = $_SERVER['REQUEST_URI'], $matches = [];
    0 码力 | 24 页 | 1.03 MB | 1 年前
    3
  • pdf文档 Falcon v3.0.0 Documentation

    applicable. Let’s start by adding an additional import statement to test_app.py. We need to import two modules from unittest.mock: from unittest.mock import mock_open, call Now add the following test: # "monkeypatch" mocks, but they are more localized and do not # have to be monkey-patched into standard library modules (always a # risky business). mock_file_open = mock_open() fake_uuid = '123e4567-e89b-12d3-a456-426655440000' Falcon’s docstrings are quite extensive, and so you can learn a lot just by poking around Falcon’s modules from a Python REPL, such as IPython or bpython. Also, don’t be shy about pulling up Falcon’s source
    0 码力 | 344 页 | 1.16 MB | 1 年前
    3
  • pdf文档 Falcon v3.0.1 Documentation

    applicable. Let’s start by adding an additional import statement to test_app.py. We need to import two modules from unittest.mock: from unittest.mock import mock_open, call Now add the following test: # "monkeypatch" mocks, but they are more localized and do not # have to be monkey-patched into standard library modules (always a # risky business). mock_file_open = mock_open() fake_uuid = '123e4567-e89b-12d3-a456-426655440000' Falcon’s docstrings are quite extensive, and so you can learn a lot just by poking around Falcon’s modules from a Python REPL, such as IPython or bpython. Also, don’t be shy about pulling up Falcon’s source
    0 码力 | 344 页 | 1.16 MB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    Node.js first. This command will create a package.json file, a package-lock.json and a node_modules folder. Then run this: npx tailwindcss init -p This will create the tailwind.config.js and fan of investing some money and saving time instead. Forge in particular is official, made by the core team of Laravel, lots and lots of people use it (they claim over 500,000 sites are powered by Forge)
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    existing third-party packages. Main Features MVC Laravel uses the MVC model, therefore there are three core-parts of the framework which work https://riptutorial.com/ 2 together: models, views and controllers option. The path is relative to the application's base path. php artisan make:migration --path=app/Modules/User/Migrations Inside a database migration Each migration should have an up() method and a down() app directory to src. Override Application class The directories name app is hardcoded into the core Application class, so it has to be overridden. Create a new file Application.php. I prefer to keep
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Falcon v3.1.1-b3 Documentation

    applicable. Let’s start by adding an additional import statement to test_app.py. We need to import two modules from unittest. mock: from unittest.mock import mock_open, call Now add the following test: # "monkeypatch" mocks, but they are more localized and do not # have to be monkey-patched into standard library modules (always a # risky business). mock_file_open = mock_open() fake_uuid = '123e4567-e89b-12d3-a456-426655440000' Falcon’s docstrings are quite extensive, and so you can learn a lot just by poking around Falcon’s modules from a Python REPL, such as IPython or bpython. Also, don’t be shy about pulling up Falcon’s source
    0 码力 | 378 页 | 1.29 MB | 1 年前
    3
  • pdf文档 Falcon v3.1.1-b1 Documentation

    applicable. Let’s start by adding an additional import statement to test_app.py. We need to import two modules from unittest. mock: from unittest.mock import mock_open, call Now add the following test: # "monkeypatch" mocks, but they are more localized and do not # have to be monkey-patched into standard library modules (always a # risky business). mock_file_open = mock_open() fake_uuid = '123e4567-e89b-12d3-a456-426655440000' Falcon’s docstrings are quite extensive, and so you can learn a lot just by poking around Falcon’s modules from a Python REPL, such as IPython or bpython. Also, don’t be shy about pulling up Falcon’s source
    0 码力 | 378 页 | 1.29 MB | 1 年前
    3
共 65 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
前往
页
相关搜索词
CmlPHPv2开发手册SlidesDevWeb02IntroductionauxframeworksPHPFalconv30.0Documentation0.1TheLaravelHandbookLearning1.1b3b1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩