上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 52 下一页

2023年2月15日

摘要: 仓库在: import tkinter as tk fon1=("宋", "16") # 2023-02-06,10点17 今天目标读懂这份888.py 代码. class TextLineNumbers(tk.Canvas): def __init__(self, *args, **kwargs) 阅读全文
posted @ 2023-02-15 15:22 张博的博客 阅读(28) 评论(0) 推荐(0) 编辑
摘要: import tkinter as tk fon1=("宋", "16") # 2023-02-06,10点17 今天目标读懂这份888.py 代码. class TextLineNumbers(tk.Canvas): def __init__(self, *args, **kwargs): tk. 阅读全文
posted @ 2023-02-15 11:29 张博的博客 阅读(26) 评论(0) 推荐(0) 编辑

2023年2月11日

摘要: 传奇世界最好的版本: 战士shift砍人也会乱跑.不知道咋回事. https://www.bilibili.com/video/BV1wY411S71i/?spm_id_from=333.999.0.0&vd_source=d68ed178f151e80fea1e02efd205802c D:\Wo 阅读全文
posted @ 2023-02-11 18:00 张博的博客 阅读(260) 评论(0) 推荐(0) 编辑

2023年2月10日

摘要: #include<bits/stdc++.h> using namespace std; // 整数二分算法模板 —— 模板题 AcWing 789. 数的范围 bool check(int x) {/* ... */} // 检查x是否满足某种性质 // 区间[l, r]被划分成[l, mid]和 阅读全文
posted @ 2023-02-10 09:24 张博的博客 阅读(17) 评论(0) 推荐(0) 编辑

2023年2月8日

摘要: https://github.com/Kashian/flashtext 强烈建议使用这个, 比kmp快多了!!!!!!!!!!!!!!!!!!!!! 阅读全文
posted @ 2023-02-08 20:50 张博的博客 阅读(24) 评论(0) 推荐(0) 编辑
摘要: import os import re print(__file__) # 把所有物品的爆率都改成1/10!!!!!!!!! if 1: filenames=[i for i in os.listdir(r'.') if i[0]!='.' and i!='修改爆率.py'] # 对于爆率低于0.1 阅读全文
posted @ 2023-02-08 09:19 张博的博客 阅读(1452) 评论(0) 推荐(0) 编辑

2023年2月2日

摘要: for i in range(10): b=tkinter.Button(frame, bg=colorlist[i],font=fffff,text =labellist[i], command =lamda x: func(x)) b.pack() 这种写法你会发现你创建了10个按钮,他们的函数 阅读全文
posted @ 2023-02-02 15:49 张博的博客 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 已经更新了最新6.1版本. 修复了wordwrap时候的行号表示bug. 仓库地址不变! https://github.com/zhangbo2008/bio_relation_tool_ver5.2 https://www.bilibili.com/video/BV1pR4y1q7pS/ http 阅读全文
posted @ 2023-02-02 12:36 张博的博客 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 最近做算法题. https://www.acwing.com/problem/content/description/75/ 对于队列的理解很重要. 队列的head在左边. tail在右边. 栈的top在右边. 栈低在左边. 因为用的都是数组来模拟. 数组的进入方向是右边.所以队列一定头在左边!!! 阅读全文
posted @ 2023-02-02 09:21 张博的博客 阅读(10) 评论(0) 推荐(0) 编辑

2023年1月31日

摘要: [@+3装备一键回收] #ifcheckitem 圣战戒指 1#acttake 圣战戒指 1CHANGEEXP + 100000give 金币 100000CREDITPOINT + 1SENDMSG 6 〖提示〗装备回收成功..goto @+3装备一键回收SENDMSG 0 恭喜【<$USERNA 阅读全文
posted @ 2023-01-31 22:45 张博的博客 阅读(51) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 52 下一页

导航