mvn命令跳过测试:mvn install -Dmaven.test.skip=true 测试类不会生成.class 文件mvn install -DskipTests 测试类会生成.class文件 使用maven-surefire-plugin跳过测试需要在该插件配置下加:<configurati ...
分类:
其他好文 时间:
2018-09-13 14:11:03
阅读次数:
149
【Java】 1. 容器 1)队列(queue): 若Blocking:阻塞put/take offer/peek poll 异常element/remove a. PriorityQueue:comparator 堆排序 b. Deque:双向队列 linkedList addFirst() c. ...
分类:
其他好文 时间:
2018-09-12 20:01:44
阅读次数:
135
使用navicat时,报错截图如下: 原因分析: mysql开启了DNS的反向解析功能,这样mysql对连接的客户端会进行DNS主机名查找。 mysql处理客户端解析过程: mysql的DNS反向解析: 解决方案: 对比方案: 对于第一种方法显然比较笨,也不实用! 强烈推荐第二种方法,添加skip- ...
分类:
数据库 时间:
2018-09-12 11:59:56
阅读次数:
708
windows下 一mysql的基本管理 mysql下载解压后给root用户设置密码: 杀死MySQL服务 将mysql做成系统服务 mysql 默认进入服务的用户,查看当前登录的用户 select user(): 重置密码,跳过密码 --skip-grant-tables 查看mysql的编码格式 ...
分类:
数据库 时间:
2018-09-10 10:58:54
阅读次数:
171
So do you want to take a leap of faith or become an old man, filled with regret, waiting to die alone? 作者:球肥妞链接:https://www.zhihu.com/question/3898054 ...
分类:
其他好文 时间:
2018-09-09 15:12:19
阅读次数:
192
Use bfs The given is [[1,0]] To take course 1 you should have finished course 0. So it is possible. So we need to convert the input into something lik ...
分类:
其他好文 时间:
2018-09-08 11:48:03
阅读次数:
159
One take,是几年之前看综艺节目听林志炫提到的一个词,就是说录制一首歌曲一次性完成,无需后期的各种修音。这个概念听起来就很酷,对不对? 作为一个程序员,我经常也希望能够One take:一次性把事情做好,不用反复。但逐渐发现,追求One take是很难的。 本文地址:https://www.c ...
分类:
其他好文 时间:
2018-09-08 10:32:12
阅读次数:
185
Word2Vec 词向量的稠密表达形式(无标签语料库训练) Word2vec中要到两个重要的模型,CBOW连续词袋模型和Skip-gram模型。两个模型都包含三层:输入层,投影层,输出层。 1.Skip-Gram神经网络模型(跳过一些词) skip-gram模型的输入是一个单词wI,它的输出是wI的 ...
分类:
其他好文 时间:
2018-09-06 23:06:01
阅读次数:
315
题目描述: Two people face two piles of stones and make a game. They take turns to take stones. As game rules, there are two different methods of taking st ...
分类:
其他好文 时间:
2018-09-06 03:00:49
阅读次数:
212
mysql的主从错误跳过和mariadb的多源主从复制错误跳过操作不同,请注意:更改会话的default_master_connection变量STOPSLAVE‘slave_account‘;SET@@default_master_connection=‘slave_account‘;SETGLOBALSQL_SLAVE_SKIP_COUNTER=1;STARTSLAVE‘slave_accou
分类:
数据库 时间:
2018-09-04 20:17:15
阅读次数:
170