POI读取Excel内容

2015-12-05 demon7452 更多博文 » 博客 » GitHub »

java

原文链接 https://demon7452.github.io/2015/12/05/POI%E8%AF%BB%E5%8F%96Excel%E5%86%85%E5%AE%B9.html
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


POI读取Excel内容

1、在Fedora中配置Steam安装时需要的相关源

#运行如下命令
$ su -c 'dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

2、在Fedora中使用dnf直接安装

#To install the repository on a supported Fedora 22+ distribution, run as root the following commands to install the client:
#配置steam的客户端的源
$ dnf config-manager --add-repo=http://negativo17.org/repos/fedora-steam.repo
$ dnf -y install steam

3、启动时碰到的问题

#问题描述 :Steam fatal error steam needs to be online to update, but was set to offline movies
#我直接运行如下命令就可以了
$ steam --reset

参考文档

1.Steam under Linux 2.Moving the Steam client installation 3.Steam fatal error steam needs to be online to update, but was set to offline movies