2017年2月25日
摘要: 题目: Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum 阅读全文
posted @ 2017-02-25 21:01 lantx 阅读(104) 评论(0) 推荐(0) 编辑
  2017年2月23日
摘要: 题目:3. Longest Substring Without Repeating Characters 要求: Given a string, find the length of the longest substring without repeating characters. Exampl 阅读全文
posted @ 2017-02-23 16:54 lantx 阅读(87) 评论(0) 推荐(0) 编辑
  2017年1月16日
摘要: 本文出自:http://blog.csdn.net/hongchangfirst由于以前的项目都是用myeclipse开发的,现在要换成eclipse来开发。但是项目导入到eclipse中发现该项目并不是web项目,也不能部署到tomcat里面去。 现在解决了这个问题了。 一.请首先确保你... 阅读全文
posted @ 2017-01-16 18:33 lantx 阅读(202) 评论(0) 推荐(0) 编辑
  2017年1月11日
摘要: 配置:1. 安装MySQL服务cmd(管理员模式)下切换到MySQL的bin目录,运行 mysqld install2. 输入 net start mysql 启动服务3. 输入 mysql -uroot -p 进入,默认无密码4. 设置密码 mysqladmin -uroot -p 新密码 (会提... 阅读全文
posted @ 2017-01-11 20:22 lantx 阅读(140) 评论(0) 推荐(0) 编辑
  2016年11月10日
摘要: 纯粹记录项目,勿以参考 1. sudo passwd root 2. su //切换到root用户 3. apt-get update 4. apt-get install php* 5. apt-get install php7.0 6. apt-get install... 阅读全文
posted @ 2016-11-10 13:54 lantx 阅读(93) 评论(0) 推荐(0) 编辑
  2016年10月22日
摘要: button(有阴影和按下效果)另一种风格的floatingButtonnumberProgressBar 阅读全文
posted @ 2016-10-22 10:38 lantx 阅读(130) 评论(0) 推荐(0) 编辑
  2016年10月19日
摘要: **我们是要利用4台linux真机(系统均为ubuntu)来配置完全分布式系统,并已知这4台服务器的外网ip与内网ip** 远程服务器采用xshell软件,上传文件采用xftp;至于查看ubunu里面的文件,可以用editplus,它可以远程到服务器上,查看,修改,拷贝文件很方便具体... 阅读全文
posted @ 2016-10-19 00:20 lantx 阅读(473) 评论(0) 推荐(0) 编辑
  2016年10月18日
摘要: 转自:http://blog.csdn.net/carson2005/article/details/7581642光流的概念是Gibson在1950年首先提出来的。它是空间运动物体在观察成像平面上的像素运动的瞬时速度,是利用图像序列中像素在时间域上的变化以及相邻帧之间的相关性来找到上一帧跟当前帧之... 阅读全文
posted @ 2016-10-18 17:05 lantx 阅读(250) 评论(0) 推荐(0) 编辑
  2016年10月14日
摘要: 从准备工具开始:tomcat (myeclipse是集成了内置的tomcat服务器,别的没有)eclipse安装包,从官网下,打开后可以选择哪个版本的eclipse(java、j2ee、php、c++等),这个很正宗,网上一些乱七八糟包很乱jdk,这个就不用说了安装配置:java安装,配置JAVA_... 阅读全文
posted @ 2016-10-14 00:09 lantx 阅读(117) 评论(0) 推荐(0) 编辑
  2016年10月11日
摘要: 博客园 : 迈克老狼2012关于hog + svm关于Hard example Hog+svm 行人检测 Hog+svm 行人检测 KLT算法KLT算法(2)TLD算法TLD算法(2)zouxy09的专栏 阅读全文
posted @ 2016-10-11 10:33 lantx 阅读(152) 评论(0) 推荐(0) 编辑