1. Linux系统中用户切换的命令为su,语法为: su [-fmp] [-c command] [-s shell] [--help] [--version] [-] [USER [ARG]] 参数说明 -f , –fast:不必读启动文件(如 csh.cshrc 等),仅用于csh或tcsh两 ...
分类:
系统相关 时间:
2018-09-17 16:19:36
阅读次数:
238
#include<iostream>using namespace std; int main(){ int a,b; int count; int sum; scanf("%d", &count) != EOF; while(count--){ scanf("%d %d", &a, &b); su ...
分类:
其他好文 时间:
2018-09-16 15:40:46
阅读次数:
104
Probability 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2131 Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Su ...
分类:
编程语言 时间:
2018-09-14 19:55:09
阅读次数:
218
1、将服务文件拷贝到init.d下,并重命名为mysql 2、赋予可执行权限 3、添加服务 4、显示服务列表 如果看到mysql的服务,并且3,4,5都是on的话则成功,如果是off,则键入 5、重启电脑 6、验证 有监听说明服务启动了 本文转自:https://www.cnblogs.com/su ...
分类:
系统相关 时间:
2018-09-14 18:30:58
阅读次数:
203
1. 在恢复之前首先要解锁bitlocker(如果你的surface没有加锁就不需要这个步骤) 在另一台电脑上登录bitlocker锁绑定的微软账号,查询密钥,在需要的地方输入这个密钥(不经过这个操作无法进行镜像恢复,这是surface的安全措施) 2从官网上下载镜像文件,需要知道产品号,可以从su ...
分类:
其他好文 时间:
2018-09-12 22:09:04
阅读次数:
838
Jingze is a big figure in California State University for his stubbornness. Because of his new failure in the last CET-4, he has decided not to solve ...
分类:
其他好文 时间:
2018-09-10 22:23:27
阅读次数:
243
配好ip,连接上IP地址 su进入管理员 vi /etc/yum.repos.d进入目录 删掉里面的东西,rm -rf * vi dvd.repo 进入把文件写入opt下 yum search ifconfig yum install net-tools 安装ifconfig命令 yum list ...
分类:
其他好文 时间:
2018-09-09 00:39:14
阅读次数:
360
#include<stdio.h>#include<math.h> int main(){ int sum1[10]={1,2,3,4,5,6,7,8,9,10}; int sum2[2][3]={{1,2,3},{4,5,6}}; int *p1 = sum1; int (*p2)[3] = su ...
分类:
其他好文 时间:
2018-09-08 15:31:50
阅读次数:
130
、登录流程图 二、微信小程序端 doLogin:function(callback = () =>{}){ doLogin:function(callback = () =>{}){ let that = this; let that = this; wx.login({ wx.login({ su ...
分类:
微信 时间:
2018-09-06 12:32:18
阅读次数:
416