12 2017 档案

摘要:环境搭建流程 直接配置web项目的 "IntelliJ IDEA 2016.2 配置Tomcat 运行Web项目" "IntelliJ IDEA配置Tomcat(完整版教程)" 使用spring mvc配置 我自己是参照 "使用IntelliJ IDEA开发Spring MVC HelloWorld 阅读全文
posted @ 2017-12-22 16:47 Dyleaf 阅读(336) 评论(0) 推荐(0)
摘要:mysql国内镜像下载网址 http://mirrors.sohu.com/mysql/ http://mirrors.ustc.edu.cn/mysql ftp/Downloads/ 开源镜像站点汇总 http://segmentfault.com/a/1190000000375848 http: 阅读全文
posted @ 2017-12-20 02:03 Dyleaf 阅读(1356) 评论(0) 推荐(1)
摘要:在安装Toamcat时,发现了以下的错误提示 原因分析 从上面的描述中就可以看到,是因为端口8005被占用了。 那么就是解决问题了 目标:在Windows环境下,用netstat命令查看某个端口号是否占用,为哪个进程所占用. 操作:操作分为两步:(1)查看该端口被那个PID所占用;方法一:有针对性的 阅读全文
posted @ 2017-12-17 01:34 Dyleaf 阅读(1614) 评论(0) 推荐(0)
摘要:Encode and Decode TinyURL TinyURL is a URL shortening service where you enter a URL such as https://leetcode.com/problems/design tinyurl and it return 阅读全文
posted @ 2017-12-03 12:14 Dyleaf 阅读(203) 评论(0) 推荐(0)
摘要:454. 4Sum II Given four lists A, B, C, D of integer values, compute how many tuples (i, j, k, l) there are such that A[i] + B[j] + C[k] + D[l] is zero 阅读全文
posted @ 2017-12-03 11:50 Dyleaf 阅读(145) 评论(0) 推荐(0)
摘要:two sum 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 阅读全文
posted @ 2017-12-03 11:49 Dyleaf 阅读(141) 评论(0) 推荐(0)
摘要:https://github.com/Dyleaf 阅读全文
posted @ 2017-12-02 18:46 Dyleaf 阅读(6179) 评论(3) 推荐(2)