Summary The first aim of a bug report is to let the programmer see the failure with their own eyes. If you can't be with them to make it fail in front ...
分类:
其他好文 时间:
2018-02-17 19:22:51
阅读次数:
190
Are you afraid of me? (你们怕我吗?) Don't be.(不用怕) I am a programmer who just won't die.(我是不会死的程序员) 自从跟踪到32位CPU的逻辑地址等同于线性地址,不仅在Windows中,还有在Linux(Android)中, ...
分类:
其他好文 时间:
2018-02-06 01:25:30
阅读次数:
219
最近一直在补习c语言的底子功夫,关于正则表达式的c教程,看了man手册感觉还不错。 REGEX(3) Linux Programmer's Manual REGEX(3) NAME regcomp, regexec, regerror, regfree - POSIX regex functions ...
分类:
编程语言 时间:
2018-02-03 12:47:36
阅读次数:
161
Sublime text 3是非常好的文本编辑器,在试用过N款文本编辑器(Notepad、Notepad++、Notepad2、Programmer's notepad、EditPlus,Vim, Textpad、Emeditor、UltraEdit、WinHex、Hex Workshop、Wine ...
分类:
其他好文 时间:
2018-01-23 13:14:32
阅读次数:
191
所谓的多态是将类似的不同实现统一到一个(组)接口的能力; 涉及到两个方面:1)抽象能力;2)面向接口(忽略载体、对象)。 Polymorphism is the ability of the programmer to write methods of the same name that do d ...
分类:
其他好文 时间:
2018-01-17 18:22:33
阅读次数:
121
https://www.cnblogs.com/programmer-kaima/p/5847429.html 最近在研究如何给Unity游戏进行加密,让别人不能轻易破解你的apk包,不过网上的加密方法都是有对应的破解方法~_~!!结果加密方法没找到好的,逆向工程倒会了不少。今天就来讲解如何提取一个 ...
分类:
编程语言 时间:
2017-12-13 20:42:44
阅读次数:
294
建议42:使用泛型参数兼容泛型接口的不可变性 让返回值类型返回比声明的类型派生程度更大的类型,就是“协变”。如: Programmer是Employee的子类,所以Programmer对象也是Employee对象。方法GetAEmployee返回一个Programmer的对象,也就是相当于返回一个E ...
前言 本笔记目标:快速回顾健康要点,帮助记忆。 我问自己:花费了精力、时间,阅读、整理这本书值得吗? 值得,只要它是对我的健康有用的,我可不想30岁的时候秃头、手腕碰不了键盘、腰酸背痛上不了媳妇的床。 既然前辈们都已经淌过浑水,有过健康的经验了,直接有所选择的学习不是更好。 我看一集《火影》难道就要 ...
分类:
其他好文 时间:
2017-11-17 22:34:29
阅读次数:
256
A trouble with ICD-3 programmer。 MCU: PIC32MM sw: MPLAB IPE tool: ICD-3 1 product introduction as show in the photo,In engineer designer。 To prevent t ...
分类:
其他好文 时间:
2017-11-11 13:07:32
阅读次数:
228
http://rudyn.is-programmer.com/
1.Learnanewprogramminglanguage学习一门新的编程语言
Learningnewprogramminglanguageswillexposeyoutonewwaysofthinking;especiallyifthenewlanguageusesaparadigmwhichyouaren’tyetfamiliarwith.Manyofthewaysofthinkingthatyouwilllearnc..
分类:
其他好文 时间:
2017-11-11 00:25:18
阅读次数:
193