vue微博回调空页面 注:微博回调空页面为: 1.1 页面路径 components\oauth.vue <template> <div> <div v-show='visiable'> 绑定用户 用户名: <input type="text" v-model="username" @blur="c ...
分类:
其他好文 时间:
2020-11-06 02:13:11
阅读次数:
19
只适用于可以Windows认证登录的instance. 主库脚本 exec sp_configure 'show advanced_options',1 reconfigure exec sp_configure 'xp_cmdshell',1 reconfigure exec sp_configu ...
分类:
其他好文 时间:
2020-11-06 02:06:51
阅读次数:
19
java回顾之mysql性能优化 一、慢查询日志 慢查询日志,可以监控运行效率低下的sql语句,这样就可以知道是哪个sql语句拖累了整体的效率 -- 查看慢查询日志开启情况show variables like '%query%'; 开启慢查询 set global slow_query_log = ...
分类:
数据库 时间:
2020-11-06 01:18:43
阅读次数:
22
1.基本操作指令1、查看当前系统数据库#mysql-uroot-pmysql>showdatabases;+--------------------+|Database+--------------------+|information_schema|mysql|performance_schema|erp+--------------------+3rowsinset(0.00sec)2、
分类:
数据库 时间:
2020-11-04 18:39:28
阅读次数:
34
FragmentPagerAdapter:该类中每一个生成的Fragment都将保存在内存中,所以缺点非常明显,对于存在相对较多的fragment,程序将会吃掉非常多的内容。所以FragmentPagerAdapter适合那些相数量相对较少,静态的页面。对于存在多个fragment的情况,一般推荐使 ...
分类:
其他好文 时间:
2020-11-04 17:46:37
阅读次数:
14
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
移动开发 时间:
2020-11-02 10:06:11
阅读次数:
34
#include <bits/stdc++.h> #include "opencv2/core.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/video.hpp" #include "opencv2/objdetect.hpp" #inc ...
分类:
其他好文 时间:
2020-11-02 10:01:48
阅读次数:
21
题目 题目链接:https://gmoj.net/senior/#main/show/6805 众所周知,Speike 狗是一条特别喜欢追着 Tom 打的狗。 现在,Tom 又把 Speike 惹生气了,现在 Speike 需要跨越千山万水找 Tom 报仇。 Speike 所在的世界可以看成是一个无 ...
分类:
其他好文 时间:
2020-11-02 09:43:24
阅读次数:
17
CentOS7 | 常用操作合集 🔶修改网卡名为eth0的形式 安装界面中,按TAB键进入到内核参数配置界面,并手工输入如下参数,输入完毕后按回车键继续: net.ifnames=0 biosdevname=0 🔶配置网络 nmtui cat /etc/sysconfig/network-scr ...
分类:
其他好文 时间:
2020-11-01 22:19:47
阅读次数:
29
#include <stdio.h> #include <stdlib.h> //数组的应用:顺序表【线性表的一种存储方式】 struct Arr { int * pBase; //保存首地址 int len; //数组的总长度 int cet; //cet: current efficient(当 ...
分类:
编程语言 时间:
2020-11-01 22:05:49
阅读次数:
23