http://acm.hdu.edu.cn/showproblem.php?pid=2222 题意:给出多个单词,最后再给出一个模式串,求在该模式串中包含了多少个单词。 思路: AC自动机的模板题。 ...
分类:
其他好文 时间:
2017-08-26 16:02:03
阅读次数:
163
是否使用了spring? spring版本较低?SPRING2.5版本可能不支持1.8的jdk,可能新版本有修复吧,总而言之就是1.8的JDK太高了,SPRING支持不了,修改方法也很简单,右键项目--》BUILD PATH--》Config Build Path--》Libraries-->Jre... ...
分类:
编程语言 时间:
2017-08-26 12:42:56
阅读次数:
434
最近有空,翻页TensorFlow官方文档,错漏难免,欢迎指正。 ...
分类:
其他好文 时间:
2017-08-26 04:55:03
阅读次数:
160
先要执行如下命令否则会报错: sudo apt-get update 然后开始安装jdk和eclipse: sudo apt-get install build-essential default-jdk ant python-dev eclipse 然后就是漫长的安装过程。。。 下载最新flood ...
分类:
其他好文 时间:
2017-08-26 04:45:49
阅读次数:
144
1:错误原因: 在as的libs中加入了jsoup-1.10.3.jar 包,而as本身带有jsoup.jar包,产生冲突 2.删除了libs下的jsoup包 ...
分类:
移动开发 时间:
2017-08-25 09:32:40
阅读次数:
236
1、安装源 sudo add-apt-repository ppa:wine/wine-builds sudo apt-get update 2、安装wine sudo apt-get install --install-recommends wine-staging sudo apt-get in ...
from selenium import webdriver from selenium.webdriver.chrome.options import Options # from selenium.webdriver.firefox.options import Options import t... ...
分类:
其他好文 时间:
2017-08-24 22:35:59
阅读次数:
283
QTREE - Query on a tree #tree #tree You are given a tree (an acyclic undirected connected graph) with N nodes, and edges numbered 1, 2, 3...N-1. We wi ...
分类:
其他好文 时间:
2017-08-24 21:38:10
阅读次数:
211
转自:https://zhuanlan.zhihu.com/p/28674639?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io 写代码怎能不会这些Linux命令? 王爵nice 3 天前 写代码怎能不会这些Linux命令? 王 ...
分类:
系统相关 时间:
2017-08-24 21:17:28
阅读次数:
375