参考来自狂神说java一个讲解java很细腻的up主 1.为什么使用代理 public class UserServiceImpl implements UserService { public void add() { System.out.println("增加用户"); } public vo ...
分类:
编程语言 时间:
2020-06-11 00:56:34
阅读次数:
65
create table t1( id int, num1 int, num2 int, unique up (num1) /unique up (num1,num2) )engine=innodb default charset=utf8; ...
分类:
其他好文 时间:
2020-06-10 19:32:33
阅读次数:
78
P3378 【模板】堆 #include <iostream> #include <cstring> #include <cstdio> using namespace std; const int N = 1e6; int h[N], s; void up(int u) { while(u / 2 ...
分类:
其他好文 时间:
2020-06-10 17:17:55
阅读次数:
67
<div class="allPro"> <div class="line-big"> <div class="pro-item"> <div class="media-img"> <a href="/a/product/tiegao/2020/0529/33.html"><img src="/up ...
分类:
Web程序 时间:
2020-06-10 10:54:25
阅读次数:
95
1、安装imwheel sudo apt-get install imwheel 2、更改配置 sudo gedit ~/.imwheelrc 在打开的imwheelrc文件中添加下面的内容: ".*" None, Up, Button4, 5 None, Down, Button5, 5 Cont ...
分类:
系统相关 时间:
2020-06-09 23:55:55
阅读次数:
293
#include<bits/stdc++.h>#define ll long long#define speed_up ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);using namespace std;/*俄罗斯方块游戏题意:有n个数,从左 ...
分类:
其他好文 时间:
2020-06-09 20:18:52
阅读次数:
45
sudo touch if_interface_up.shsudo chmod 777 if_interface_up.sh sudo vi if_interface_up.sh #!/bin/bashwhile true do result=`cat /sys/class/net/enp0/car ...
分类:
系统相关 时间:
2020-06-09 20:17:09
阅读次数:
66
1.更新源(这步个人觉得官方源还可以,没网上说的那么慢) vim /etc/apt/sources.list.d/parrot.list linux命令 ,按i进入修改模式,修改结束,之后先按esc,再w!,退出 2.使用命令 sudo apt-get update&&sudo apt-get up ...
分类:
其他好文 时间:
2020-06-09 16:29:53
阅读次数:
103
ifconfig:用于显示或设置网络设备 -a: 显示所有接口的配置住处 ifconfig ethX IP/MASK:配置的地址立即生效,但重启网络服务或主机,都会失效; ifconfig ethX [up|down]:启用/禁用该网卡 网络服务: RHEL5: /etc/init.d/networ ...
分类:
系统相关 时间:
2020-06-06 12:48:58
阅读次数:
110
[root@node0 ~]# top 第一行,系统运行时长和平均负载,与uptime输出相同 top - 22:04:46 up 6:27, 2 users, load average: 0.07, 0.02, 0.00 22:04:46 系统当前时间 up 6:27 系统存活时间 2 users ...
分类:
系统相关 时间:
2020-06-05 15:24:27
阅读次数:
105