Linkage Actually I just want to practice my English as more as possbile, instead of 「装B」. During my daily job, I use git a little, and usually, some f ...
分类:
其他好文 时间:
2020-03-17 13:50:54
阅读次数:
71
One kind of a little bit pessimistic truths is that our life is companied with Stressors from time to time, among which catching the deadline, facing ...
分类:
其他好文 时间:
2020-03-16 23:50:44
阅读次数:
84
在使用pymsql链接mysql8.0的时候编辑好如下代码 1 import pymsql 2 3 4 # 创建链接对象 5 conn = pymsql.connect('localhost', 'wang', '123456', 'jingdong', 'utf8') 6 # 创建游标 7 cur ...
分类:
数据库 时间:
2020-03-16 16:22:55
阅读次数:
81
在使用pymsql链接mysql8.0的时候编辑好如下代码 1 import pymsql 2 3 4 # 创建链接对象 5 conn = pymsql.connect('localhost', 'wang', '123456', 'jingdong', 'utf8') 6 # 创建游标 7 cur ...
分类:
数据库 时间:
2020-03-12 14:19:01
阅读次数:
413
Refer&Links https://www.computerhope.com/jargon/m/machlang.htm 《Assembly language》 Wang shuang Terms Term: Machine language Intro: Sometimes referred ...
分类:
系统相关 时间:
2020-03-08 15:38:26
阅读次数:
83
不同label样本画图——颜色分配plt.cm.Spectralhttps://blog.csdn.net/wang_zuel/article/details/102940092 关于plt.cm.Spectral https://blog.csdn.net/robin_Xu_shuai/artic ...
分类:
其他好文 时间:
2020-02-29 12:59:01
阅读次数:
128
怎么找到这个类的呢,是因为Wang Jerry 的一篇文章。感谢sap研究院大佬让我更透彻的了解了一下XLSX其实就是多个XML文件组合成的。 文章链接如下,请大家自行关注查看: https://mp.weixin.qq.com/s/29v98Z4mgFboZjBTLsiWbw 关键 DATA er ...
分类:
其他好文 时间:
2020-02-28 00:52:53
阅读次数:
144
B - Game on Paper One not particularly beautiful evening Valera got very bored. To amuse himself a little bit, he found the following game. He took a ...
分类:
其他好文 时间:
2020-02-27 20:36:17
阅读次数:
62
题目链接:http://codeforces.com/problemset/problem/13/E Little Petya likes to play a lot. Most of all he likes to play a game «Holes». This is a game for o ...
分类:
其他好文 时间:
2020-02-27 19:09:01
阅读次数:
78
矩阵快速幂,主要是考构造。另外,swap总是写龊? 为什么?干脆放弃了。唉,我太难了。 思路:操作e和s都很好想,主要是g操作 我们可以额外空出一位,记为1,每次要加1,就对这个额外的1进行计算即可 不妨定义A=[1 0 0 ... 0],此时只要构造一组操作的等效矩阵T就好了 就是添一位使初始矩阵 ...
分类:
编程语言 时间:
2020-02-25 09:53:11
阅读次数:
89