CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - shell programming

搜索资源列表

  1. myie32src

    1下载:
  2. MyIE 3.2F的源代码,IE shell 编程。-MyIE 3.2F source code, IE shell programming.
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:664931
    • 提供者:周杰
  1. RemoteShell2

    0下载:
  2. 远程执行软件代码例子,入门级学习shell编程的代码-remote implementation of software code example, the entry-level learning shell programming code
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:26419
    • 提供者:艾默
  1. wsh-2.2.1.tar

    0下载:
  2. Wsh, \"Web Shell\" - 远程控制UNIX/WIN SHELL,它基于HTTP/HTTPS协议,此软件包含两个分别对应其客户端/服务器端的PERL脚本和一个服务端C语言程序。客户端脚本与控制台终端用法相似。服务器端仅以一个CGI脚本的形式出现在目标(受控)主机上。-Wsh, "Web Shell" - remote control UNIX / WIN SHELL, which is based on HTTP / HTTPS protocol, the so
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:25022
    • 提供者:欧锋
  1. web server shell

    1下载:
  2. 关于web server、进程间通信、shell编程的经典源代码-on the web server, and inter-process communication, the classic shell programming source code
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:96957
    • 提供者:周云鹏
  1. unixshell

    0下载:
  2. 主要介绍了sh的变量、基本语法、程序设计等。如果掌握了这些内容,在学习其他UNIX下编程语言的时候,相信有一定的好处,我们说了,在大多数的UNIX中都提供Bourn Shell,而且很少有象sh这样强大的脚本编辑语言了,是系统管理员和程序员的一笔财富,并且不需要额外的软件环境,对文件等处理借助unix命令,实现起来比c实现还要简单。 -Mainly introduces the variables, basic grammar sh, program design, etc. If m
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:37366
    • 提供者:ouchengguo
  1. DarkShell

    0下载:
  2. Darkshell 是一款小巧的远程后门控制软件,它的特点是运行后不在进程里显示、没有用到动态链接库DLL、不添加启动项。这是v1.09的源代码,只供学习网络编程,不要用于其它用途。-Darkshell is a small back door of the remote control software, which is characterized by not running in the process show that did not use dynamic-link library
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:850619
    • 提供者:146
  1. shellSample

    0下载:
  2. unix底下的 shell 编程 多个脚本文件 -under unix shell scr ipt programming over documents
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-11-13
    • 文件大小:7601
    • 提供者:wing
  1. shell_cb

    0下载:
  2. linux shell的编程开发,,不容错过,小而精-linux shell programming development, and should not be missed, a small but excellent
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:676
    • 提供者:李瑞
  1. RemoteControlProgramming1.0

    0下载:
  2. 反向终端1.0 邮箱:xgymcn@163.com 支持系统 2000,xp,2003 特点: 1,无进程,无端口。 2,ActiveX启动,保证开机运行。 3,利用dll远程线程注入到IE浏览器中,可以突破大多防火墙。 4,本身体积很小,只有6K左右。 5,客户端支持多线程,服务端互不影响,可控制多个服务端。 6,服务端和客户端总共只有20K左右,随身携带非常方便。 7,可用于外网-控制-内网 跨局域网访问(迈科标准版或端口影射)。 功能: 1.
  3. 所属分类:Remote Control

    • 发布日期:2017-05-16
    • 文件大小:4274556
    • 提供者:hk
  1. newbond

    0下载:
  2. bond :linux shell编程 做服务器时候将两块网卡绑定用此脚本,简化了绑定过程并缩短了时间,绑定过程中可以选择绑定模式(冗余模式、负载均衡模式)。-bond: linux shell programming time to do the server will bind the two pieces of card with this scr ipt, simplifying the process and shorten the time bound, the binding of
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:800
    • 提供者:丁力
  1. shell_block

    0下载:
  2. shell编程,用于嵌入式系统中发送控制命令和配置参数,源码来之linux源码,十分有用-shell programming for embedded systems to send control commands and configuration parameters, the source code to the linux source code, very useful
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:35665
    • 提供者:周涌
  1. 14406555-Shell-Programming

    0下载:
  2. ShellProgramming Basically, a shell scr ipt is a text file with Unix commands in it. u Shell scr ipts usually begin with a #! and a shell name – For example: #!/bin/sh – If they do not, the user s current shell will be used u Any Uni
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:80728
    • 提供者:testuser13
  1. shell_ftp

    0下载:
  2. 介绍了如何在shell环境下编程实现ftp功能,具有很大的实用价值。-Describes how the shell programming environment ftp functions, has great practical value.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-01
    • 文件大小:3552
    • 提供者:石晓冚
  1. Nios-II--9.1-Command-Shell

    0下载:
  2. 用于在FPGA烧写程序时不必启动软件,直接通过编写shell文件即可完成相应的工作。-For FPGA programming procedures do not have to start the software, directly by writing shell files to complete the work.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:3856
    • 提供者:于波
  1. linux_shell

    0下载:
  2. Linux下程序shell编程简介 黑客工具 linux与unix_shel编程经典教程(第二版) Bash新手指南和高级Bash脚本编程指南-The the procedural shell programming under Linux Introduction hacking tools linux unix_shel programming the classic tutorial (second edition) Bash Beginner' s Guide Advanc
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:10214400
    • 提供者:suntao
  1. linux-C

    0下载:
  2. Linux系统原理及应用Shell编程C编译环境Linux系统调用网络通信编程多线程GUI编程环境-Linux system theory and application shell programming C compiler environment Linux system calls to network communications programming multi-threaded GUI programming environment
  3. 所属分类:Linux Network

    • 发布日期:2017-11-07
    • 文件大小:1963082
    • 提供者:乐乐
  1. Ubuntu-source-Definitive-Guide

    0下载:
  2. 《Ubuntu权威指南》首先介绍Ubuntu Linux系统的安装与GNOME桌面环境,然后从基本命令行入手,由浅入深,逐步阐述Linux系统的基本概念与原理,同时给出大量的应用实例。在此基础上,对Linux系统的各种文件系统、Shell编程、进程管理、软件管理、磁盘空间管理、用户管理、系统启动过程、作业调度与系统日志、TCP/IP网络管理与应用、OpenSSH、DNS、NFS、Samba、Apache服务器与MySQL数据库等方面进行了深入的讨论。 《Ubuntu权威指南》内容丰富,语言流
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:38950
    • 提供者:大眼贼
  1. shell_ftp

    0下载:
  2. 介绍了如何在shell环境下编程实现ftp功能,具有很大的实用价值。-Describes how the shell programming environment ftp functions, has great practical value.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3642
    • 提供者:esinf
  1. 1

    0下载:
  2. 以VM ware虚拟机软件和Red hat 9.0操作系统为平台,使用shell脚本编写程序,实现对文本文件的统计功能。要求使用linux shell编写程序脚本(Bash风格),并提供友好的的交互界面。-In VM ware virtual machine software and Red hat 9.0 operating system as the platform, using a shell scr ipt programming, achieve statistical functi
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:962
    • 提供者:李丹
  1. Linux-Shell

    1下载:
  2. Linux Shell命令行及脚本编程实例详解PPT,感觉对shell脚本编程有一定的帮助作用- Linux Shell command line and PPT scr ipt programming, feeling some help to Shell scr ipting
  3. 所属分类:Linux Network

    • 发布日期:2017-05-27
    • 文件大小:9850699
    • 提供者:赵宇
« 12 »
搜珍网 www.dssz.com