http://poj.org/problem?id=2031 Description You are a member of the space station engineering team, and are assigned a task in the construction process ...
分类:
其他好文 时间:
2018-02-16 14:16:06
阅读次数:
203
最近刚开始学习逆向(Reverse Engineering), 发现其学习曲线也是挺陡峭的, 而网上的许多writeup文章主旨总结就六个字:"你们看我屌吗?" ...几近炫技而对初学者不太友好.所以打算以初学者的身份来写写自己从入门到深入的经历. ...
分类:
其他好文 时间:
2018-02-09 20:36:44
阅读次数:
3091
In software engineering, concurrency patterns are those types of design patterns that deal with the multi-threaded programming paradigm. Examples of t ...
分类:
其他好文 时间:
2018-01-24 22:15:42
阅读次数:
168
没有银弹 "No Silver Bullet Essence and Accidents of Software Engineering Brooks" 在这篇论文中,作者阐述了软件的四个本质: ,`Conformity Changeablity Invisibility` 在解释 时,作者首先把软 ...
分类:
其他好文 时间:
2018-01-14 13:46:40
阅读次数:
189
银弹 《No Silver Bullet Essence and Accidents of Software Engineering》 的作者Brooks主张并断言从这篇论文发表(1986年)开始计算的十年之内,不会有任何单一的软件工程上的突破,能够让程序设计的生产力得到一个数量级的提升。这是因为软 ...
分类:
其他好文 时间:
2018-01-14 12:08:59
阅读次数:
178
+ 个人阅读+总结 + No Silver Bullet – Essence and Accident in Software Engineering Brooks / There Is a Silver Bullet – Brad J Cox + 第一篇文章(Brooks)主要谈的是为什么软件工程 ...
分类:
其他好文 时间:
2018-01-13 15:37:46
阅读次数:
178
1. 打开 The Social-Engineer Toolkit 也就是所谓set 2. 依次选择 Social-Engineering Attacks Website Attacks Vectors Java Applet Attack Method Site Cloner 翻一下:社会工程学攻 ...
分类:
其他好文 时间:
2018-01-10 18:39:57
阅读次数:
471
1. 基础概念篇 1.1 介绍 HTTP是Hyper Text Transfer Protocol(超文本传输协议)的缩写。它的发展是万维网协会(World Wide Web Consortium)和Internet工作小组IETF(Internet Engineering Task Force)合 ...
分类:
Web程序 时间:
2017-12-28 11:53:25
阅读次数:
349
.386 .model flat, stdcall include kernel32.inc includelib kernel32.lib include msvcrt.inc includelib msvcrt.lib .data szText db "Reverse Engineering", ...
分类:
其他好文 时间:
2017-12-24 21:36:13
阅读次数:
429
http协议学习系列 1. 基础概念篇 1.1 介绍 HTTP是Hyper Text Transfer Protocol(超文本传输协议)的缩写。它的发展是万维网协会(World Wide Web Consortium)和Internet工作小组IETF(Internet Engineering T ...
分类:
Web程序 时间:
2017-12-07 21:06:35
阅读次数:
238