在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 20150726-Linux系统及程序设计实验全部代码+4种动态网页语言完成综合性实验+2000字综合性实验报告详细

20150726-Linux系统及程序设计实验全部代码+4种动态网页语言完成综合性实验+2000字综合性实验报告详细

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.33M
  • 下载次数:1
  • 浏览次数:87
  • 发布时间:2020-07-23
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
题目名称 linux实验-基本指令1 题目关键字 linux实验-基本指令1 题目录入时间 2013-4-1 22:36:02 题目内容 1、root帐号登录,查看/tmp目录,如果/tmp目录下没有子目录myshare,则建立该目录。 2、创建帐号testuser。 3、把myshare目录及其目录下的所有文件和子目录的拥有者该为testuser,工作组改为users。 4、切换至testuser帐号。进入/tmp/myshare目录,采用vim编辑器编写以上程序,程序名称为hello.sh: #!/bin/bash echo "app start" echo
【实例截图】
【核心代码】
20150726-Linux系统及程序设计实验全部代码4种动态网页语言完成综合性实验2000字综合性实验报告详细
└── homework
├── 1
│   ├── lau
│   ├── myshare
│   │   └── hello.sh
│   ├── output.txt
│   └── testuser-laudukang.tar.gz
├── 10-4.c
├── 2
│   ├── test.log
│   └── 瀹為獙2.txt
├── 3
│   ├── 201230740312.sql
│   └── 瀹為獙3.txt
├── 4
│   ├── result.txt
│   └── 鎸囦护.txt
├── 5
│   └── 5.sh
├── 6
│   ├── 6.sh
│   └── 6.sh~
├── 7
│   ├── 1.sh
│   ├── 1.txt
│   ├── 1.txt~
│   ├── 2.txt
│   ├── 2.txt~
│   ├── 3(2).sh
│   ├── 3.sh
│   ├── 3.sh~
│   ├── 33.h~
│   ├── 6.txt
│   ├── 7.sh~
│   ├── ftp_start.sh
│   ├── ftp_start.sh~
│   ├── ftp_stop.sh
│   ├── ftp_stop.sh~
│   ├── hello.sh~
│   ├── mydoc.txt
│   ├── stop.sh~
│   ├── tmp
│   ├── tmp~
│   ├── vsftpd.sh~
│   ├── vsftpd_start.sh~
│   ├── vsftpd_stop.sh~
│   └── 鎸囦护.txt
├── 8MAKE
│   ├── Makefile
│   ├── functions
│   │   ├── mytool1.c
│   │   ├── mytool1.c~
│   │   ├── mytool1.h
│   │   ├── mytool2.c
│   │   ├── mytool2.c~
│   │   └── mytool2.h
│   ├── lau
│   ├── main.c
│   ├── main.c~
│   ├── main.o
│   ├── makefile~
│   ├── mytool1.o
│   ├── mytool2.o
│   ├── testMakefile
│   └── xiao
├── 9GTK
│   ├── 1.c
│   ├── gtk_test.c
│   ├── hello
│   ├── hello.c
│   ├── lau
│   │   ├── 1.txt
│   │   ├── 1.txt~
│   │   ├── AUTHORS
│   │   ├── ChangeLog
│   │   ├── Makefile
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── NEWS
│   │   ├── README
│   │   ├── aclocal.m4
│   │   ├── autogen.sh
│   │   ├── autom4te.cache
│   │   │   ├── output.0
│   │   │   ├── output.1
│   │   │   ├── requests
│   │   │   ├── traces.0
│   │   │   └── traces.1
│   │   ├── config.h
│   │   ├── config.h.in
│   │   ├── config.log
│   │   ├── config.status
│   │   ├── configure
│   │   ├── configure.in
│   │   ├── lau.glade
│   │   ├── lau.glade.bak
│   │   ├── lau.gladep
│   │   ├── lau.gladep.bak
│   │   ├── po
│   │   │   ├── ChangeLog
│   │   │   ├── Makefile
│   │   │   ├── Makefile.in
│   │   │   ├── Makefile.in.in
│   │   │   ├── POTFILES
│   │   │   └── POTFILES.in
│   │   ├── result.txt
│   │   ├── src
│   │   │   ├── Makefile
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── callbacks.c
│   │   │   ├── callbacks.c~
│   │   │   ├── callbacks.h
│   │   │   ├── callbacks.h~
│   │   │   ├── callbacks.o
│   │   │   ├── interface.c
│   │   │   ├── interface.c.bak
│   │   │   ├── interface.c~
│   │   │   ├── interface.h
│   │   │   ├── interface.h.bak
│   │   │   ├── interface.h~
│   │   │   ├── interface.o
│   │   │   ├── main.c
│   │   │   ├── main.o
│   │   │   ├── result.txt
│   │   │   ├── support.c
│   │   │   ├── support.h
│   │   │   ├── support.o
│   │   │   └── xiao
│   │   ├── stamp-h.in
│   │   └── stamp-h1
│   ├── lau.tar.gz
│   ├── lau_glade3.glade
│   └── tmp.txt
└── 决战Linux
├── Go
│   └── myproject
│   ├── conf
│   │   └── app.conf
│   ├── controllers
│   │   ├── default.go
│   │   └── default.go~
│   ├── main.go
│   ├── myproject
│   ├── routers
│   │   └── router.go
│   ├── static
│   │   ├── images
│   │   │   ├── arrow5.png
│   │   │   ├── gravatar_default.jpg
│   │   │   └── head.jpg
│   │   ├── js
│   │   │   ├── arrow5.js
│   │   │   └── jquery.min.js
│   │   └── leisure
│   │   ├── 404.php
│   │   ├── README.md
│   │   ├── comments.php
│   │   ├── common.js
│   │   ├── fav.php
│   │   ├── fonts
│   │   │   ├── leisure.eot
│   │   │   └── leisure.woff
│   │   ├── footer.php
│   │   ├── header.php
│   │   ├── images
│   │   │   ├── favicon.ico
│   │   │   └── head.jpg
│   │   ├── index.php
│   │   ├── page.php
│   │   ├── post.php
│   │   ├── screenshot.png
│   │   ├── sidebar.php
│   │   └── style.css
│   ├── tests
│   │   └── default_test.go
│   └── views
│   ├── index.html
│   ├── index.html~
│   ├── index.tpl
│   └── lau.html
├── JSP
│   └── jsp_lau
│   ├── WebRoot
│   │   ├── META-INF
│   │   │   └── MANIFEST.MF
│   │   ├── WEB-INF
│   │   │   ├── classes
│   │   │   │   ├── hibernate.cfg.xml
│   │   │   │   ├── me
│   │   │   │   │   └── lau
│   │   │   │   │   ├── action
│   │   │   │   │   │   ├── BaseAction.class
│   │   │   │   │   │   └── SourceAction.class
│   │   │   │   │   ├── connect
│   │   │   │   │   │   └── HibernateSessionFactory.class
│   │   │   │   │   ├── entity
│   │   │   │   │   │   └── Linuxtest.class
│   │   │   │   │   └── service
│   │   │   │   │   ├── SourceService.class
│   │   │   │   │   └── UCloundDaoImpl.class
│   │   │   │   ├── production
│   │   │   │   │   └── jsp_lau
│   │   │   │   │   ├── hibernate.cfg.xml
│   │   │   │   │   ├── me
│   │   │   │   │   │   └── lau
│   │   │   │   │   │   ├── action
│   │   │   │   │   │   │   ├── BaseAction.class
│   │   │   │   │   │   │   └── SourceAction.class
│   │   │   │   │   │   ├── connect
│   │   │   │   │   │   │   └── HibernateSessionFactory.class
│   │   │   │   │   │   ├── entity
│   │   │   │   │   │   │   └── Linuxtest.class
│   │   │   │   │   │   └── service
│   │   │   │   │   │   ├── SourceService.class
│   │   │   │   │   │   └── UCloundDaoImpl.class
│   │   │   │   │   └── struts.xml
│   │   │   │   └── struts.xml
│   │   │   └── web.xml
│   │   ├── images
│   │   │   ├── arrow5.png
│   │   │   ├── gravatar_default.jpg
│   │   │   └── head.jpg
│   │   ├── index.html
│   │   ├── index.jsp
│   │   ├── js
│   │   │   ├── arrow5.js
│   │   │   └── jquery.min.js
│   │   └── leisure
│   │   ├── 404.php
│   │   ├── README.md
│   │   ├── comments.php
│   │   ├── common.js
│   │   ├── fav.php
│   │   ├── fonts
│   │   │   ├── leisure.eot
│   │   │   └── leisure.woff
│   │   ├── footer.php
│   │   ├── header.php
│   │   ├── images
│   │   │   ├── favicon.ico
│   │   │   └── head.jpg
│   │   ├── index.php
│   │   ├── page.php
│   │   ├── post.php
│   │   ├── screenshot.png
│   │   ├── sidebar.php
│   │   └── style.css
│   ├── jsp_lau.iml
│   └── src
│   ├── hibernate.cfg.xml
│   ├── me
│   │   └── lau
│   │   ├── action
│   │   │   ├── BaseAction.java
│   │   │   └── SourceAction.java
│   │   ├── connect
│   │   │   └── HibernateSessionFactory.java
│   │   ├── entity
│   │   │   └── Linuxtest.java
│   │   └── service
│   │   ├── SourceService.java
│   │   └── UCloundDaoImpl.java
│   └── struts.xml
├── PHP
│   ├── images
│   │   ├── arrow5.png
│   │   ├── gravatar_default.jpg
│   │   └── head.jpg
│   ├── js
│   │   ├── arrow5.js
│   │   └── jquery.min.js
│   ├── lau.php
│   └── usr
│   └── themes
│   └── leisure
│   ├── 404.php
│   ├── README.md
│   ├── comments.php
│   ├── common.js
│   ├── fav.php
│   ├── fonts
│   │   ├── leisure.eot
│   │   └── leisure.woff
│   ├── footer.php
│   ├── functions.php
│   ├── header.php
│   ├── images
│   │   ├── favicon.ico
│   │   ├── gravatar_default.jpg
│   │   └── head.jpg
│   ├── index.php
│   ├── page.php
│   ├── post.php
│   ├── screenshot.png
│   ├── sidebar.php
│   └── style.css
├── Python
│   └── python
│   ├── db.sqlite3
│   ├── lau
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── admin.py
│   │   ├── admin.pyc
│   │   ├── migrations
│   │   │   ├── 0001_initial.py
│   │   │   ├── 0001_initial.pyc
│   │   │   ├── 0002_auto_20150519_2050.py
│   │   │   ├── 0002_auto_20150519_2050.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── models.py
│   │   ├── models.pyc
│   │   ├── tests.py
│   │   ├── views.py
│   │   └── views.pyc
│   ├── manage.py
│   ├── python
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── settings.py
│   │   ├── settings.pyc
│   │   ├── urls.py
│   │   ├── urls.pyc
│   │   ├── wsgi.py
│   │   └── wsgi.pyc
│   └── templates
│   ├── images
│   │   ├── arrow5.png
│   │   ├── gravatar_default.jpg
│   │   └── head.jpg
│   ├── index.html
│   ├── js
│   │   ├── arrow5.js
│   │   └── jquery.min.js
│   ├── leisure
│   │   ├── 404.php
│   │   ├── README.md
│   │   ├── comments.php
│   │   ├── common.js
│   │   ├── fav.php
│   │   ├── fonts
│   │   │   ├── leisure.eot
│   │   │   └── leisure.woff
│   │   ├── footer.php
│   │   ├── header.php
│   │   ├── images
│   │   │   ├── favicon.ico
│   │   │   └── head.jpg
│   │   ├── index.php
│   │   ├── page.php
│   │   ├── post.php
│   │   ├── screenshot.png
│   │   ├── sidebar.php
│   │   └── style.css
│   └── media
│   ├── head.jpg
│   └── style.css
└── 决战Linux实验报告.docx

82 directories, 278 files

标签:

实例下载地址

20150726-Linux系统及程序设计实验全部代码+4种动态网页语言完成综合性实验+2000字综合性实验报告详细

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警