跳过正文

归档

loading
2026
2022
2021
Linux Mint20 使用体验
· 笔记

Linux Mint20 使用体验

上周我把我的华硕笔记本重装成Linux Mint20系统了,以后我就不打算使用windows了,太流氓了。 至于系统怎么装的,就不细说了,因为坑之前装过windows的电脑装想直接装Linux系统坑还是太多了,其因有以下几点:其一,windows系统下基本是 多个分区,例如:通常有c,d,e盘等,而这就是一个巨坑,因为Linux可没有分区盘符的概念,它是从内核到上层软件都是一个FS系统,只有一个分区系统;其二,windows下常用的软件在目前水平下的linux中不好装,即使侥幸安装成功也会有各种各样的bug,就拿微信来说吧,实在是不好安装,需要各种插件依赖下载一大堆,成功安装之后,在输入汉字字符时,你是看不到你打的是什么字的,只有在发送之后才能看到(天啊,不敢相信)其三,翻墙代理软件实在是不好安装,相比windows,安卓,mac下的软件生态,linxu下实在是用户量颇少,生态更不好。其他的原因就更不说了,当你细细使用之后就能体验到了。所以说Linux不适合普通人使用 下面来说一下常用软件怎么安装吧?

Difference between FileReader vs FileInputStream in Java
· 教程

Difference between FileReader vs FileInputStream in Java

Difference between FileReader vs FileInputStream in Java? Answer Even though both FileReader and FileInputStream are used to read data from a file in Java, they are quite different. The main difference between the FileReader and FileInputStream is that one reads data from a character stream while the other reads data from a byte stream. The FileReader automatically converts the raw bytes into characters by using the platform's default character encoding. This means you should use this class if you are reading from a text file that has the same character encoding as the default one.

2020
2019