<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[hereis00]]></title><description><![CDATA[何当共剪西窗烛]]></description><link>https://blog.csdn.net/hereis00</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; hereis00]]></copyright><item><title><![CDATA[JSP中properties文件的路径问题]]></title><link>https://blog.csdn.net/hereis00/article/details/76576512</link><guid>https://blog.csdn.net/hereis00/article/details/76576512</guid><author>hereis00</author><pubDate>Wed, 02 Aug 2017 14:02:08 +0800</pubDate><description><![CDATA[做练习的时候，写了个properties文件，放在src/servlet/目录下，访问文件问题花了点时间折腾，最终得到解决，记下。 
环境：eclipse jee oxygen，tomcat 9.0。    protected String getValue(String key) throws IOException {
        Properties props = new Propert]]></description><category></category></item><item><title><![CDATA[Linux软件安装管理]]></title><link>https://blog.csdn.net/hereis00/article/details/75195337</link><guid>https://blog.csdn.net/hereis00/article/details/75195337</guid><author>hereis00</author><pubDate>Sun, 16 Jul 2017 01:26:52 +0800</pubDate><description><![CDATA[教程来自慕课网(imooc.com)软件包管理简介]]></description><category></category></item><item><title><![CDATA[Linux养成笔记]]></title><link>https://blog.csdn.net/hereis00/article/details/75050220</link><guid>https://blog.csdn.net/hereis00/article/details/75050220</guid><author>hereis00</author><pubDate>Thu, 13 Jul 2017 12:40:46 +0800</pubDate><description><![CDATA[教程来自慕课网@Tony老师的课程Linux简介Linux发展史Andrew S. Tanenbaum为了给学生讲课，买了一个Unix操作系统，参考他开发了Minix，并开放代码作为大学研究，2000正式开源，Linus Torvalds（大三大学生！），以Minix为模板，自己开发部分软件和功能，结合网上补丁，写了一个操作系统，对，Linux（1991年？怎么和上边的2000年有冲突？）。 
服务]]></description><category></category></item><item><title><![CDATA[网络基础零碎笔记]]></title><link>https://blog.csdn.net/hereis00/article/details/75042690</link><guid>https://blog.csdn.net/hereis00/article/details/75042690</guid><author>hereis00</author><pubDate>Thu, 13 Jul 2017 00:54:10 +0800</pubDate><description><![CDATA[常见端口号
FTP文件传输协议：20，21
SSH安全shell协议：22
telnet远程登录协议：23（明文传输，默认关闭，不建议使用）
DNS域名系统：53
HTTP超文本传输协议：80
SMTP简单邮件传输协议：25
POP3邮局协议3代：110
查看本机启用的端口netstat -an ：-a 查看所有连接和监听端口，-n 显示IP地址和端口号，而不显示域名和服务名hosts文件c:\Wi]]></description><category></category></item><item><title><![CDATA[git学习笔记2——ProGit2]]></title><link>https://blog.csdn.net/hereis00/article/details/75000818</link><guid>https://blog.csdn.net/hereis00/article/details/75000818</guid><author>hereis00</author><pubDate>Wed, 12 Jul 2017 01:33:12 +0800</pubDate><description><![CDATA[先附上教程——《ProGit 2》配置信息
  Git 自带一个 git config 的工具来帮助设置控制 Git 外观和行为的配置变量。 这些变量存储在三个不同的位置：
  
  
  /etc/gitconfig 文件: 包含系统上每一个用户及他们仓库的通用配置。 如果使用带有 –system 选项的 git config 时，它会从此文件读写配置变量。
  ~/.gitconfig 或 ~/]]></description><category></category></item><item><title><![CDATA[git学习笔记——廖雪峰git教程]]></title><link>https://blog.csdn.net/hereis00/article/details/74979163</link><guid>https://blog.csdn.net/hereis00/article/details/74979163</guid><author>hereis00</author><pubDate>Tue, 11 Jul 2017 15:51:36 +0800</pubDate><description><![CDATA[OK，先附上教程——廖雪峰的官方网站简介这里我只想引用他的原文：
  Linus可以向BitMover公司道个歉，保证以后严格管教弟兄们，嗯，这是不可能的。实际情况是这样的：
  
  Git迅速成为最流行的分布式版本控制系统，尤其是2008年，GitHub网站上线了，它为开源项目免费提供Git存储，无数开源项目开始迁移至GitHub，包括jQuery，PHP，Ruby等等。
  
  历史就是这么]]></description><category></category></item><item><title><![CDATA[The import * cannot be resolved]]></title><link>https://blog.csdn.net/hereis00/article/details/73613873</link><guid>https://blog.csdn.net/hereis00/article/details/73613873</guid><author>hereis00</author><pubDate>Fri, 23 Jun 2017 10:13:34 +0800</pubDate><description><![CDATA[背景使用eclipse jee做练习的时候，下载了老师的项目源码。考虑到老师用的时myeclipse，目录结构略有不同，所有不想直接导入项目，又考虑到，可能环境不一样，会出现这样那样的问题，所以我的做法是——新建项目->拷贝webroot下的jsp到webcontent目录->手动在src里新建package->拷贝源码文件到指定的包。以为这和自己手动敲的一样，没想到还是有问题。 
报错：the i]]></description><category></category></item><item><title><![CDATA[Tomcat启动失败]]></title><link>https://blog.csdn.net/hereis00/article/details/73571955</link><guid>https://blog.csdn.net/hereis00/article/details/73571955</guid><author>hereis00</author><pubDate>Thu, 22 Jun 2017 11:50:51 +0800</pubDate><description><![CDATA[前景：使用的是tomcat9.0，配置好后，使用一切正常，刷慕课跟着做练习，也一切正常。出事在于，老师为了方便直接拷之前写的一个项目，我照做了，老师改了虚拟路径了，我忘记改了，然后跑了一下项目就出毛病了，不能启动了。 
（老师使用的是MyEclipse，我使用的是Eclipse） 
 
寻觅之路 
 
第一步想到的是改虚拟路径咯。项目->属性…结果失败了。 
再找：关闭eclipse，直接启动tom]]></description><category></category></item><item><title><![CDATA[eclipse插件wordwrap]]></title><link>https://blog.csdn.net/hereis00/article/details/73369053</link><guid>https://blog.csdn.net/hereis00/article/details/73369053</guid><author>hereis00</author><pubDate>Sat, 17 Jun 2017 10:38:15 +0800</pubDate><description><![CDATA[一行代码很长，浏览不方便，安装wordwrap可以自动折行。
help->install new software…，在Workwith输入wordwrap - http://ahtik.com/eclipse-update/ ,点击add，点击ok，选择wordwrap，等待安装，同意协议，确定重启…大概如此。]]></description><category></category></item><item><title><![CDATA[eclipse jee使用]]></title><link>https://blog.csdn.net/hereis00/article/details/73368998</link><guid>https://blog.csdn.net/hereis00/article/details/73368998</guid><author>hereis00</author><pubDate>Sat, 17 Jun 2017 10:31:28 +0800</pubDate><description><![CDATA[eclipse jee
安装
已经安装过elipse for Java，不知道会不会冲突？
查过，原来，你就算安装多个elipse for java都没事，更不用说jee。我选择的是eclipse-inst-win64.exe，打开的时候，可以安装 各种版本的eclipse，选择了jee，默认会有安装for Java的eclipse目录，它是在eclipse目录下分别有”java-neon”、”je]]></description><category></category></item><item><title><![CDATA[CSDN-markdown编辑器]]></title><link>https://blog.csdn.net/hereis00/article/details/53384219</link><guid>https://blog.csdn.net/hereis00/article/details/53384219</guid><author>hereis00</author><pubDate>Mon, 28 Nov 2016 20:38:35 +0800</pubDate><description><![CDATA[Markdown和扩展Markdown简洁的语法
代码块高亮
图片链接和图片上传
LaTex数学公式
UML序列图和流程图
离线写博客
导入导出Markdown文件
快捷键]]></description><category></category></item></channel></rss>