2017年3月21日

[转]从输入网址到显示网页的全过程分析

摘要: 先来个简洁版: 1.enter the url to the address bar2.a request will be sent to the DNS server based on your network configuration3.DNS will route you to the re 阅读全文

posted @ 2017-03-21 13:02 阿泰555 阅读(1117) 评论(0) 推荐(0) 编辑

2017年2月6日

写给2017年初的我

该文被密码保护。 阅读全文

posted @ 2017-02-06 11:24 阿泰555 阅读(6) 评论(0) 推荐(0) 编辑

写给2014年初的我

该文被密码保护。 阅读全文

posted @ 2017-02-06 11:21 阿泰555 阅读(5) 评论(0) 推荐(0) 编辑

2017年1月9日

[转]sed命令详解

摘要: http://www.cnblogs.com/ggjucheng/archive/2013/01/13/2856901.html 阅读全文

posted @ 2017-01-09 14:55 阿泰555 阅读(119) 评论(0) 推荐(0) 编辑

2016年12月7日

SimpleDateFormat线程不安全问题处理

摘要: 在工作中,通过SimpleDateFormat将字符串类型转为日期类型时,发现有时返回的日期类型出错,调用方法如下: 在多线程调用的情况下,返回的日期型数据与传进去的字符串型日期有可能不一致,即SimpleDateFormat是线程不安全的,所以要把以上方法改造成线程安全的: 阅读全文

posted @ 2016-12-07 17:01 阿泰555 阅读(146) 评论(0) 推荐(0) 编辑

2016年11月22日

Unable to locate the Javac Compiler 解决办法

摘要: 在使用eclipse对maven项目进行编译打包(Run As->Maven install)时,报以下错误:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (de 阅读全文

posted @ 2016-11-22 15:01 阿泰555 阅读(1454) 评论(0) 推荐(0) 编辑

MySQL ERROR 1045错误解决办法

摘要: 今天在安装MySQL数据库时,有安装过程中报ERROR 1045错误,网上查了一下,解决方法如下: 1、对于安装过程中该错选择“skip”继续向下安装,完成安装; 2、在MySQL安装目录中,打开my.ini文件; 3、在打开的my.ini文件中,查找该行:[mysqld],添加skip-grant 阅读全文

posted @ 2016-11-22 11:42 阿泰555 阅读(283) 评论(0) 推荐(0) 编辑

2016年11月4日

[转]maven中profile介绍

摘要: http://elim.iteye.com/blog/1900568 阅读全文

posted @ 2016-11-04 17:37 阿泰555 阅读(89) 评论(0) 推荐(0) 编辑

2016年11月3日

dependencyManagement与dependencies区别

摘要: maven dependencies dependencyManagement 阅读全文

posted @ 2016-11-03 17:03 阿泰555 阅读(13640) 评论(1) 推荐(3) 编辑

2016年10月31日

web.xml基本配置描述

摘要: 先加载一段写好的web.xml: web.xml中通过以下配置加载/WEB-INFO/applicationContext.xml(spring 全局配置文件,用来控制spring特性) /WEB-INFO/applicationContext.xml是默认路径及文件名称,如果调整文件路径或名称,需 阅读全文

posted @ 2016-10-31 18:01 阿泰555 阅读(210) 评论(0) 推荐(0) 编辑

导航