USEGEAR

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

06 2024 档案

学习unigui【27】像pg的jsonb一样编辑json。
摘要:var I: Integer; CurrentObject: TJSONObject; FieldName: string; Pair: TJSONPair;function CreateJSONValueForVariant(const aValue: Variant): TJSONValue;b 阅读全文

posted @ 2024-06-03 11:39 USEGEAR 阅读(91) 评论(0) 推荐(0) 编辑

学习Django【2】把视图和路由连接起来的是URLconfigs的配置文件
摘要:在view.py视图中定义: def detail(request, question_id): return HttpResponse("You're looking at question %s." % question_id) def results(request, question_id) 阅读全文

posted @ 2024-06-01 08:19 USEGEAR 阅读(9) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示