码迷,mamicode.com
首页 >  
搜索关键字:show all    ( 41857个结果
mysql 设置相关
告诉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
vim 基础知识
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 项目块状样式布局展示
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
1461. Check If a String Contains All Binary Codes of Size K (M)
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
CentOS 的 dnf 命令
列出所有repo文件 dnf repolist all 列出系统所有repo文件 dnf repolist 列出所有软件包(已安装+可用) dnf list 列出已安装的包 dnf list installed 列出可用的包 dnf list available 列出组包 dnf grouplist ...
分类:其他好文   时间:2021-03-11 20:48:56    阅读次数:0
Ardupilot的RC_Channels的read_aux_all
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
863. All Nodes Distance K in Binary Tree
问题: 给定一棵二叉树。 求给定节点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
大数据实战-Hive-技巧实战
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电脑里的任何东西都可以帮您找到
ProFind Mac是一款自然语义搜索软件,可以用许多搜索条件去搜索 Mac 本机内包括隐藏文件(夹)、压缩包里的文件。并且这款软件内置了文件预览、语义语法参考、文件操作等功能,可以说是与文件管理搭配使用的利器。 打开ProFind,在搜索结果的左边栏可以看到各个时间段内修改过的条件筛选(Chan ...
分类:系统相关   时间:2021-03-08 13:51:45    阅读次数:0
onMouseDown 和 onclick 执行顺序以及执行机制
我们假设有这样的结构: .module-wrapper( :id="`${targetSelector}`+ 'wrapper'" :style="styleStr" v-show="show" :class="{border: isDrag, operated: operated}" ref="w ...
分类:其他好文   时间:2021-03-08 13:36:04    阅读次数:0
41857条   上一页 1 ... 24 25 26 27 28 ... 4186 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!