码迷,mamicode.com
首页 >  
搜索关键字:tin    ( 13708个结果
每周学算法/读英文/知识点心得分享 2.4 - 2.8
每周一个 Algorithm,Review 一篇英文文章,总结一个工作中的技术 Tip,以及 Share 一个传递价值观的东西! Algorithm: 学习算法 题目:https://leetcode.com/problems/zigzag-conversion/ 解题过程: 刚开始没看懂什么意思, ...
分类:编程语言   时间:2019-02-11 15:34:51    阅读次数:171
Springboot的异步线程池图鉴
1:定义线程池 @EnableAsync @Configuration class TaskPoolConfig { @Bean("taskExecutor") public Executor taskExecutor() { ThreadPoolTaskExecutor executor = ne ...
分类:编程语言   时间:2019-02-11 12:18:58    阅读次数:214
Python练习【利用线程池爬取电影网站信息】
Python练习【利用线程池爬取电影网站信息】
分类:编程语言   时间:2019-02-10 23:43:37    阅读次数:270
Fire! -两次dfs
题目描述: Joe works in a maze. Unfortunately, portions of the maze have caught on fire, and the owner of the maze neglected to create a fire escape plan. ...
分类:其他好文   时间:2019-02-10 20:43:44    阅读次数:173
VLAN,GRE,VXLAN
https://www.cnblogs.com/charles1ee/p/6629009.html VLAN介绍 局域网LAN(多个机器连接一个Hub或者Switch),是一个广播域 VLAN:一台Switch划分出多个虚拟机的LAN,每个vlan中的主机连接交换机的端口是access口,从而保证了 ...
分类:其他好文   时间:2019-02-10 15:16:54    阅读次数:225
贪心——D - Radar Installation
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea ...
分类:其他好文   时间:2019-02-10 15:07:59    阅读次数:174
简单的SSM框架搭建教程
<!-- flowchart 箭头图标 勿删 --> 简单的ssm框架的搭建和配置文件 ssm框架里边的配置: 1.src路径下直接存放数据库和log4j的properties文件 2.src路径下建个config包,分别放置ssm的xml文件 3.修改WEB-INF路径下的web.xml 4.注意 ...
分类:其他好文   时间:2019-02-10 15:07:26    阅读次数:126
The error may exist in com/bjpowernode/dao/StudentDao.xml ### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderExcept
The error may exist in com/bjpowernode/dao/StudentDao.xml### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration ...
分类:移动开发   时间:2019-02-10 15:05:26    阅读次数:589
动态代理的基本理解与基本使用
代理模式 代理模式 代理模式,基本都懂吧。就例如我们平时去零售店买电脑。这个零售店其实就是代理商。它并不是直接生产电脑,而是帮一些生产电脑的厂商卖电脑,赚中间价。这就是代理模式。专业一点来说,在这里例子中,电脑厂就是被代理者,是真实对象。零售店就是代理者,是代理对象。代理模式就是,代理对象代理真实对 ...
分类:其他好文   时间:2019-02-10 00:23:36    阅读次数:202
ACM DFS+BFS
一、DFS(深度优先搜索) 1.八皇后问题&N皇后问题 题目:HDU-2553 网址:http://acm.hdu.edu.cn/showproblem.php?pid=2553 收获就是了解了打表,原来有时候打表可以提高效率防止超时。 2.题目:HDU-1716 网址:acm.hdu.edu.cn ...
分类:其他好文   时间:2019-02-10 00:05:45    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!