官方文档: 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的第一题,英文单词书中 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
来自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
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
解释 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
题目 比较两个字符串,有多少相同位置的字符是相同的,相同的字符放在不同的位置 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 ( string $haystack , mixed $needle ) : string 该函数返回 haystack 字符串中的一部分,这部分以 needle 的最后出现位置开始,直到 haystack 末尾。https://www.bzd6688.com/daliship ...
分类:
其他好文 时间:
2020-05-27 18:54:27
阅读次数:
84