-- 表索引select * from pg_indexes where tablename='person_wechat_label';select * from pg_statio_all_indexes where relname='person_wechat_label';-- 所有表SEL ...
分类:
数据库 时间:
2019-10-16 13:43:08
阅读次数:
125
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. N ...
分类:
其他好文 时间:
2019-10-16 11:19:18
阅读次数:
79
以上是php代码,主要封装成为json数据,header中的东西是解决跨域调用。然后在appach(2.4.9版本--wamp2.5集成环境)配置文件中配置 Ruquire all granted 和#Require local,就是配置成局域网可以访问。 ...
分类:
编程语言 时间:
2019-10-16 11:10:58
阅读次数:
81
docker system prune -a WARNING! This will remove: - all stopped containers - all networks not used by at least one container - all images without at l ...
分类:
其他好文 时间:
2019-10-16 00:17:16
阅读次数:
75
1 abs: 取绝对值 2 all:序列中每一个元素作布尔判断,部分元素为空、none、0为False 3 any:序列中有一个元素为真,则为True 4 bool:空、none\0为假,其他为真 5 bytes:编码转换为二进制 6 decode解码原则:用什么样的方式编码,就用对应的方式解码 7 ...
分类:
编程语言 时间:
2019-10-16 00:15:04
阅读次数:
111
1:查看测试机sudo版本号,确认是受影响版本。 2:创建账号test 3:进入/etc,备份一下sudoers到/root,然后修改sudoers内容,添加: test ALL=(ALL,!root) /bin/bash test ALL=(ALL,!root) /bin/bash 4:登录tes ...
分类:
系统相关 时间:
2019-10-15 18:58:08
阅读次数:
105
// 鼠标进入离开音量 提问 统计样式 $('.vjs-volume-menu-button') .mouseover(function () { $('.tiwen').css({ transition: 'all 0.4s', right: '240px' }) $('.tongji').css ...
分类:
Web程序 时间:
2019-10-15 18:55:56
阅读次数:
134
1.列转行 select t.cust_id ,concat_ws(',',collect_list(group_id)) one_pace from (select 'A_001' cust_id ,'20191014' group_id union all select 'A_001' cust ...
分类:
其他好文 时间:
2019-10-15 16:15:24
阅读次数:
114
multi-head attention ■ 论文 | Attention Is All You Need ■ 链接 | https://www.paperweekly.site/papers/224 ■ 源码 | https://github.com/Kyubyong/transformer ■ ...
分类:
其他好文 时间:
2019-10-15 14:51:44
阅读次数:
113
背景 前面几篇文章介绍完了Redis相关的一些说明,现在看看如何查看Redis的一些性能指标和统计信息,也可以看官网说明,本文基于Redis 5.0.5。 INFO [section] INFO命令返回有关服务器的信息和统计信息,带上参数ALL可以返回所有部分,默认default,仅返回默认部分集如 ...
分类:
其他好文 时间:
2019-10-15 13:45:47
阅读次数:
129