ludwigwangwang's recent timeline updates
ludwigwangwang

ludwigwangwang

V2EX member #432188, joined on 2019-07-26 14:51:50 +08:00
ludwigwangwang's recent replies
@veronicashim 雅思呢?
Apr 16, 2022
Replied to a topic by Eyon 分享创造 又做了一个小程序——搜附近
简洁响应迅速。一个建议:点击搜索结果能进入地图最好。
Mar 13, 2022
Replied to a topic by 424778940 上海 通勤最后一公里有没有什么好方式?
没有市政公共自行车吗?浙江这边挺普及的,一般小区门口、商场、地铁口都有,一小时内还免费😀
Feb 15, 2022
Replied to a topic by Reminders 生活 女友要在老家贷款买房
1 你俩收入水平怎么样?如果你年有 30w 以上我觉得就可以给; 2 你女友的家庭关系怎么样?弟弟妹妹看上去成绩很不错,以后会有好的发展,如果家庭关系好的话,以后这点钱根本不算啥,弟弟妹妹还会记得姐夫的好。
我是这样改的:
manager.add_command('runserver', Server(use_debugger=True,host='0.0.0.0',port='5000'))
再在 launch.json 里面改成
{
"name": "Python: Flask (0.11.x or later)",
"type": "python",
"request": "launch",
"stopOnEntry": false,
"program": "${file}",
"pythonPath": "${workspaceFolder}/venv/Scripts/python",
//"pythonPath": "${config:python.pythonPath}",
//"module": "flask",
"cwd": "${workspaceFolder}",
"env": {
//"FLASK_APP": "${workspaceFolder}/manage.py"
},
"args": ["runserver"],
"envFile": "${workspaceFolder}/.env",
"debugOptions":[
"RedirectOutput"
]
}
即当作单个文件来运行。
回到 manage.py 页面,F5 运行。这样是有效的。
看身材啊;腿长个高的就工装鞋。像我这种短粗腿,早就放弃治疗了,迪卡侬上 150 的运动鞋穿的开心的很。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3366 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 11:21 · PVG 19:21 · LAX 04:21 · JFK 07:21
♥ Do have faith in what you're doing.