1.Linux命令的基本使用 序号 命令 单词 功能 1 ls list 查看当前文件的内容 2 pwd print work directory 查看当前所在文件路径 3 cd[dir_name] change directory 切换文件夹 4 touch[file_name] touch 创建 ...
分类:
系统相关 时间:
2020-08-06 17:02:54
阅读次数:
112
ALTER TABLE blade_client CHANGE id id BIGINT auto_increment not null; ALTER TABLE blade_code CHANGE id id BIGINT auto_increment not null; ALTER TABLE ...
分类:
编程语言 时间:
2020-08-04 16:51:24
阅读次数:
79
下载source files - 57.2 KB 介绍 Pickers库是一个。net Windows控件库,用于帮助创建挑选样式的控件。 背景 什么是“选择器”控件? “选择器”控件可以看作是一个控件,它允许您从丰富的下拉UI中选择一个值,而不是简单的列表。例如,我们有DateTimePicker ...
分类:
Web程序 时间:
2020-08-04 09:56:07
阅读次数:
105
1. Install SSH service $ sudo apt install openssh-server$ systemctl status sshd$ sudo systemctl restart ssh$ sudo ufw allow ssh$ sudo systemctl enable ...
分类:
系统相关 时间:
2020-08-02 19:56:16
阅读次数:
128
/************************ char_to_int函数 **************************/ void char_int(char* p, long int* q) //p指向要转换数组首地址 { union change { long int d; uns ...
分类:
其他好文 时间:
2020-07-30 21:55:10
阅读次数:
74
linuxmint-ssh安装配置1、安装SSH服务sudo apt-get install openssh-server2、开启SSH服务sudo service sshd start执行完命令后,用第一步:查看ssh服务状态的命令,如果出现以下提示Active: active (running) ...
分类:
系统相关 时间:
2020-07-30 14:28:23
阅读次数:
86
Leetcode.27 | Remove Element(Python) Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do no ...
分类:
编程语言 时间:
2020-07-29 14:58:26
阅读次数:
82
打开CMD的方式 1. 开始+系统 + 命令提示符 Win键 + R 输入 cmd 打开控制台 管理员方式运行:选择以管理员方式运行 常用的Dos命令 1 #盘符切换 C;2 #查看当前目录下的所有文件 dir3 #切换目录 cd (change directory)4 #返回上一级 cd ..5 ...
分类:
其他好文 时间:
2020-07-29 00:47:47
阅读次数:
109
02.SELECT from Nobel Tutorial 注意:where语句中对表示条件的需要用单引号, 下面的译文使用的是有道翻译如有不正确,请直接投诉有道 01.Change the query shown so that it displays Nobel prizes for 1950. ...
分类:
其他好文 时间:
2020-07-28 22:41:34
阅读次数:
82