当前位置:网站首页>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
边栏推荐
- js中的闭包
- typescript47-函数之间的类型兼容性
- ss-5.consul服务端+生产者+消费者
- 传说中可“免费白拿”的无线路由器 - 斐讯 K2 最简单刷 breed 与第三方固件教程
- Install IIS services (Internet Information Services (Internet Information Services, abbreviated IIS, Internet Information Services)
- Build your own web page on the Raspberry Pi (2)
- Fluorescent marker peptides FITC/AMC/FAM/Rhodamine TAMRA/Cy3 / Cy5 / Cy7 - Peptide
- Where is the value of testers
- Interface test framework combat (1) | Requests and interface request construction
- JS bottom handwriting
猜你喜欢
随机推荐
在树莓派上搭建属于自己的网页(1)
DFS's complement to pruning
Practical application of WebSocket
JDBC与连接池
ss-4.1-1个eurekaServer+1个providerPayment+1个consumerOrder
初步认识ZK
高可用 两地三中心
用户密码加密工具
在线密码生成工具推荐
Two ways to simulate multi-user login in Jmeter
typescript45-接口之间的兼容性
【 Harmony OS 】 【 ano UI 】 lightweight data storage
【Biotin Azide|cas:908007-17-0】Price_Manufacturer
Harmony OS Date ano UI 】 【 】 the basic operation
Exception(异常) 和 Error(错误)区别解析
13.< tag-动态规划和回文字串>lt.647. 回文子串 + lt.516.最长回文子序列
1089 狼人杀-简单版 (20 分)
设计模式——组合模式、享元模式(Integer缓存)(结构型模式)
IO process thread -> thread -> day5
JS学习笔记(三)





![[Harmony OS] [ArkUI] ets development graphics and animation drawing](/img/36/f4c91f794b1321f11a24505d1617fb.png)


