在wireshark 上右键点击 列表栏, 选择 Column Preferences > Appearance > Columns 目前加了三列,很方便有效。 stream: tcp.stream hash: nfs.fh.hash File Id: smb2.fid ...
分类:
其他好文 时间:
2020-05-26 21:58:30
阅读次数:
62
AllowsTransparency=true是加载winform:panel,控件不显示:原因窗体的逻辑和渲染冲突 <WindowsFormsHost x:Name="wfh" Grid.Row="1" Grid.Column="1" Margin="10,30,10,30" Background ...
1修改 tools -> Model Options ->Naming Convention -> Table 中 code的长度限制 2修改 tools -> Model Options ->Naming Convention -> Column中 code的长度限制 ...
分类:
其他好文 时间:
2020-05-26 18:18:29
阅读次数:
117
查看表中字段的结构信息 可以用来查看表中字段的注释等,比如 select table_name,column_name,column_comment from information_schema.columns where table_schema ='表所在的库' and table_name ...
分类:
数据库 时间:
2020-05-25 12:11:59
阅读次数:
80
SELECT B.TABLE_NAME AS '表名', C.COMMENTS AS '表说明', B.COLUMN_ID AS '字段序号', B.COLUMN_NAME AS '字段名', B.DATA_TYPE AS '字段数据类型', B.DATA_LENGTH AS '数据长度', B.D ...
分类:
数据库 时间:
2020-05-25 12:05:45
阅读次数:
66
本文记录发布App Store 过程中,遇到的问题,以及解决方案。 上架App Store 河南油田项目 5.19号 三个问题 1. 2 Safety: User Generated Content2. 3 Performance: Accurate Metadata3. 2 Design: Min ...
分类:
移动开发 时间:
2020-05-25 09:35:41
阅读次数:
645
从AX2012开始,AX的View增加了Computed类型的字段,具体的操作步骤,参见下文。https://docs.microsoft.com/en-us/dynamicsax-2012/developer/walkthrough-add-a-computed-column-to-a-view# ...
分类:
其他好文 时间:
2020-05-25 00:14:08
阅读次数:
54
1038 Recover the Smallest Number (30分) Given a collection of number segments, you are supposed to recover the smallest number from them. For example, ...
分类:
编程语言 时间:
2020-05-25 00:13:01
阅读次数:
66
<el-table-column prop="dealTotal" align="center" label="交易总量" :render-header="renderHeaderMethods" /> renderHeaderMethods(h, { column }) { return h('d ...
分类:
其他好文 时间:
2020-05-24 21:08:00
阅读次数:
228
Excel两表中姓名信息对比 Excel两表中姓名信息对比,及写入对比结果: # -*- coding: UTF-8 -*- from openpyxl import load_workbook from openpyxl import Workbook # 以'xxx花名册.xlsx'为准 yua ...
分类:
编程语言 时间:
2020-05-24 20:58:46
阅读次数:
121