-
经典的Perl电子书,非常适合初学者或者有一定经验的开发人员...
经典的Perl电子书,非常适合初学者或者有一定经验的开发人员-Perl classic e-books, very suitable for beginners or have some experience of the developers
- 2022-01-23 10:08:29下载
- 积分:1
-
Linux under the main file system read and write performance testing
Linux下各种主要文件系统的读写性能测试-Linux under the main file system read and write performance testing
- 2023-02-07 14:40:04下载
- 积分:1
-
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有...
该模拟的UNIX文件系统应该有以下功能:
多级目录的结构,第一目录为用户名,其余的为它的子目录;
多用户的功能,有8个用户使用同一块数据区;
具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆;
-simulation of the UNIX file system should have the following features : multi-level directory structure, the first directory to the user name, the rest are in a subdirectory; Multi-user functions, eight users with a data area; With user login and registration functions, if users do not have a user name and secret the codes would be registered, if we have a user name and password should landing;
- 2022-07-21 08:38:49下载
- 积分:1
-
是关于linux2.5.1的完全源码
是关于linux2.5.1的完全源码- Is about the linux2.5.1 complete source code
- 2023-06-15 06:08:27下载
- 积分:1
-
GNU汇编的的详细语法,介绍了不少伪指令,不过只英文版的
GNU汇编的的详细语法,介绍了不少伪指令,不过只英文版的-GNU compiled detailed grammar, introduce a lot of pseudo-instruction, but only the English version of
- 2022-02-26 07:48:33下载
- 积分:1
-
linux下的ipv6防火墙过滤函数源代码
linux下的ipv6防火墙过滤函数源代码-the ipv6 firewall filtering function source code
- 2022-02-27 01:04:58下载
- 积分:1
-
Web 服务器的配置
对PUT请求的处理
Web 服务器的配置
对PUT请求的处理-The arrangment about the configuration of a web server to PUT request.
- 2022-03-06 13:29:10下载
- 积分:1
-
linux study notes related to linux system administration, development of commonl...
linux学习笔记,涉及linux的系统管理,开发常用的命令!-linux study notes related to linux system administration, development of commonly used commands!
- 2023-08-31 11:20:03下载
- 积分:1
-
linux上实现的多种型号的AVR模拟器
linux上实现的多种型号的AVR模拟器-linux achieve a variety of models of AVR simulators
- 2022-03-29 21:04:06下载
- 积分:1
-
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowF...
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowFor(this->winId(), 0)
this->setFixedSize(24, 24)
this->show()
docked = true
}
}
- 2023-04-26 14:10:03下载
- 积分:1