自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (15)
  • 收藏
  • 关注

原创 windows 更新错误 并且services.msc 中没有update任务 windows update missing services.msc and error 0x80080005

转载youtubehttps://www.youtube.com/watch?v=TC2OHxj4F4U以管理员身份打开cmd 复制以下内容并粘贴sc create wuauserv DisplayName= “Windows Update” binpath= “C:\WINDOWS\system32\svchost.exe -k netsvcs -p” Start= delayed-auto depend= RpcSs欢迎使用Markdown编辑器你好! 这是你第一次使用 Markdown编辑器

2020-07-02 20:11:56 899

CCNA Routing and Switching Comp - Todd Lammle.epub

CCNA Routing and Switching Complete Study Guide, 2nd Edition is your comprehensive review for the CCNA exams. Written by the leading authority on networking technology, this guide covers 100% of all objectives for the latest ICND1, ICND2, and CCNA Composite exams. Hands-on labs help you gain experience in critical procedures and practices, and the network simulator provides a realistic lab environment so you can practice at your own pace. Gain access to the Sybex online learning environment, featuring a robust set of study tools including: practice questions, flashcards, video instruction, and an extensive glossary of terms to help you better prepare for exam day. The pre-assessment test helps you prioritize your study time, and bonus practice exams allow you to test your understanding.

2019-05-21

c primer plus.epub

C Primer Plus is a carefully tested, well-crafted, and complete tutorial on a subject core to programmers and developers. This computer science classic teaches principles of programming, including structured code and top-down design. Author and educator Stephen Prata has created an introduction to C that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use. Review questions and programming exercises at the end of each chapter bring out the most critical pieces of information and help readers understand and digest the most difficult concepts. A friendly and easy-to-use self-study guide, this book is appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language.

2019-04-21

The c programming language.azw3

This ebook is the first authorized digital version of Kernighan and Ritchie’s 1988 classic, The C Programming Language (2nd Ed.). One of the best-selling programming books published in the last fifty years, "K&R" has been called everything from the "bible" to "a landmark in computer science" and it has influenced generations of programmers. Available now for all leading ebook platforms, this concise and beautifully written text is a "must-have" reference for every serious programmer’s digital library. As modestly described by the authors in the Preface to the First Edition, this "is not an introductory programming manual; it assumes some familiarity with basic programming concepts like variables, assignment statements, loops, and functions. Nonetheless, a novice programmer should be able to read along and pick up the language, although access to a more knowledgeable colleague will help."

2019-04-21

The c++ programming language.azw3

This book features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method—noticeable by a small space inside the spine—also increases durability. C++11 has arrived: thoroughly master it, with the definitive new guide from C++ creator Bjarne Stroustrup, C++ Programming Language, Fourth Edition! The brand-new edition of the worlds most trusted and widely read guide to C++, it has been comprehensively updated for the long-awaited C++11 standard. Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup C++ Programming Language, Fourth Edition.

2019-04-21

The art of seo

the art of seo mobi格式

2019-04-16

Fuzzing: Brute Force Vulnerability Discovery

by Michael Sutton •为什么模糊测试简化了测试设计并捕获了其他方法遗漏的缺陷 •模糊测试过程:从识别输入到评估“可利用性” •了解有效模糊测试的要求 •比较基于突变和基于生成的模糊器 •使用和自动化环境变量和参数模糊测试 •掌握内存模糊技术 •构建自定义模糊测试框架和工具 •实施智能故障检测

2019-02-25

The Elements of Computing Systems

在计算机科学的早期,硬件,软件,编译器和操作系统的交互非常简单,使学生能够全面了解计算机的工作原理。随着计算机技术的日益复杂化以及由此产生的知识专业化,这种清晰度常常会丢失。与仅涉及该领域的一个方面的其他文本不同,计算系统的要素为学生提供了应用计算机科学的综合和严谨的图像,因为它在构建简单但功能强大的计算机系统中发挥作用。 实际上,理解计算机如何工作的最好方法是从头开始构建一个,这本教科书引导学生完成十二章和逐步构建基本硬件平台和现代软件层次结构的项目。在此过程中,学生将获得有关硬件架构,操作系统,编程语言,编译器,数据结构,算法和软件工程的实践知识。使用这种建设性的方法,本书展示了大量的计算机科学知识,并演示了其他课程中教授的理论和应用技术如何适合整体情况。 本书旨在支持一学期或两学期的课程,基于抽象 - 实施范式; 每一章都提供了一个关键的硬件或软件抽象,一个具体的提议实现,以及一个实际的项目。新兴的计算机系统可以按照章节来构建,尽管这只是一个选项,因为项目是自包含的,可以按任何顺序完成或跳过。完成项目所需的所有计算机科学知识都嵌入在书中,唯一的先决条件是编程经验。 本书的网站提供了构建文中描述的所有硬件和软件系统所需的所有工具和材料,包括12个项目的200个测试程序。可以修改项目和系统以满足各种教学需求,并且所有提供的软件都是开源的

2019-02-24

the art of assembly language.epub

汇编是一种低级编程语言,比计算机的本机机器语言高出一步。虽然汇编语言通常用于编写设备驱动程序,模拟器和视频游戏,但许多程序员发现它有些不友好的语法令人生畏,无法学习和使用。 自1996年以来,Randall Hyde的汇编语言艺术为非汇编程序员提供了32位x86汇编的全面,简明,耐心的介绍。Hyde的主要教学工具High Level Assembler(或HLA)结合了高级语言(如C,C ++和Java)中的许多功能,可帮助您快速掌握基本的装配概念。HLA允许您编写真正的低级代码,同时享受高级语言编程的好处。 当你读汇编语言的艺术,你将学习计算机科学的基础低级理论,并将理解转化为真实的功能代码。 您将学习如何: -Edit,编译和运行HLA程序 -Declare并使用常量,标量变量,指针,数组,结构,联合和命名空间 -Translate算术表达式(整数和浮点) -Convert高级控制结构 这个备受期待的第二版汇编语言艺术已经更新,以反映最近HLA的变化,并支持Linux,Mac OS X和FreeBSD。无论您是初次编程还是具有高级语言经验,汇编语言艺术,第2版 是学习这种复杂的低级语言的重要指南。

2019-02-24

GETTING STARTED WITH POWERSHELL

本书适用于需要使用PowerShell自动执行任务的Windows管理员或DevOps用户。无论您对PowerShell一无所知,或者只是知道足够的知识,本指南将为您提供将脚本编写到更高级别所需的内容。

2019-02-24

LINUX SHELL SCRIPTING COOKBOOK

本书以食谱风格编写,通过示例和插图提供食谱学习。每个配方都包含有关执行特定任务所需的所有步骤的逐步说明。本书的设计使您可以从头到尾为初学者阅读,或者只是打开任何章节并开始遵循食谱作为高级用户的参考。如果您是初学者或中级用户,希望掌握快速编写脚本以执行各种任务而无需阅读整个手册页的技能,那么本书适合您。您可以通过简单地查看类似的配方及其描述来开始编写脚本和单行程序,而无需任何shell脚本或Linux的工作知识。

2019-02-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除