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

无数据

分类

全部后端开发(34)Python(34)Django(34)

语言

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

格式

全部PDF文档 PDF(17)其他文档 其他(17)
 
本次搜索耗时 0.498 秒,为您找到相关结果约 34 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Django、Vue 和Element UI 前后端原理论述

    命令会自动从 npm 仓库下载并安装这些依赖,使得项目能够在开发和生产环境中正常运 行。 脚本执行:在 package.json 文件中,开发者可以定义各种自定义的脚本命令,比如启 动开发服务器、运行测试、打包代码等。通过运行 npm run 命令,可以快速 地执行这些脚本,方便开发和构建项目。 包管理:除了管理项目的依赖外,npm 也可以用来发布和管理自己开发的前端包。 所以,笔者想,AI 辅助测试可能会成了一个新标杆。那么,让我们看看 GPT 能帮我 们做什么吧。 常见的,利用 GPT 广阔的知识领域进行问题检索。比如,帮助我们进行知识问答, 帮助我们生成测试脚本。总之一句话,简直不要太好用(妈妈再也不用担心有广告和无 效的回答阻碍我学习了)! 除此之外呢?有没有试想过:既然如此好用,那为什么不能自动帮我们生成用例呢? 谁说不能?!让我们一起来了解一下,GPT 。 1) 首先,让我们来看看,如何生成基本的单元测试用例 如下图所示,选中代码,点击 Bito 面板的”generate unit tests”即可。然后,将生成 的单元测试用例粘贴到单元测试脚本中即可。 值得注意的是:Bito 生成的单元测试用例,不仅包含了正向用例(即,正常用例), 还包含了反向用例(即,异常用例)。这点的确是初始没预料到的。 2) 其次,聊聊如何生成不同语言的测试用例
    0 码力 | 61 页 | 6.84 MB | 1 年前
    3
  • pdf文档 Django 官方教程翻译项目

    命令并没有真正在你的数据库中的执行迁移 - 它只是把命令输出到屏幕上,让你 看看 Django 认为需要执行哪些 SQL 语句。这在你想看看 Django 到底准备做什么,或者当 你是数据库管理员,需要写脚本来批量处理数据库时会很有用。 如果你感兴趣,你也可以尝试运行 python manage.py check;这个命令帮助你检查项目中的问 题,并且在检查过程中不会对数据库进行任何操作。 现在,再次运行 Django 的特定技巧;这是优秀的网站开发实 践。 forloop.counter 指示 for 标签已经循环多少次。 由于我们创建一个 POST 表单(它具有修改数据的作用),所以我们需要小心跨站点请求伪造。 谢天谢地,你不必太过担心,因为 Django 已经拥有一个用来防御它的非常容易使用的系统。 简而言之,所有针对内部 URL 的 POST 表单都应该使用 {% csrf_token 这一篇从 第五部分(zh)结尾的地方继续讲起。我们已经为投票程序编写了测试,而现在我们要为 它加上样式和图片。 除了服务端生成的 HTML 以外,网络应用通常需要一些其他的文件 —— 比如图片,脚本和样式表 —— 来帮助渲染网络页面。在 Django 中,我们把这些文件统称为“静态文件”。 对于小项目来说,这个问题没什么大不了的,因为你可以把这些静态文件随便放在哪,只要服务程序 能够找到它们就行。然而在大项目
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • epub文档 Django 2.2.x Documentation

    view Paginator objects InvalidPage exceptions Page objects Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection view Paginator objects InvalidPage exceptions Page objects Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. Support
    0 码力 | 2915 页 | 2.83 MB | 1 年前
    3
  • epub文档 Django 3.2.x Documentation

    Paginating a ListView Using Paginator in a view function Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection Paginating a ListView Using Paginator in a view function Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. The Django
    0 码力 | 3121 页 | 3.08 MB | 1 年前
    3
  • epub文档 Django 2.1.x Documentation

    view Paginator objects InvalidPage exceptions Page objects Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection view Paginator objects InvalidPage exceptions Page objects Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. Support
    0 码力 | 2790 页 | 2.71 MB | 1 年前
    3
  • pdf文档 Django 3.2.x Documentation

    allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. 3.5.1 features. It includes advice on securing a Django-powered site. 3.18.1 Cross site scripting (XSS) protection XSS attacks allow a user to inject client side scripts into the browsers of other users. This click a link which will cause the attacker’s JavaScript to be executed by the user’s browser. However, XSS attacks can originate from any untrusted source of data, such as cookies or Web services, whenever
    0 码力 | 2199 页 | 7.89 MB | 1 年前
    3
  • pdf文档 Django 2.1.x Documentation

    allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. 3.5.1 features. It includes advice on securing a Django-powered site. 3.18.1 Cross site scripting (XSS) protection XSS attacks allow a user to inject client side scripts into the browsers of other users. This click a link which will cause the attacker’s JavaScript to be executed by the user’s browser. However, XSS attacks 508 Chapter 3. Using Django Django Documentation, Release 2.1.16.dev20191202082911 can originate
    0 码力 | 1910 页 | 6.49 MB | 1 年前
    3
  • epub文档 Django 1.11.x Documentation

    to Python 3 Philosophy Porting tips Coding guidelines Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection to Python 3 Philosophy Porting tips Coding guidelines Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. Support
    0 码力 | 2747 页 | 2.67 MB | 1 年前
    3
  • epub文档 Django 2.0.x Documentation

    view Paginator objects InvalidPage exceptions Page objects Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection view Paginator objects InvalidPage exceptions Page objects Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. Support
    0 码力 | 2746 页 | 2.67 MB | 1 年前
    3
  • epub文档 Django 3.0.x Documentation

    Paginating a ListView Using Paginator in a view function Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection Paginating a ListView Using Paginator in a view function Security in Django Cross site scripting (XSS) protection Cross site request forgery (CSRF) protection SQL injection protection Clickjacking protection allow its users to provide their own templates, since template authors can do things like perform XSS attacks and access properties of template variables that may contain sensitive information. Support
    0 码力 | 3085 页 | 2.95 MB | 1 年前
    3
共 34 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
DjangoVueElementUI前后原理论述官方教程翻译项目2.2Documentation3.22.11.112.03.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩