30
2012-3
游戏名称:愤怒的小鸟:太空版
英文名称:Angry Birds Space
游戏类型:益智类(PUZ)游戏
游戏制作:Rovio
游戏发行:Rovio
游戏平台:PC
发售时间:2012年3月22日
版本说明:v1.0THETA破解版。
22
2012-3
ASCII码:
ASCII(American Standard Code for Information Interchange,美国信息互换标准代码)是基于拉丁字母的一套电脑编码系统。它主要用于显示现代英语和其他西欧语言。它是现今最通用的单字节编码系统,并等同于国际标准ISO/IEC 646。
ASCII 码使用指定的7 位或8 位二进制数组合来表示128 或256 种可能的字符。标准ASCII 码也叫基础ASCII码,使用7 位二进制数来表示所有的大写和小写字母,数字0 到9、标点符号, 以及在美式英语中使用的特殊控制字符。
14
2012-3
正则表达式
正则表达式是以文本描述字符组合的模式。在代码搜索中使用它们有助于描述一些概念,例如,以"var"开始的行以及包含数字的属性值。
9
2012-3
10. “People think that computer science is the art of geniuses but the actual reality is the opposite, just many people doing things that build on each other, like a wall of mini stones”——Donald Knuth
10. “人们认为计算机科学是天才的艺术,但事实完全相反:只是很多人在共同建立起来的事物之上工作,就像一条由小石头铺成的小径。”
9. “First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack”——George Carrette
10. “人们认为计算机科学是天才的艺术,但事实完全相反:只是很多人在共同建立起来的事物之上工作,就像一条由小石头铺成的小径。”
9. “First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack”——George Carrette
9
2012-3
在notepad2.exe文件夹下新建一个txt文本, copy内容如下
copy /y notepad2.exe c:\windows\notepad.exe
copy /y notepad2.exe c:\windows\system32\notepad.exe
copy /y notepad2.exe c:\windows\system32\dllcache\notepad.exe
保存, 并把文件名改成note.bat 注意后缀哈, 不是改成note.bat.txt
