解释 Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equ ...
分类:
其他好文 时间:
2020-05-30 13:10:31
阅读次数:
99
树莓派版本: Raspberry Pi 4B 操作系统 : Ubuntu Server 20.04_x64 使用 ip a 查看无线网卡名称: ubuntu@ubuntu:~$ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue st ...
分类:
其他好文 时间:
2020-05-30 01:01:28
阅读次数:
92
网络配置 首先系统必须具备有无线网卡的驱动程序! iwconfig 查看 支持无线连接的接口 ip link set 接口 up 开启接口 iw dev 接口 scan | less 扫描无线网络 查看 扫描到的无线网的加密方式 添加 WIFI 配置 iw dev 接口 connect [SSID] ...
分类:
其他好文 时间:
2020-05-29 09:52:38
阅读次数:
77
<a href=“https://c.y.qq.com/base/fcgi-bin/u?__=sfUhjhx”> Shayne Ward《Until You》 https://c.y.qq.com/base/fcgi-bin/u?__=sfUhjhx @QQ音乐 </a> 何:什么, 者:名词后缀, ...
分类:
其他好文 时间:
2020-05-28 23:57:20
阅读次数:
127
如下启动报错,就是驱动掉了引发的问题。 ubuntu@yufeichang1:/data/pigfarm/packages/pigfarm-deploy-packages$ sudo docker-compose up -d Creating nginx ... done Creating pigf ...
分类:
移动开发 时间:
2020-05-26 12:25:56
阅读次数:
244
最近看到一个 UP 主做的视频,使用可视化动态图,把目前播放量最多的 UP 主一一列出来,结果第一名是哔哩哔哩番剧,第一名的播放量是第二名近 10 倍。 B站的番剧数量,也是相对其他平台比较多的,而且质量都还不错。说实话,刚开始用哔哩哔哩的时候,就是为了看番剧。作为一个喜欢看番剧的 pk 哥,我决定 ...
分类:
编程语言 时间:
2020-05-25 22:20:55
阅读次数:
90
[root@kunpeng82 devuser]# mn *** Creating network *** Adding controller Caught exception. Cleaning up... Exception: Please shut down the controller wh ...
分类:
Web程序 时间:
2020-05-25 17:52:01
阅读次数:
115
博文大纲:一、docker-compose命令对象与格式二、命令选项三、命令使用说明1、build——构建(重新构建)项目中的服务容器2、config——检测compose文件的错误3、up——启动服务4、down——停止容器5、images——列出项目中所包含的镜像6、logs——查看服务容器的日志7、kill——发送SIGKILL信号来强制停止服务容器8、port——查看某个容器端口所映射的公
分类:
其他好文 时间:
2020-05-25 15:41:32
阅读次数:
62
一、问题描述 系统:CentOS 6.9 重启网卡后:service network restart报: Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization. [FAI ...
分类:
其他好文 时间:
2020-05-25 12:21:54
阅读次数:
93
导言 superset安装很容易出现各种各样的问题,主要是各版本兼容问题引起,因此建议严格按照下述安装步骤及版本,否则就是无穷无尽的bug,作者将把自己安装过程中所有遇到的问题或者搜集一些网上的bug都记录下来,也基本上覆盖了绝大部分人遇到的问题,up都汇总起来。 安装步骤 第一步 创建虚拟环境 安 ...