码迷,mamicode.com
首页 >  
搜索关键字:GUN(GPL)    ( 1369个结果
Mysql常用日志类型及场景。
日志相关的常见问题: 1、mysql常用日志有哪些?我们在什么情况下使用这些日志? 2、如何通过日志类审计用户活动? 通过插件实现,mysql GPL版没有审计日志。percona mysql有审计日志功能。 (1)常用日志类型 错误日志(error-log):记录mysql在启动、运行和停止时出现 ...
分类:数据库   时间:2019-12-18 14:27:31    阅读次数:126
linux c 学习 GUN glibc 信息查看
gun glibc 信息查看方法 方式 共享库作为可执行文件,默认位置可能为/lib/libc.so.6信息如下: GNU C Library (GNU libc) stable release version 2.17, by Roland McGrath et al. Copyright (C) ...
分类:系统相关   时间:2019-12-18 11:14:58    阅读次数:103
Linux基础及入门介绍
一、linux发展历程 ①1969年unix诞生贝尔实验室 ②谭宁邦:minix unix ③斯托曼(stallman),公司:自由软件基金会(FSF) 项目:GNU 规则:GPL(所有人可以自由传播,自由修改) ④斯托曼:91年开发出linux内核。 二、如何选择linux的发行版本 (一)lin ...
分类:系统相关   时间:2019-12-16 09:29:46    阅读次数:135
IPC之syscall.c源码解读
// SPDX-License-Identifier: GPL-2.0 /* * sys_ipc() is the old de-multiplexer for the SysV IPC calls. * * This is really horribly ugly, and new archite ...
分类:其他好文   时间:2019-12-14 21:31:45    阅读次数:113
IPC之shm.c源码解读
// SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/shm.c * Copyright (C) 1992, 1993 Krishna Balasubramanian * Many improvements/fixes by Bruno Haible. ...
分类:其他好文   时间:2019-12-14 21:30:27    阅读次数:111
IPC之sem.c源码解读
// SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/sem.c * Copyright (C) 1992 Krishna Balasubramanian * Copyright (C) 1995 Eric Schenk, Bruno Haible * ...
分类:其他好文   时间:2019-12-14 21:26:40    阅读次数:115
IPC之util.c源码解读
// SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/util.c * Copyright (C) 1992 Krishna Balasubramanian * * Sep 1997 - Call suser() last after "normal" ...
分类:其他好文   时间:2019-12-14 21:26:06    阅读次数:87
IPC之mq_sysctl.c源码解读
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2007 IBM Corporation * * Author: Cedric Le Goater <clg@fr.ibm.com> */ #include <linux/nspr ...
分类:其他好文   时间:2019-12-14 21:21:09    阅读次数:95
IPC之util.h源码解读
/* SPDX-License-Identifier: GPL-2.0 */ /* * linux/ipc/util.h * Copyright (C) 1999 Christoph Rohland * * ipc helper functions (c) 1999 Manfred Spraul < ...
分类:其他好文   时间:2019-12-14 21:03:34    阅读次数:104
IPC之namespace.c源码解读
// SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/namespace.c * Copyright (C) 2006 Pavel Emelyanov <xemul@openvz.org> OpenVZ, SWsoft Inc. */ #include ...
分类:其他好文   时间:2019-12-14 21:01:18    阅读次数:106
1369条   上一页 1 ... 9 10 11 12 13 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!