龙腾万里sky的博客

养得胸中一种恬静

Linux基本命令大全,Linux初学者如何快速入门,Linux命令学习方法?

前言

在这个只有 cangls 和小白两人的小房间中,展开了一次关于学习方法的讨论。

小白:cangls啊,我想请教一个问题,您是如何记住那么多linux命令的。

cangls:我啊,别人都看我的小电影,我也不知道啊!可能是举的例子多了,就记住了一些呗。

此次写作灵感源于一本心理学方面的书籍,对话体的方式运用得当,确实很吸引人。

阅读全文 »

几年前,刚毕业不久,接触到eclipse for JavaEE开发工具,当时不知道默认编码为GBK,或者是ISO-8859-1。

解决eclipse导入项目后Html文件中文乱码问题,修改字符编码,主要是修改html文件的编码。

修改workspace的默认编码

  1. 依次找到:windows->General->Workspace
  2. 全局生效:将 Text file encoding 的other选项改为 UTF-8

修改Resource默认字符编码

  1. 单项目生效:右键项目找到Text file encoding
  2. 将other选项改为 UTF-8

解决方案

依次找到路径:

  1. windows->perferences->General->Content Types->Text->HTML
  2. 然后将Default encoding设置为UTF-8即可。

最后,希望对你的工作和学习有所帮助哟!
——END——

阅读全文 »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate
阅读全文 »
0%