概述 dump 文件导入导出 wireshark 解析 背景 tcpdump 能看清的东西, 其实很有限 基本上只有 ip 层的内容 而且命令行上看, 很不方便 刚好隔壁 wireshark 可以帮忙 环境 os centos7 docker-engine 19.03.12 docker-compo ...
分类:
其他好文 时间:
2020-07-19 23:08:06
阅读次数:
97
1.不可见索引 create table t12 (i int ,j int ,k int, index i_idx (i) invisible) engine = InnoDB alter table t12 alter index i_idx invisible alter table t12 ...
分类:
数据库 时间:
2020-07-18 15:38:18
阅读次数:
120
1. 创建表——create create table t_article( id int(11) primary key auto_increment, name varchar(255) not null )engine=innodb default charset=utf8; 2. 修改表—— ...
分类:
其他好文 时间:
2020-07-18 00:54:10
阅读次数:
91
@(Linux系列之学会使用CURL命令) curl命令是一个利用URL规则在shell终端命令行下工作的文件传输工具;curl命令作为一款强力工具,curl支持包括HTTP、HTTPS、ftp等众多协议,还支持POST、cookies、认证、从指定偏移处下载部分文件、用户代理字符串、限速、文件大小 ...
分类:
Web程序 时间:
2020-07-17 19:27:39
阅读次数:
88
1.获取服务列表 ProcessEngine engine = ProcessEngines.getDefaultProcessEngine(); List tasks = engine.getTaskService().createTaskQuery().taskAssignee("oo").li ...
分类:
其他好文 时间:
2020-07-16 12:10:28
阅读次数:
62
vim /usr/lib/systemd/system/docker.server [Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com BindsTo=contain ...
分类:
其他好文 时间:
2020-07-14 21:53:27
阅读次数:
112
IFeatureClass pFeaCls = pFeaLyr.FeatureClass; IEnumGeometryBind pEnmGeoBind = new EnumFeatureGeometryClass(); pEnmGeoBind.BindGeometrySource(null, pFe ...
分类:
其他好文 时间:
2020-07-14 17:59:58
阅读次数:
75
settings.py INSTALLED_APPS = [ # ... 'rest_framework', ] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'dg_proj', 'USER': ' ...
分类:
其他好文 时间:
2020-07-13 21:22:35
阅读次数:
71
import com.baomidou.mybatisplus.core.exceptions.MybatisPlusException;import com.baomidou.mybatisplus.core.toolkit.StringPool;import com.baomidou.mybat ...
分类:
移动开发 时间:
2020-07-12 16:35:52
阅读次数:
78
# pandas excel报错 Traceback (most recent call last): File "D:\Softwares\Python3.6.8\lib\site-packages\pandas\core\indexes\base.py", line 2646, in get_l... ...
分类:
其他好文 时间:
2020-07-12 01:04:25
阅读次数:
250