04 2020 档案

摘要:姓名:巫艳珍 学号:201821121034 班级:计算1812 1. 编写程序 在服务器上用Vim编写一个程序:实现Linux系统命令ls -lai的功能,给出源代码。 源代码: #include<stdio.h> #include<stdlib.h> #include<string.h> #in 阅读全文
posted @ 2020-04-30 19:42 王尔 阅读(251) 评论(0) 推荐(0)
摘要:姓名:巫艳珍 学号:201821121034 班级:计算1812 1、编写程序 在服务器上用Vim编写程序:创建一个命名管道,创建两个进程分别对管道进行读fifo_read.c和写fifo_write.c。(给出源代码) (1)读fifo_read.c程序,源代码如下: (2)写fifo_write 阅读全文
posted @ 2020-04-16 14:50 王尔 阅读(333) 评论(0) 推荐(0)
摘要:1、下载 derby的下载地址:http://db.apache.org/derby/ 尽量不要下载最新版本,与jdk版本是有关的 2、环境的配置 进入高级系统设置—>环境变量,新建系统变量: 变量名: DERBY_HOME 变量值: D:\javaEE\相关软件\Derby\eclipse-jee 阅读全文
posted @ 2020-04-15 21:11 王尔 阅读(179) 评论(0) 推荐(0)
摘要:1、下载SQL Server2012驱动 下载地址:https://www.microsoft.com/zh-CN/download/details.aspx?id=57782 解压之后的文件: 2、在Eclipse中连接SQL Server 2012数据库 打开ide:project-->prop 阅读全文
posted @ 2020-04-11 16:42 王尔 阅读(1117) 评论(0) 推荐(0)
摘要:下载地址:https://www.videohelp.com/software/Captura 阅读全文
posted @ 2020-04-03 16:00 王尔 阅读(288) 评论(0) 推荐(0)
摘要:姓名:巫艳珍 学号:201821121034 班级:计算1812 1. 编写程序 在服务器上用VIM编辑器编写一个程序:一个进程创建(fork)两个子进程。给出源代码: #include<sys/types.h> #include<stdio.h> #include<unistd.h> int ma 阅读全文
posted @ 2020-04-03 13:13 王尔 阅读(347) 评论(0) 推荐(0)