分析dump文件时,由于客户生产环境与分析dump文件的环境不一致,常常会出现下面的错误 The version of SOS does not match the version of CLR you are debugging. Pleaseload the matching version o ...
分类:
其他好文 时间:
2019-06-11 11:05:34
阅读次数:
132
DateField里面的参数 auto_now_add:创建数据记录的时候会把当前时间添加到数据库。 auto_now:每次更新数据记录的时候会更新该字段。 强调:只要是queryset对象就可以无限制的点queryset的方法 queryset对象可以作为判断的条件,为空的时候对应的布尔值也是Fa ...
分类:
其他好文 时间:
2019-06-07 00:48:06
阅读次数:
111
No. 9 Palindrome Number (简单,PASS) No. 10 Regular Expression Matching (HARD) https://leetcode.com/problems/regular-expression-matching/discuss/5723/My- ...
分类:
其他好文 时间:
2019-06-03 12:09:22
阅读次数:
111
演示用局部图片匹配整张图片 VS2017 + OpenCV4.0.1编译 参考资料 【1】http://www.opencv.org.cn/opencvdoc/2.3.2/html/doc/tutorials/imgproc/histograms/template_matching/template ...
分类:
其他好文 时间:
2019-06-01 21:20:29
阅读次数:
96
结果显示: 提示——Could not find a version that satisfies the requirement PIL (from versions: )No matching distribution found for PIL 错误原因: 现在已经用Pillow代替PIL,P ...
分类:
其他好文 时间:
2019-05-20 13:06:04
阅读次数:
167
792. 匹配子序列的单词数 792. Number of Matching Subsequences 相似题目 "392. 判断子序列" ...
分类:
其他好文 时间:
2019-05-08 00:25:25
阅读次数:
190
Vasya and Maximum Matching 首先能观察出, 只有完美匹配的情况下方案数唯一。 dp[ i ][ 0 ], dp[ i ][ 1 ], dp[ i ][ 2 ] 分别表示 对于 i 这棵子树 0: 不向上连边完成 1:向上连边完成 2:向上连边未完成 的方案数 ...
分类:
其他好文 时间:
2019-05-06 17:32:46
阅读次数:
144
Caching To cache something is to save the result of an expensive calculation so that you don't have to perform the calculation next time. Here's some ...
分类:
其他好文 时间:
2019-05-05 11:39:23
阅读次数:
138
https://leetcode.com/problems/regular expression matching/ cpp class Solution { public: bool isMatch(string s, string p) { / 动态规划问题: dp[i][j]代表s[0...i ...
分类:
其他好文 时间:
2019-04-25 17:32:02
阅读次数:
135
信号源内阻与所接传输线的特性阻抗大小相等且相位相同,或传输线的特性阻抗与所接负载阻抗的大小相等且相位相同,分别称为传输线的输入端或输出端处于阻抗匹配状态,简称为阻抗匹配。否则,便称为阻抗失配。有时也直接叫做匹配或失配。 阻抗匹配(Impedance matching)是微波电子学里的一部分,主要用于 ...
分类:
其他好文 时间:
2019-04-25 14:45:06
阅读次数:
207