转自[The Product Minded Software Engineer ](https://blog.pragmaticengineer.com/the product minded engineer/?utm_source=wanqu.co&utm_campaign=Wanqu+Daily ...
分类:
其他好文 时间:
2020-01-26 14:32:16
阅读次数:
109
在一个3*3的棋盘上放置编号为1~8的八个方块,每个占一格,另外还有一个空格。与空格相邻的数字方块可以移动到空格里。任务1:指定的初始棋局和目标棋局,计算出最少的移动步数;任务2:数出数码的移动序列。 把空格看成0,一共有九个数字。 输入样例: 1 2 3 0 8 4 7 6 5 1 0 3 8 2 ...
分类:
其他好文 时间:
2020-01-23 09:26:01
阅读次数:
153
作为系列的最后一篇,得要说说C#驱动对mongodb的操作,目前驱动有两种:官方驱动和samus驱动,不过我个人还是喜欢后者,因为提供了丰富的linq操作,相当方便。官方驱动:https://github.com/mongodb/mongo-csharp-driver/downloads。下载后,还 ...
分类:
数据库 时间:
2020-01-20 12:38:46
阅读次数:
88
1. 编译的时候加上 2. 利用 进行矩阵乘法 , 只有当右值是乘积的时候才有意义; 3. 编译的时候加上 和` mfma` 参考: https://stackoverflow.com/questions/28284986/eigen vs matlab parallelized matrix mu ...
分类:
其他好文 时间:
2019-12-31 01:07:57
阅读次数:
199
处理NULL值 - 数据库中某列为NULL值,使用函数在列值为NULL时返回固定值。 SQLServer:ISNULL(col,value) 示例:SELECT ISNULL(col,value) FROM tableName Oracle:NVL(col,value) 示例:SELECT NVL( ...
分类:
数据库 时间:
2019-12-13 16:44:14
阅读次数:
127
官网文档http://www.quartz-scheduler.org/documentation/quartz-2.2.2/ 使用参考文档https://www.w3cschool.cn/quartz_doc/quartz_doc-h4ux2cq6.htmlhttps://www.cnblogs. ...
分类:
其他好文 时间:
2019-12-09 12:01:17
阅读次数:
82
How to recover a skipped tablespace after an incomplete recovery? (Doc ID 1561645.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0 ...
分类:
其他好文 时间:
2019-12-08 10:55:11
阅读次数:
87
? 做接口测试,很多时候都会听到,你接口测试的覆盖率是多少?很多人会回答80%,你怎么统计的,他说覆盖了80%的需求。这个回答没有错误,但是片面,我们不能只考虑需求的覆盖率,还有业务的覆盖率,场景的覆盖率,接口的覆盖率,代码的覆盖率等,本文介绍接口测试的代码覆盖率。那么我们来看看如何是实现的。 1、 ...
分类:
其他好文 时间:
2019-11-17 12:40:17
阅读次数:
136
http://rc.zjhz.hrss.gov.cn/home.html https://docs.omnisci.com/latest/4_uninstalling.html http://www.pldba.com/?paged=4 https://billtian.github.io/digo ...
分类:
其他好文 时间:
2019-10-18 18:54:40
阅读次数:
94
"洛咕" 题意:给定一个包含$m(m include include include include include include include define ll long long using namespace std; inline int read(){ int x=0,o=1;cha ...
分类:
其他好文 时间:
2019-10-16 21:39:55
阅读次数:
73