02 2023 档案

摘要:1、如果接企业微信请参考下面的文章 https://www.txisfine.cn/archives/9c078bb7.html 感谢上述文章的作者提供的思路 ChatGPT 是最近很火的 AI 智能机器人程序,2 个月活跃用户突破 1 亿,它能够通过学习和理解人类的语言来进行对话,还能根据聊天的上 阅读全文
posted @ 2023-02-22 17:29 Hello_worlds 阅读(1208) 评论(2) 推荐(0) 编辑
摘要:import datetime import time # 获取当前时间(2023-02-16 16:41:36) now_date = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S') # 将当前时间转换为秒级时间戳(1676536896. 阅读全文
posted @ 2023-02-16 17:19 Hello_worlds 阅读(119) 评论(0) 推荐(0) 编辑
摘要:for i in range(20):# 这里循环(0-20) if i <= 9: print("❤ " * i) else: print("❤ " * (20 - i)) 阅读全文
posted @ 2023-02-06 14:13 Hello_worlds 阅读(17) 评论(0) 推荐(0) 编辑
摘要:shell cat 99.sh #!/bin/bash for i in `seq 9` do for j in `seq 1 $i` do echo -en "$i*$j=$(($i*$j))\t" #-n:默认echo会在每行结尾加一个回车的换行符,-n放在这里是为了取消这个换行符 #-e:放在 阅读全文
posted @ 2023-02-03 16:14 Hello_worlds 阅读(292) 评论(0) 推荐(0) 编辑

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