虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Name

  • /***************************************************************************************************

    /*************************************************************************************************** The 4×4-keyboard drivers *COMPANY Name: WUYI UNIVERSITY *MODULE Name: Keyboard drivers *WRITTEN BY: Pang Weicong *FUNCTION DESCRIPTION: Keyboard input processing *EDITION: The first edition V1.0 *DATE: 2007-04-16 *Copyright: (c)2007 Pang Weicong **************************************************************************************************/

    标签:

    上传时间: 2014-01-05

    上传用户:xiaodu1124

  • shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的

    shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题. tar zxvf shc-3.8.tgz cd shc-3.8 make test make make test make strings make install 这一步需要root权限 使用方法: shc -r -f script-Name 注意:要有-r选项, -f 后跟要加密的脚本名. 运行后会生成两个文件,script-Name.x 和 script-Name.x.c script-Name.x是加密后的可执行的二进制文件. ./script-Name 即可运行. script-Name.x.c是生成script-Name.x的原文件(c语言)

    标签: shell 脚本 shc 加密

    上传时间: 2013-12-21

    上传用户:wfeel

  • 博客管理系统。安装说明: 1、在SQLSERVER中创建blog数据库并创建登陆帐号blog:blog

    博客管理系统。安装说明: 1、在SQLSERVER中创建blog数据库并创建登陆帐号blog:blog,然后在SQL Server查询分析器中运行doc目录下db.sql创建所有表; 2、将工程导入Eclipse; 3、部署工程; 4、运行tomcat; 5、进入tomcat管理web后台, 在Tomcat->Service->Host->Context(blog)->Resources->Data Sources中添加 Data Source URL: jdbc:jtds:sqlserver://${dbhost}:1433 DatabaseName=blog JDBC Driver Class: net.sourceforge.jtds.jdbc.Driver User Name: blog Password: blog 6、done!

    标签: blog SQLSERVER 博客 管理系统

    上传时间: 2013-12-14

    上传用户:虫虫虫虫虫虫

  • At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Ja

    At the heart of Java technology lies the Java virtual machine--the abstract computer on which all Java programs run. Although the Name "Java" is generally used to refer to the Java programming language, there is more to Java than the language. The Java virtual machine, Java API, and Java class file work together with the language to make Java programs run.

    标签: the Java technology abstract

    上传时间: 2013-12-14

    上传用户:离殇

  • Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It

    Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system. Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre and to be able to ascertain, at any moment, the amount of the cash taken for that flight. Reservations and bookings cannot be made until the flight details have been finalised (flight number, departure and arrival airports). A seat on a flight is considered booked when payment as been received for it. When a reservation is confirmed (changed to booked), the passenger Name is checked against the original reservation. A flight can be in any of the following states: 􀂉 Available for bookings 􀂉 Checking in 􀂉 Boarding 􀂉 Closed

    标签: operating Airlines Glasgow Airport

    上传时间: 2016-03-25

    上传用户:hgy9473

  • A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/*

    A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/* F* dumdum dumdum G* lostfile lostfile H* Mkfl.localsys Makefile.localsys I* spacegripe spacegripe J* sendmail.cf sendmail.cf N* remote remote.c O* distributed conrol distrib/* P* hosts and Name server makerevhosts Q* xargs xargs/*

    标签: adduser script rmuser sudo

    上传时间: 2016-03-29

    上传用户:gxrui1991

  • (1)myfind <pathName> 的功能: 除了具有与程序4-7相同的功能外

    (1)myfind <pathName> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathName>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathName> -comp <fileName>的功能: <fileName>是常规文件的路径名(非目录名,但是其路径可以包含目录)。命令仅仅输出在<pathName>目录子树之下,所有与<fileName>文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。 (3)myfind <pathName> -Name <str>…的功能: <str>…是一个以空格分隔的文件名序列(不带路径)。命令输出在<pathName>目录子树之下,所有与<str>…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。 <pathName>和<fileName>均既可以是绝对路径名,也可以是相对路径名。<pathName>既可以是目录,也可以是文件,此时,目录为当前工作目录。

    标签: pathName myfind lt gt

    上传时间: 2014-01-26

    上传用户:aappkkee

  • 更新内容: 1 增加了搜索功能 2 提供了帮助页面 修改若干小问题 管理名称 admin 初始密码:admin-update : added a search function to help pro

    更新内容: 1 增加了搜索功能 2 提供了帮助页面 修改若干小问题 管理名称 admin 初始密码:admin-update : added a search function to help provide two pages of small amendments to a number of issues management initial Name admin Password : admin

    标签: admin-update function search admin

    上传时间: 2014-01-06

    上传用户:cmc_68289287

  • KML 2 SHP Converter for points, lines and polygons Extension for ArcView 3.x will convert KML files

    KML 2 SHP Converter for points, lines and polygons Extension for ArcView 3.x will convert KML files from Google Earth to ShapeFiles, adding a new field called “Name” in the shapefile attribute table, automatically storing the Name entered on the “Google Earth – New” window.

    标签: KML Converter Extension for

    上传时间: 2014-12-09

    上传用户:星仔

  • dsp编程实例

    dsp编程实例,File Name:exp01.asm

    标签: dsp 编程实例

    上传时间: 2014-01-22

    上传用户:lgnf