Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-09-22 00:46:37
阅读次数:
178
【Rich feature hierarchies for accurate object detection and semantic segmentation】 Abstract 论文的方法结合了两个关键的观察:1.可以通过hight-capacity CNN来进行bottom-up 区域提名以 ...
分类:
其他好文 时间:
2018-09-21 23:05:21
阅读次数:
165
第一题:线段树求最大连续子段和,维护四个信息:区间最大子段和, 区间和, 左边最大子段和, 右边最大子段和; 查询的时候返回的是一个指针,我开始用的zero, 节约空间, 后来发现会同时有多个询问用到zero,zero会不断变化, 所以要tail++,或重新写一个up函数 #include<bits ...
分类:
其他好文 时间:
2018-09-21 19:44:44
阅读次数:
173
1.百度解决办法,出现让安装MicrosoftFixit50450.msi,但我使用后出现安装不上,至于弹出什么提示框,我忘了,总之解决不了。 2.方法二(有效)搜索windows installer clean up, 虽然微软不再提供,但下面有解决办法。点进去,通过简易完全卸载office201 ...
分类:
编程语言 时间:
2018-09-20 23:00:06
阅读次数:
206
(Network is unreachable)表示网络不可达,先ping一个外网网段检测是否通畅,(如ping不通)检查防火墙是否阻挡,网关是否正确,再检查网卡配置文件(注:网卡配置顺序错误,也可导致linux网络出问题)! 网卡配置: 网卡重启:>ifconfig eth0 up|down>se ...
分类:
系统相关 时间:
2018-09-20 11:22:03
阅读次数:
180
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-09-19 21:51:26
阅读次数:
129
项目在切换场景或者是关闭Unity运行界面的时候,出现Some objects were not cleaned up when closing the scene. (Did you spawn new GameObjects from OnDestroy?)错误。原因是我在一个不销毁的单利里面, ...
分类:
其他好文 时间:
2018-09-19 14:47:28
阅读次数:
1060
今天碰到了个郁闷的问题,svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”。无论你到那个父层次的目录执行“clean up “,都是报一样的错。执行cleanup时候 ...
分类:
其他好文 时间:
2018-09-19 11:35:56
阅读次数:
161
Problem UVA11093-Just Finish it up Accept: 1225 Submit: 5637Time Limit: 3000 mSec Problem Description Along a circular track, there are N gas stations ...
分类:
其他好文 时间:
2018-09-19 01:17:44
阅读次数:
194
1、首先在nginx的根目录(var/www/html)下执行以下命令: svn checkout svn://127.0.0.1/tp5 2、到hooks文件夹下 执行命令:创建一个post-commit文件 vi post-commit 复制以下代码 进行修改 LOG_PATH 以及svn up ...
分类:
系统相关 时间:
2018-09-18 17:17:02
阅读次数:
311