上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 79 下一页
摘要: 使用方法: 将代码全部复制 粘贴到 网站根目录下index.php文件的顶端 注意:不要覆盖了 index.php里面的原代码,原代码保留 使用说明: 手机QQ内打开,会自动跳转浏览器; 微信内打开,需用用户手动跳转; 用户可选择对应浏览器; 用户可手动复制网站地址; 所有使用thinkphp框架的 阅读全文
posted @ 2020-01-04 14:37 木子欢儿 阅读(6156) 评论(0) 推荐(0) 编辑
摘要: 使用这个网站申诉即可 https://appeal.anquan.org/ 阅读全文
posted @ 2020-01-03 15:08 木子欢儿 阅读(623) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main() { int x, i, a[10] = { 11,5,78,22,53,66,34,89,45 };//数组初始化 printf("请输入要查找的数据:\n"); scanf_s("%d", &x); for (i = 0; i < 10; 阅读全文
posted @ 2020-01-02 20:41 木子欢儿 阅读(1611) 评论(0) 推荐(0) 编辑
摘要: 长按图片或右键另存为保存哦(´-ω-`) 阅读全文
posted @ 2020-01-01 16:55 木子欢儿 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 2020年1月1日上线 访问地址:Kiwi浏览器中文网 - 不因何事去制作 只因兴趣而创造 (kiwibrowser.pages.dev) 阅读全文
posted @ 2020-01-01 09:47 木子欢儿 阅读(2390) 评论(0) 推荐(0) 编辑
摘要: #python 3.7.1 print("operation codes are:") print("1 for multiply") print("2 for division") print("3 for addition") print("4 for subtraction") num1=in 阅读全文
posted @ 2019-12-30 17:18 木子欢儿 阅读(217) 评论(0) 推荐(0) 编辑
摘要: import random import string print("欢迎使用密码生成器") def passlength(): print("你想要多长的密码:") global passlen try: input1=input() passlen=int(input1) except: pri 阅读全文
posted @ 2019-12-30 16:58 木子欢儿 阅读(757) 评论(0) 推荐(0) 编辑
摘要: name = input("请输入你的名字:") id = input("请输入你的身份证号码:") year = id[6:10] month = id[10:12] day = id[12:14] sex = id[16:17] sex = int(sex) if sex % 2 : sex = 阅读全文
posted @ 2019-12-30 16:49 木子欢儿 阅读(10133) 评论(0) 推荐(0) 编辑
摘要: 1.0代码: import time#引入time库 scale=10#文本进度条宽度 print(" 执行开始 ") for i in range(scale+1):#模拟一个进度 a='*'*i#字符串被复制的次数,"*"表示百分比所表达的信息 b='.'*(scale-i) c=(i/scal 阅读全文
posted @ 2019-12-29 13:33 木子欢儿 阅读(2799) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-29 11:59 木子欢儿 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 53 54 55 56 57 58 59 60 61 ··· 79 下一页