july 19

本文介绍如何利用awk和shell脚本进行数据排序及计算大型数的阶乘,具体步骤清晰易懂。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

巩固命令

  date --date 

分别使用 awk shell  实现排序

  1000! c program  

转载于:https://www.cnblogs.com/albertofwb/p/4659351.html

E:\bysj\Food\Food_recommend\.venv\Scripts\python.exe E:\bysj\Food\Food_recommend\manage.py runserver 8000 Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). July 19, 2025 - 23:18:05 Django version 4.2.16, using settings &#39;Food_recommend.settings&#39; Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK. [19/Jul/2025 23:18:05] "GET /myapp/wordcloud/ HTTP/1.1" 200 26728 Not Found: /myapp/wordcloud/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:05] "GET /myapp/wordcloud/static/picture/logo-sm-dark.png HTTP/1.1" 404 4985 Not Found: /myapp/wordcloud/static/picture/logo-dark.png [19/Jul/2025 23:18:05] "GET /myapp/wordcloud/static/picture/logo-dark.png HTTP/1.1" 404 4976 Not Found: /myapp/wordcloud/static/picture/logo-sm-light.png [19/Jul/2025 23:18:05] "GET /myapp/wordcloud/static/picture/logo-sm-light.png HTTP/1.1" 404 4988 Not Found: /myapp/wordcloud/static/picture/logo-light.png [19/Jul/2025 23:18:05] "GET /myapp/wordcloud/static/picture/logo-light.png HTTP/1.1" 404 4979 [19/Jul/2025 23:18:05] "GET /static/picture/avatar.jpg HTTP/1.1" 404 1813 [19/Jul/2025 23:18:06] "GET /myapp/get_wordcloud_data/?type=%E5%85%A8%E9%83%A8 HTTP/1.1" 200 806057 [19/Jul/2025 23:18:25] "GET / HTTP/1.1" 200 5798 [19/Jul/2025 23:18:25] "GET / HTTP/1.1" 200 5798 Not Found: /favicon.ico [19/Jul/2025 23:18:25] "GET /favicon.ico HTTP/1.1" 404 2338 Not Found: /favicon.ico [19/Jul/2025 23:18:25] "GET /favicon.ico HTTP/1.1" 404 2338 123 321 [19/Jul/2025 23:18:31] "POST /myapp/login/ HTTP/1.1" 200 14 [19/Jul/2025 23:18:32] "GET /myapp/index/ HTTP/1.1" 200 21273 Not Found: /myapp/index/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:32] "GET /myapp/index/static/picture/logo-sm-dark.png HTTP/1.1" 404 4973 Not Found: /myapp/index/static/picture/logo-dark.png [19/Jul/2025 23:18:32] "GET /myapp/index/static/picture/logo-dark.png HTTP/1.1" 404 4964 Not Found: /myapp/index/static/picture/logo-sm-light.png Not Found: /myapp/index/static/picture/logo-light.png [19/Jul/2025 23:18:32] "GET /myapp/index/static/picture/logo-sm-light.png HTTP/1.1" 404 4976 [19/Jul/2025 23:18:32] "GET /myapp/index/static/picture/logo-light.png HTTP/1.1" 404 4967 [19/Jul/2025 23:18:34] "GET /myapp/user_view/ HTTP/1.1" 200 30993 Not Found: /myapp/user_view/static/picture/logo-dark.png Not Found: /myapp/user_view/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:34] "GET /myapp/user_view/static/picture/logo-dark.png HTTP/1.1" 404 4976 [19/Jul/2025 23:18:34] "GET /myapp/user_view/static/picture/logo-sm-dark.png HTTP/1.1" 404 4985 Not Found: /myapp/user_view/static/picture/logo-sm-light.png [19/Jul/2025 23:18:34] "GET /myapp/user_view/static/picture/logo-sm-light.png HTTP/1.1" 404 4988 Not Found: /myapp/user_view/static/picture/logo-light.png [19/Jul/2025 23:18:34] "GET /myapp/user_view/static/picture/logo-light.png HTTP/1.1" 404 4979 [19/Jul/2025 23:18:36] "GET /myapp/index/ HTTP/1.1" 200 21273 Not Found: /myapp/index/static/picture/logo-sm-dark.png Not Found: /myapp/index/static/picture/logo-dark.png [19/Jul/2025 23:18:36] "GET /myapp/index/static/picture/logo-sm-dark.png HTTP/1.1" 404 4973 [19/Jul/2025 23:18:36] "GET /myapp/index/static/picture/logo-dark.png HTTP/1.1" 404 4964 Not Found: /myapp/index/static/picture/logo-sm-light.png [19/Jul/2025 23:18:36] "GET /myapp/index/static/picture/logo-sm-light.png HTTP/1.1" 404 4976 Not Found: /myapp/index/static/picture/logo-light.png [19/Jul/2025 23:18:36] "GET /myapp/index/static/picture/logo-light.png HTTP/1.1" 404 4967 [19/Jul/2025 23:18:37] "GET /myapp/change_password/ HTTP/1.1" 200 25157 Not Found: /myapp/change_password/static/picture/logo-dark.png Not Found: /myapp/change_password/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:37] "GET /myapp/change_password/static/picture/logo-dark.png HTTP/1.1" 404 4994 [19/Jul/2025 23:18:37] "GET /myapp/change_password/static/picture/logo-sm-dark.png HTTP/1.1" 404 5003 Not Found: /myapp/change_password/static/picture/logo-sm-light.png [19/Jul/2025 23:18:37] "GET /myapp/change_password/static/picture/logo-sm-light.png HTTP/1.1" 404 5006 Not Found: /myapp/change_password/static/picture/logo-light.png [19/Jul/2025 23:18:37] "GET /myapp/change_password/static/picture/logo-light.png HTTP/1.1" 404 4997 E:\bysj\Food\Food_recommend\myapp\views.py:66: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class &#39;myapp.models.Foods&#39;> QuerySet. paginator = Paginator(foodlist, items_per_page) [19/Jul/2025 23:18:38] "GET /myapp/foodlist/ HTTP/1.1" 200 65790 Not Found: /myapp/foodlist/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:38] "GET /myapp/foodlist/static/picture/logo-sm-dark.png HTTP/1.1" 404 4982 Not Found: /myapp/foodlist/static/picture/logo-dark.png [19/Jul/2025 23:18:38] "GET /myapp/foodlist/static/picture/logo-dark.png HTTP/1.1" 404 4973 Not Found: /myapp/foodlist/static/picture/logo-sm-light.png Not Found: /myapp/foodlist/static/picture/logo-light.png [19/Jul/2025 23:18:38] "GET /myapp/foodlist/static/picture/logo-sm-light.png HTTP/1.1" 404 4985 [19/Jul/2025 23:18:38] "GET /myapp/foodlist/static/picture/logo-light.png HTTP/1.1" 404 4976 [19/Jul/2025 23:18:41] "GET /myapp/foodlist/?category=all&page=2 HTTP/1.1" 200 66401 Not Found: /myapp/foodlist/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:41] "GET /myapp/foodlist/static/picture/logo-sm-dark.png HTTP/1.1" 404 4982 Not Found: /myapp/foodlist/static/picture/logo-dark.png [19/Jul/2025 23:18:41] "GET /myapp/foodlist/static/picture/logo-dark.png HTTP/1.1" 404 4973 Not Found: /myapp/foodlist/static/picture/logo-sm-light.png [19/Jul/2025 23:18:41] "GET /myapp/foodlist/static/picture/logo-sm-light.png HTTP/1.1" 404 4985 Not Found: /myapp/foodlist/static/picture/logo-light.png [19/Jul/2025 23:18:41] "GET /myapp/foodlist/static/picture/logo-light.png HTTP/1.1" 404 4976 [19/Jul/2025 23:18:46] "GET /myapp/detail/44/ HTTP/1.1" 200 35919 [19/Jul/2025 23:18:46] "GET /myapp/detail/45/ HTTP/1.1" 200 35804 [19/Jul/2025 23:18:46] "GET /myapp/detail/44/ HTTP/1.1" 200 35919 Not Found: /myapp/detail/44/static/picture/logo-dark.png [19/Jul/2025 23:18:46] "GET /myapp/detail/44/static/picture/logo-dark.png HTTP/1.1" 404 4976 Not Found: /myapp/detail/44/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:46] "GET /myapp/detail/44/static/picture/logo-sm-dark.png HTTP/1.1" 404 4985 Not Found: /myapp/detail/44/static/picture/logo-light.png Not Found: /myapp/detail/44/static/picture/logo-sm-light.png [19/Jul/2025 23:18:46] "GET /myapp/detail/44/static/picture/logo-sm-light.png HTTP/1.1" 404 4988 [19/Jul/2025 23:18:46] "GET /myapp/detail/44/static/picture/logo-light.png HTTP/1.1" 404 4979 [19/Jul/2025 23:18:57] "GET /myapp/keshihua HTTP/1.1" 301 0 [19/Jul/2025 23:18:57] "GET /myapp/keshihua/ HTTP/1.1" 200 28337 Not Found: /myapp/keshihua/static/picture/logo-sm-dark.png [19/Jul/2025 23:18:57] "GET /myapp/keshihua/static/picture/logo-sm-dark.png HTTP/1.1" 404 4982 Not Found: /myapp/keshihua/static/picture/logo-dark.png [19/Jul/2025 23:18:57] "GET /myapp/keshihua/static/picture/logo-dark.png HTTP/1.1" 404 4973 Not Found: /myapp/keshihua/static/picture/logo-sm-light.png Not Found: /myapp/keshihua/static/picture/logo-light.png [19/Jul/2025 23:18:57] "GET /myapp/keshihua/static/picture/logo-sm-light.png HTTP/1.1" 404 4985 [19/Jul/2025 23:18:57] "GET /myapp/keshihua/static/picture/logo-light.png HTTP/1.1" 404 4976 [19/Jul/2025 23:19:08] "GET /myapp/wordcloud/ HTTP/1.1" 200 26726 Not Found: /myapp/wordcloud/static/picture/logo-sm-dark.png [19/Jul/2025 23:19:08] "GET /myapp/wordcloud/static/picture/logo-sm-dark.png HTTP/1.1" 404 4985 Not Found: /myapp/wordcloud/static/picture/logo-dark.png [19/Jul/2025 23:19:08] "GET /myapp/wordcloud/static/picture/logo-dark.png HTTP/1.1" 404 4976 Not Found: /myapp/wordcloud/static/picture/logo-sm-light.png [19/Jul/2025 23:19:08] "GET /myapp/wordcloud/static/picture/logo-sm-light.png HTTP/1.1" 404 4988 Not Found: /myapp/wordcloud/static/picture/logo-light.png [19/Jul/2025 23:19:08] "GET /myapp/wordcloud/static/picture/logo-light.png HTTP/1.1" 404 4979 [19/Jul/2025 23:19:08] "GET /myapp/get_wordcloud_data/?type=%E5%85%A8%E9%83%A8 HTTP/1.1" 200 806057 [19/Jul/2025 23:19:48] "GET /myapp/get_wordcloud_data/?type=%E5%AE%B6%E5%B8%B8%E8%8F%9C HTTP/1.1" 200 82955 进程已结束,退出代码为 0 为什么出现这些错误
07-20
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值