告诉mysql客户端这边的文字编码 告诉mysql希望返回的结果集编码; set character_set_client=gbk; set character_set_results=gbk; 查看最大上传文件大小 show global variables like 'max_allowed_p ...
分类:
数据库 时间:
2021-03-16 11:52:41
阅读次数:
0
leader https://vi.stackexchange.com/questions/836/what-is-leader Vim is full of various commands, which are assigned to almost all keys on the keyboar ...
分类:
系统相关 时间:
2021-03-15 11:29:06
阅读次数:
0
vue代码: 1 <template> 2 <div> 3 <div class="main"> 4 <ul> 5 <li 6 v-for="(item, index) in list" 7 :key="index" 8 :class="{ new: item.new }" 9 @click="Op ...
分类:
其他好文 时间:
2021-03-15 11:03:20
阅读次数:
0
Check If a String Contains All Binary Codes of Size K (M) 题目 Given a binary string s and an integer k. Return True if every binary code of length k is ...
分类:
其他好文 时间:
2021-03-15 10:41:54
阅读次数:
0
列出所有repo文件 dnf repolist all 列出系统所有repo文件 dnf repolist 列出所有软件包(已安装+可用) dnf list 列出已安装的包 dnf list installed 列出可用的包 dnf list available 列出组包 dnf grouplist ...
分类:
其他好文 时间:
2021-03-11 20:48:56
阅读次数:
0
copter.g2.rc_channels的read_aux_all()任务定义在任务列表中 1 ////运行频率10HZ,最长时间是50 2 SCHED_TASK_CLASS(RC_Channels, (RC_Channels*)&copter.g2.rc_channels, read_aux_a ...
分类:
其他好文 时间:
2021-03-10 13:37:38
阅读次数:
0
问题: 给定一棵二叉树。 求给定节点target开始,距离K的所有节点。 Example 1: Input: root = [3,5,1,6,2,0,8,null,null,7,4], target = 5, K = 2 Output: [7,4,1] Explanation: The nodes ...
分类:
其他好文 时间:
2021-03-09 13:09:46
阅读次数:
0
1.union 和 union all 前者可以去重 select sex,address from test where dt='20210218' union all select sex,address from test where dt='20210218'; + + +--+ | sex ...
分类:
其他好文 时间:
2021-03-08 14:17:52
阅读次数:
0
ProFind Mac是一款自然语义搜索软件,可以用许多搜索条件去搜索 Mac 本机内包括隐藏文件(夹)、压缩包里的文件。并且这款软件内置了文件预览、语义语法参考、文件操作等功能,可以说是与文件管理搭配使用的利器。 打开ProFind,在搜索结果的左边栏可以看到各个时间段内修改过的条件筛选(Chan ...
分类:
系统相关 时间:
2021-03-08 13:51:45
阅读次数:
0
我们假设有这样的结构: .module-wrapper( :id="`${targetSelector}`+ 'wrapper'" :style="styleStr" v-show="show" :class="{border: isDrag, operated: operated}" ref="w ...
分类:
其他好文 时间:
2021-03-08 13:36:04
阅读次数:
0