当前位置:网站首页>Djiango第四次培训笔记
Djiango第四次培训笔记
2022-08-03 05:10:00 【曲水流觞683】
1.django中的文件作用

2.Setting.py文件:连接自己的MySQL和对应的数据库
3.前端的实现
Config.json配置:
1、
"deviceConfig": {
"default": {
"process": "com.huawei.hiworld.example",
"supportBackup": false,
"network": {
"cleartextTraffic": true
}
}
},
2、
"reqPermissions": [
{
"name": "ohos.permission.GET_NETWORK_INFO"
},
{
"name": "ohos.permission.SET_NETWORK_INFO"
},
{
"name": "ohos.permission.INTERNET"
}
],
Js有关代码:
关于qs.stringify
import qs from 'querystring'//npm install qs 和 npm install querystring
边栏推荐
猜你喜欢

1. 两数之和

MySql数据库

接口管理工具YApi怎么用?颜值高、易管理、超好用

typescript44-对象之间的类兼容器

设计模式——组合模式、享元模式(Integer缓存)(结构型模式)

Harmony OS Date ano UI 】 【 】 the basic operation

力扣561. 数组拆分

Unity2D horizontal board game tutorial 6 - enemy AI and attack animation

在线密码生成工具推荐

How to use the interface management tool YApi?Beautiful, easy to manage, super easy to use
随机推荐
c语言结构体中的冒泡排序
高效率科研神器——小软件、大能量
接口测试框架实战(三)| JSON 请求与响应断言
Jmeter 模拟多用户登录的两种方法
1094 谷歌的招聘 (20 分)
js实现一个 bind 函数
1089 狼人杀-简单版 (20 分)
[Fine talk] Using native js to implement todolist
1095 解码PAT准考证 (25 分)(C语言)
presto安装部署教程
JS bottom handwriting
1079 延迟的回文数 (20 分)
typescript49-交叉类型
Exception (abnormal) and Error (error) difference analysis
Harmony OS Date ano UI 】 【 】 the basic operation
内部类、static关键字、final
1054 求平均值 (20 分)
【HMS core】【Ads Kit】Huawei Advertising——Overseas applications are tested in China. Official advertisements cannot be displayed
1. 两数之和
C# async and multithreading