CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - how are you

搜索资源列表

  1. shell

    0下载:
  2. Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:32kb
    • 提供者:dly
  1. c++ 编程中你最需注意的地方

    0下载:
  2. 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。   这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.81kb
    • 提供者:黄兴
  1. LinuxDriver

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book to guide you how to write your own driver, and how t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:
  1. AutoMake-HowTo

    0下载:
  2. 作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便。一般情况下,大家都是手工写一个简单Makefile,如果要想写出一个符合自由软件惯例的Makefile就不那么容易了。这是个很详细的automake教程,看完你就知道怎样写正规的make file了。-Under the procedures as Linux developers, we must have encountered Makefile, use make command
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:92.42kb
    • 提供者:王平
  1. RunningLinux

    0下载:
  2. 《Linux权威指南》包含了其他任何Linux文档资料中都没有涉及到的主题,本书包括你应该理解的一切,还有怎样安装,怎样使用Linux操作系统。本书包含完整的安装指导教程,系统维护的完整信息、文档开发和编程工具、网络管理的指导原则。 -" Linux authority Guide" contains information on any other Linux documents are not related to the theme of the book inclu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-29
    • 文件大小:11.34mb
    • 提供者:knight
  1. LinuxDeviceDrivers3

    0下载:
  2. 驱动程序在 Linux 内核里扮演着特殊的角色. 它们是截然不同的"黑盒子", 使硬件的特殊的一部分响应定义好的内部编程接口.本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 学习完本书,就会对Linux系统的内核机制有所了解,是些想要成为内核 hacker 的人的一个入口点-Driver in the Linux kernel in a special role to play. They are very different from the " black bo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1.25mb
    • 提供者:ygz
  1. testgtk

    0下载:
  2. 个窗口上放置了三个范围构件,都连接到同一个调整对象,并使用上面以及调整对象部分提到的一些调整参数的控制方法,这样你可以看到它们怎样影响这些构件的使用效果。-Window to place the scope of the three components are connected to the adjustment of the same object, and use some of the above mentioned objects, as well as adjust some of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2.37kb
    • 提供者:唐莉路
  1. C-bianxiequdong

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book guides you how to write your own driver, and how to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1.14mb
    • 提供者:feilong
  1. scalable-networking

    0下载:
  2. Scalable Network Programming Or: The Quest For A Good Web Server (That Survives Slashdot) Felix von Leitner felix-linuxkongress@fefe.de 2003-10-16 Abstract How do you write a fast network server? How do you write a network server that c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:498.57kb
    • 提供者:Aydin
  1. powertop-1.8.tar

    0下载:
  2. 节能工具,监控系统运行状态并为用户提供节能建议。-Computer programs can make your computer use more power. PowerTOP is a Linux tool that helps you find those programs that are misbehaving while your computer is idle. The application that misbehaved the most was the Linux ker
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:65.38kb
    • 提供者:Seth Huang
  1. Source-AVI-Info

    0下载:
  2. AVI info is a handy little tool that supplies many of the statistics that you may want to know about an AVI file, but are not really given by the standard windows properties viewer. Information such as, how many key frames there are, specifics of the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:35.82kb
    • 提供者:ethan
  1. learning_unix_system

    0下载:
  2. Unix 系统编程实用参考书,和大家分享,详细描述见英文描述-Part basic primer, part reference guide, this slim volume will make your life with UNIX much simpler. This book is specifically designed for those who are new to UNIX and contains neither introductory-level condescensio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1.31mb
    • 提供者:dadao
  1. 100-classic-algorithm-c-language-

    0下载:
  2. 经典C语言程序设计100例,C语言能够让你深入系统底层,你知道的操作系统,哪一个不是C语言写的?所有的windows,Unix,Linux,Mac,os/2,没有一个里外的,如果你不懂C语言,怎么可能深入到这些操作系统当中去呢?更不要说你去写它们的内核程序了。-Classic C Programming Language 100 cases, C language allows you in-depth the underlying system, you know the operating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:36.95kb
    • 提供者:李有
  1. alien_8.85.tar

    0下载:
  2. Alien can use special diff files to help make alien packages conform to debian policy. This only used when you are converting to deb format. This document briefly explains how to make them. It assumes you are familiar with working with debian s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:63.5kb
    • 提供者:lixiao
  1. linux

    0下载:
  2. 对于国内的Linux用户,经常烦恼的一个问题是:系统常常在需要显示中文的时候却显示成了乱码,而由于某些原因,需要英文界面的系统的时候,却苦于系统不能正常输入和显示中文.另外,由于大部分主要Linux发行版都是以英语为主体的,英文界面的系统和应用程序不管在界面的美观程度和稳定程度上都比中文的略好一些,各种奇怪的BUG也要少一些。因此,很多稍微有英语基础的Linux用户都宁愿使用英文界面的系统。但是,矛盾又突现出来:在英文系统下,如何才能正常显示和输入中文呢?有没有两全其美的方案呢?因此,笔者开始探
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7.98kb
    • 提供者:liuiops
  1. TheDefinitiveGuideToGCC

    0下载:
  2. You will not find more complete coverage of GCC’s features, quirks, and usage anywhere else in a single volume. There are no other up-to-date sources of information on GCC, excluding GCC’s own documentation. GCC usually gets one or two chapters i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6.61mb
    • 提供者:samuel chuang
  1. MacMilan---Linux-socket-programming-by-example.ra

    0下载:
  2. There have been many books written on the topic of computer networking. While many of these are excellent resources for advanced programmers, they tend to be too deep for the beginner who just wants to know how to use it. Why require a potentia
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:912.88kb
    • 提供者:Bluehouse
  1. OWO

    0下载:
  2. 如果你的个人空间那么下载速度一定不理想,这里有一段Dropbox网盘永久地址,通过它不会想国内网盘提供商那么坑,速度非常理想,比较稳定。 如何使用? 通过登录Dropbox 上传文件 得到下载地址 并复制覆盖地址内。 提供CSS样式-If you have some personal space so the download speed is not ideal, here are some Dropbox network disk permanent address,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1.79kb
    • 提供者:nickmiku
  1. well done! thanks

    0下载:
  2. hello , you are so good man or woman
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-30
    • 文件大小:942kb
    • 提供者:j.williams
  1. how are you

    0下载:
  2. hello all i am good man i want download
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-30
    • 文件大小:942kb
    • 提供者:j.williams
« 12 »
搜珍网 www.dssz.com