VScode快捷键(最全) 按 Press功能 Function Ctrl + Shift + P,F1 显示命令面板 Show Command Palette Ctrl + P 快速打开 Quick Open Ctrl + Shift + N 新窗口/实例 New window/instance ...
分类:
其他好文 时间:
2020-02-29 11:32:48
阅读次数:
77
数据库管理1 查询所有数据库mysql> show databases;+ +| Database |+ +| information_schema | -- mysql元数据,基础数据| mysql | --mysql配置数据库,其中包含用户信息。(用户名和密码,权限管理)| performanc ...
分类:
数据库 时间:
2020-02-29 10:20:24
阅读次数:
67
题目链接:https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3593 题意:输入n*4的矩阵,从4列中每个选一个数求有多少个和为0; 1 6 -45 22 42 -1 ...
分类:
其他好文 时间:
2020-02-29 09:12:52
阅读次数:
82
01.我们新建一个和app同级的目录,并在里面创建一个控制器,代码如下: <?php namespace tianpan\Controllers; class MyController extends \CodeIgniter\Controller { public function show() ...
分类:
其他好文 时间:
2020-02-29 00:52:44
阅读次数:
134
#查看有没有索引:主键、外键、唯一键 SHOW INDEX FROM major; SHOW INDEX FROM stuinfo; #删除外键 ALTER TABLE stuinfo DROP FOREIGN KEY fk_stu_major; #传统的方式添加外键 ALTER TABLE stu ...
分类:
其他好文 时间:
2020-02-29 00:50:00
阅读次数:
65
板子 单点修改 区间查询(求和) 1 //单点修改,区间查询(加) 2 #include<iostream> 3 #include<cstdio> 4 #include<cctype> 5 #define re register int 6 using namespace std; 7 const ...
分类:
其他好文 时间:
2020-02-29 00:29:28
阅读次数:
69
没有要求输出最优解: 题目链接:http://ybt.ssoier.cn:8088/problem_show.php?pid=1265 1 #include<bits/stdc++.h> 2 using namespace std; 3 char x[1005], y[1005]; 4 int lx ...
分类:
其他好文 时间:
2020-02-28 23:08:46
阅读次数:
121
一、业务布局: 二、整体布局 三、Zabbix监控概述: 官方文档:https://www.zabbix.com/cn/features 适用于任何IT基础架构、服务、应用程序和资源的解决方案 ?1、数据采集:周期性时序数据 ?(1)主机/对象:服务器、路由器、交换机、存储、防火墙、IP、PORT、 ...
分类:
其他好文 时间:
2020-02-28 22:29:00
阅读次数:
67
1. 内建属性 2. 内建函数 range map filter reduce sorted 1. 内建属性 python3中查看类的内建属性和方法: 1 >>> class Person: 2 ... pass 3 ... 4 >>> dir(Person) 5 ['__class__', '__ ...
分类:
其他好文 时间:
2020-02-28 21:08:38
阅读次数:
109
Leetcode: "530. 二叉搜索树的最小绝对差" Leetcode: "530. 二叉搜索树的最小绝对差" Talk is cheap . Show me the code . ...
分类:
其他好文 时间:
2020-02-28 20:49:31
阅读次数:
51