码迷,mamicode.com
首页 >  
搜索关键字:mixed up cows    ( 9955个结果
ros ppp隧道up或者down的时候,可以写脚本,脚本可以调用的参数$user $local-address $remote-address $caller-id $called-id $interface
官方文档: https://wiki.mikrotik.com/wiki/Manual:PPP_AAA on-up (script; Default: ) Execute script on user login-event. These are available variables that a ...
分类:其他好文   时间:2020-05-31 17:41:48    阅读次数:87
【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
LeetCode 299. Bulls and Cows
题目 比较两个字符串,有多少相同位置的字符是相同的,相同的字符放在不同的位置 class Solution { public: int digit[10]; string getHint(string secret, string guess) { int a = 0, b = 0; for (in ...
分类:其他好文   时间:2020-05-28 13:20:49    阅读次数:49
strrchr — 查找指定字符在字符串中的最后一次出现
说明 strrchr ( string $haystack , mixed $needle ) : string 该函数返回 haystack 字符串中的一部分,这部分以 needle 的最后出现位置开始,直到 haystack 末尾。https://www.bzd6688.com/daliship ...
分类:其他好文   时间:2020-05-27 18:54:27    阅读次数:84
9955条   上一页 1 ... 25 26 27 28 29 ... 996 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!