积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(47)PHP(47)Falcon(32)CakePHP(8)Laravel(5)

语言

全部英语(46)中文(简体)(1)

格式

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

    Controller Middleware iv. Implicit Controllers v. RESTful Resource Controllers vi. Dependency Injection & Controllers vii. Route Caching iv. Requests i. Obtaining A Request Instance ii. Retrieving Having a convenient, centrally located set of interfaces you may use for decoupling and dependency injection will serve as an easy alternative option to Laravel Facades. For more information on contracts information on middleware, check out the documentation. In addition to the existing constructor injection, you may now type-hint dependencies on controller methods. The IoC container will automatically
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    Container as a Dependency Injection Container 167 Chapter 57: Socialite 168 Examples 168 Installation 168 Configuration 168 Basic Usage - Facade 168 Basic Usage - Dependency Injection 169 Socialite for {{ }}, are filtered through PHP's htmlspecialchars function, for security (preventing malicious injection of HTML in the view). If you would like to bypass this behavior, for example if you're trying to ... ]; We can now access our Service in a controller. Three possibilities: Dependency Injection: 1. https://riptutorial.com/ 162
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 10 WEB攻击与防护技术 徐震 杨亮 《PHP语⾔程序设计》

    二、典型攻击 三、攻防原理 四、防护产品体系 OWASP Top 10 – 2007 (Previous) OWASP Top 10 – 2010 (New) A2 – Injection Flaws A1 – Injection A1 – Cross Site Scripting (XSS) A2 – Cross Site Scripting (XSS) A7 – Broken Authentication 网络层 应用层 在应用层,我们的安全边界存在巨大 的漏洞!!! 提纲 一、背景概述 二、典型攻击 三、攻防原理 四、防护产品体系 3.1. SQL注入 16 概述 n SQL Injection q 攻击者利用WEB应用程序对用户输入验证上的疏忽, 在输入的数据中包含对某些数据库系统有特殊意义 的符号或命令,让攻击者有机会直接对后台数据库 系统下达指令,进而实现对后台数据库乃至整个应 过滤错误信息,避免泄露“包含文件”信息(避免攻 击者发现漏洞) n 对输入变量进行过滤 n 对特殊字符进行替换、编码,如“/” 38 3.4.操作系统命令注入攻击 39 概述 n OS command injection,操作系统命令注入 q 利用WEB应用对用户输入验证设计上的疏失,或者说验证的 不严格,在HTML代码中,使用一些函数调用操作系统命令, 对系统进行操作,造成入侵行为 q 执行文件操作、系统命令操作、执行系统程序等
    0 码力 | 114 页 | 3.65 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 4.x

    We’re calling this process Experimental Features. Core Experimental support for a Dependency Injection container was added. Console ConsoleIo::comment() was added. This method formats text with a blue tTrait and IntegrationTestCaseTrait. This method enables services injected with the Dependency Injection container to be replaced with mock or stub objects. View Context classes now include the comment participate in content- type negotiation. Core The previously experimental API for the Dependency Injection container, introduced in CakePHP 4.2, is now considered stable. Database The SQLite driver now
    0 码力 | 1249 页 | 1.04 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 12. Risques applicatifs

    journalisation 10. Falsification de requêtes côté serveur • Non exhaustif : ex. : risques liés à Node JS9 Injection de code • Données mal validées : possibilité d’exécuter du code • Passées par requêtes : – formulaires prévisibles pour une appli critique Cross Site Scripting (XSS) • Injection de code (html et script) 10https://fr.wikipedia.org/wiki/Injection_SQL 3 • Exécution par le navigateur du client Cross Site Scripting
    0 码力 | 12 页 | 474.37 KB | 1 年前
    3
  • epub文档 CakePHP Cookbook Documentation 5.x

    HTML encode output. You should remember to always use h() when outputting data to prevent HTML injection issues. The tags.php file we just created follows the CakePHP conventions for view template files component and a model the same name. Warning Component methods don’t have access to Dependency Injection like Controller actions have. Use a service class inside your controller actions instead of a component Conditions Getting Results Loading Associations Inserting Data Updating Data Deleting Data SQL Injection Prevention More Complex Queries Table Objects Basic Usage Lifecycle Callbacks Behaviors Configuring
    0 码力 | 1080 页 | 939.39 KB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    .............................................................................. 26 Dependency Injection ............................................................................................... populates and renders a form from the logic that validates and stores the results. Dependency Injection If you are focusing on writing testable code, you will probably want to inject dependencies into container to resolve an instance of the controller. Note: Before diving into controller dependency injection, you may wish to read the documentation on Laravel's beautiful IoC container. Controller Factory
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 4.x

    this process Experimental Features. Core • Experimental support for a /development/dependency-injection container was added. Console • ConsoleIo::comment() was added. This method formats text with a IntegrationTestCaseTrait. This method enables services injected with the /development/dependency-injection container to be replaced with mock or stub objects. View • Context classes now include the comment Documentation, Release 4.x Core • The previously experimental API for the /development/dependency-injection container, introduced in CakePHP 4.2, is now considered stable. Database • The SQLite driver now
    0 码力 | 967 页 | 2.88 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook Documentation 5.x

    HTML encode output. You should remember to always use h() when outputting data to prevent HTML injection issues. The tags.php file we just created follows the CakePHP conventions for view template files a model the same name. Warning: Component methods don’t have access to /development/dependency-injection like Controller actions have. Use a service class inside your controller actions instead of a component Underneath the covers, the query builder uses PDO prepared statements which protect against SQL injection attacks. The SelectQuery Object The easiest way to create a SelectQuery object is to use find()
    0 码力 | 848 页 | 2.53 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 3.x

    HTML encode output. You should remember to always use h() when outputting data to prevent HTML injection issues. The tags.ctp file we just created follows the CakePHP conventions for view template files encode output. You should remember to always use h() when outputting user data to prevent HTML injection issues. The tags.ctp file we just created follows the CakePHP conventions for view template files Conditions Getting Results Loading Associations Inserting Data Updating Data Deleting Data SQL Injection Prevention More Complex Queries Table Objects Basic Usage Lifecycle Callbacks Behaviors Configuring
    0 码力 | 1244 页 | 1.05 MB | 1 年前
    3
共 47 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
Laravel5.0DocumentationLearning10WEB攻击防护技术徐震杨亮PHP程序设计程序设计CakePHPCookbookSlidesDevWeb12Risquesapplicatifs3.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩