#ifndef _unzip_H #define _unzip_H // #ifdef ZIP_STD #include <time.h> #define DECLARE_HANDLE(name) struct name##__ { int unused; }; typedef struct nam ...
分类:
其他好文 时间:
2017-06-01 19:34:21
阅读次数:
222
#ifndef _zip_H #define _zip_H // #ifdef ZIP_STD #include <time.h> #define DECLARE_HANDLE(name) struct name##__ { int unused; }; typedef struct name##_ ...
分类:
其他好文 时间:
2017-06-01 19:33:01
阅读次数:
283
linux技能点:系统管理,网络管理,文件操作,用户管理,文件权限,软件管理,其他命令。 系统管理(运行状态,开关机,目录) 运行状态:0 halt 关机 1 single user mode 单用户 2 multuser 无网的多用户 3 full 能上网的多用户 4 unused 未用的 5 x ...
分类:
系统相关 时间:
2017-05-04 22:03:16
阅读次数:
236
redolog的生命周期中共有四种状态:current -> 正在使用的active -> 非正在使用的,对应的Dirty Block还没有完全写入到数据文件中inactive -> 非正在使用的,可以覆盖的,Dirty Block已经完全写入。unused -> 没有使用过的-- 查看redolo ...
分类:
其他好文 时间:
2017-04-26 17:46:34
阅读次数:
276
In this lesson, we will look at docker container prune to remove old docker containers. We can also use docker system prune to clean up any containers ...
分类:
其他好文 时间:
2017-04-25 22:22:16
阅读次数:
156
系列文章目录: 使用Fortify进行代码静态分析(系列文章) Unused Method(不再使用的方法) 示例: Fortify解释: The method checkLevel() in AbilityImport..cs is not reachable from any method ou ...
分类:
其他好文 时间:
2017-03-27 13:07:24
阅读次数:
246
1、mvn dependency:analyze 首先是"Used declared dependencies found",指项目中使用到,但是没有显示声明的依赖,如果有的话,需要在pom中添加依赖声明;另外就是“Unused declared dependencies found”,指项目中未使 ...
分类:
其他好文 时间:
2017-03-13 18:53:53
阅读次数:
282
0 halt 1 single user mode 系统修复 2 multiuser without NFS 3 full multiuser mode 标准字符界面 4 unused 系统保留 5 X11 图形界面 6 reboot 查看:runlevel 更改:init 【级别号】 默认启动级别 ...
分类:
系统相关 时间:
2017-02-11 13:40:37
阅读次数:
183
以下语句可以查看表的物理空间使用情况 包括 [ROWS] 内容的行数.. [reserved] 保留的磁盘大小.. [data] 数据占用的磁盘大小.. [index_size] 索引占用的磁盘大小.. [unused] 未使用的磁盘大小 返回结果如下 参考使用.. ...
分类:
数据库 时间:
2017-02-06 14:48:20
阅读次数:
210
Qt编译时经常出现以下警告: warning: unused parameter 'arg1' [-Wunused-parameter] warning: unused variable 'i' [-Wunused-variable] 原因是由于某些函数参数或者某些变量未使用,这在程序当中有时候很正 ...
分类:
其他好文 时间:
2017-01-25 18:51:34
阅读次数:
474