索引的维护,从以下方面考虑: ? Index fragmentation 碎片化? Heap bloat and forwarding ? Columnstore fragmentation? Statistics? In-memory statistics ...
分类:
其他好文 时间:
2020-06-17 13:05:15
阅读次数:
53
UPDATE store SET food_ordering =1,self_pickup_remark = CONCAT('self pick up notes:',store_code,short_name) WHERE merchant_id = "360087641000000807" AN ...
分类:
其他好文 时间:
2020-06-17 12:36:55
阅读次数:
72
React (redux) redux 公共状态管理 数据传递的流程 1、当组件需要修改数据的时候必须创建一个action,然后通过store.dispacth将action传递给store,store接收到action后将action传递给reducer,reducer接收到action后将act ...
分类:
其他好文 时间:
2020-06-17 10:49:09
阅读次数:
50
按照指定顺序排序 使用场景:需要查询捆号为10,23,9...的数据,查询结果也是按照输入的顺序排列 sql: select * from store where xh in (10,23,9) order by case xh when 10 then 1 when 23 then 2 when ...
分类:
数据库 时间:
2020-06-16 20:43:29
阅读次数:
69
从整数划分问题到C++值元编程——constexpr、模板与函数式。 ...
分类:
编程语言 时间:
2020-06-15 20:48:03
阅读次数:
46
下载2.3.1版本 https://github.com/zorlan/skycaiji 漏洞复现 文中sky231.com为本地设置域名漏洞点位于后台安装插件功能处,首先登陆后台 1.访问 http://xxxx.com/index.php?s=/Admin/Store/installPlugin ...
分类:
系统相关 时间:
2020-06-15 12:07:14
阅读次数:
160
pair的数据定义 在C++ pair的参考网站的介绍如下所示 > stdpair is a class template that provides a way to store two heterogeneous objects as a single unit. A pair is a spe ...
分类:
编程语言 时间:
2020-06-14 23:53:25
阅读次数:
113
在逛p神的小密圈的时候发现一篇关于Django的sql注入问题,于是尝试着复现一波 受影响版本: Django 2.2.x < 2.2.4 Django 2.1.x < 2.1.11 Django 1.11x < 1.11.23 官方公告:https://www.djangoproject.com/ ...
分类:
数据库 时间:
2020-06-13 18:55:32
阅读次数:
71
列出后台进程 :ps -ef | grep java杀死进程:kill -9 112708退出:ctrl+c 查看内存: df-h查看进程的内存:top 查看剩余内存: free -m 创建目录:mkdir -p app/microistore/elastic-search删除目录:rm -rf f ...
分类:
系统相关 时间:
2020-06-12 12:35:29
阅读次数:
76
一、简介RFC2889为LAN交换设备的基准测试提供了方法学,它将RFC2544中为网络互联设备基准测试所定义的方法学扩展到了交换设备,提供了交换机转发性能(ForwardingPerformance)、拥塞控制(CongestionControl)、延迟(Latency)、地址处理(AddressHandling)和错误过滤(ErrorFiltering)等基准测试的方法说明。除去备忘录状态、介
分类:
其他好文 时间:
2020-06-12 09:17:00
阅读次数:
60