上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 55 下一页

2023年4月13日

摘要: https://github.com/zhangbo2008/xshell7/raw/main/xshell7.zip 阅读全文
posted @ 2023-04-13 15:48 张博的博客 阅读(208) 评论(0) 推荐(0) 编辑

2023年3月19日

摘要: 66. 两个链表的第一个公共结点 题目 提交记录 讨论 题解 视频讲解 输入两个链表,找出它们的第一个公共结点。 当不存在公共节点时,返回空节点。 数据范围 链表长度 <span id="MathJax-Span-2" class="mrow"><span id="MathJax-Span-3" c 阅读全文
posted @ 2023-03-19 09:54 张博的博客 阅读(15) 评论(0) 推荐(0) 编辑

2023年3月11日

摘要: import torch import torch.nn as nn from torch.nn import LayerNorm # NLP Example batch, sentence_length, embedding_dim = 2, 2, 3 embedding = torch.rand 阅读全文
posted @ 2023-03-11 22:33 张博的博客 阅读(746) 评论(0) 推荐(0) 编辑

2023年3月1日

摘要: https://baijiahao.baidu.com/s?id=1738293684211054479&wfr=spider&for=pc 具体上面设置keyboard1 >4 选哪个好事自己试试就行. 我自己笔记本外接一个键盘. 用的2才好事. 这样手柄坏了的话还鞥呢用键盘打忍龙 阅读全文
posted @ 2023-03-01 20:10 张博的博客 阅读(117) 评论(0) 推荐(0) 编辑

2023年2月19日

摘要: 最近玩刀剑封魔录, 这种老游戏, 游戏里面 ctrl+shift 切输入法会很卡. 有时候又会误操作. autohotkey搞定. 代码如下: GroupAdd, game , ahk_exe SC2_x64.exe ;注意这种语句要放最前面才起作用 GroupAdd, game , Warcraf 阅读全文
posted @ 2023-02-19 09:58 张博的博客 阅读(314) 评论(0) 推荐(0) 编辑

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 张博的博客 阅读(38) 评论(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 张博的博客 阅读(40) 评论(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 张博的博客 阅读(270) 评论(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 张博的博客 阅读(20) 评论(0) 推荐(0) 编辑

2023年2月8日

摘要: https://github.com/Kashian/flashtext 强烈建议使用这个, 比kmp快多了!!!!!!!!!!!!!!!!!!!!! 阅读全文
posted @ 2023-02-08 20:50 张博的博客 阅读(28) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 55 下一页

导航