码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
【LeetCode 力扣】1. Two Sum 两数之和 Java 解法
LeetCode的第一题,英文单词书中 Abandon 一般的存在,让我们来看一下题目: Given an array of integers, return indices of the two numbers such that they add up to a specific target. ...
分类:编程语言   时间:2020-05-31 11:10:15    阅读次数:107
Shell脚本编程01
来自b站学习课程https://www.bilibili.com/video/BV19t411s7Jx?p=3P3 小节[root@tz script]# ping -c1 www.baidu.com &>/dev/null && echo "baidu is up" || echo "baidu ... ...
分类:系统相关   时间:2020-05-31 01:01:00    阅读次数:73
docker网络
1、服务器开机ifconfigens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.0.106 netmask 255.255.255.0 broadcast 192.168.0.255 inet6 fe80: ...
分类:其他好文   时间:2020-05-30 18:21:00    阅读次数:75
IDEA中lombok的插件配置及使用
解释 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
up泪
<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
ERROR: for pigfarm-app Cannot start service pigfarm: OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402:
如下启动报错,就是驱动掉了引发的问题。 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
Python一键获取日漫Top100榜单电影信息
最近看到一个 UP 主做的视频,使用可视化动态图,把目前播放量最多的 UP 主一一列出来,结果第一名是哔哩哔哩番剧,第一名的播放量是第二名近 10 倍。 B站的番剧数量,也是相对其他平台比较多的,而且质量都还不错。说实话,刚开始用哔哩哔哩的时候,就是为了看番剧。作为一个喜欢看番剧的 pk 哥,我决定 ...
分类:编程语言   时间:2020-05-25 22:20:55    阅读次数:90
Mininet Walkthrough
[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
7825条   上一页 1 ... 20 21 22 23 24 ... 783 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!