I am the guy who made the Primer Fields video. Sorry for the length of this post, but is has to be long in order to address the issues I am seeing in ...
分类:
其他好文 时间:
2020-02-29 22:31:13
阅读次数:
104
copy from : http://gityuan.com/2017/05/19/ams-abstract/ 本文基于Android 6.0的源代码,来分析四大组件的管理者AMS frameworks/base/services/core/java/com/android/server/am/ - ...
分类:
其他好文 时间:
2020-02-28 12:28:35
阅读次数:
103
s = 'i am very very like you and like you' dict( [(i, s.split().count(i)) for i in s.split()] ) Out[2]: {'i': 1, 'am': 1, 'very': 2, 'like': 2, 'you': ...
分类:
编程语言 时间:
2020-02-26 20:37:06
阅读次数:
126
这里有一片净土 在我幽静的心底 在我深沉的潜意识里 在我静默的灵魂深处 七年前我就感知到了你的存在 氤氤氲氲 窃窃私语 深深情愫 但 你如真空 你如混沌 你如璀璨的银河 夺目的耀眼 带来更多的却是 痛苦 那些不堪回首的往昔 多少个日夜 辗转难眠 但我始终坚信 摩斯密码后面的 是你满满的好意 好像是一 ...
分类:
其他好文 时间:
2020-02-25 09:30:13
阅读次数:
66
一、动态规划 问题:Bone Collector Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bone ...
分类:
其他好文 时间:
2020-02-24 18:48:56
阅读次数:
68
文 Akisann@CNblogs / zhaihj@Github 本篇文章同时发布在Github上:https://zhaihj.github.io/enum generic and templates.html 在很久之前,我曾经 "写过(或者说,翻译过)一篇关于OOC里泛型的博客" ,在那个时 ...
分类:
编程语言 时间:
2020-02-23 19:53:58
阅读次数:
66
1,问题界定:6W3H,who,when,where,what,why,which,how,how much,how many ,先确认目标,锁定主题,选择合适的分析方法。 探寻数字‘病症’背后的‘病因’,界定问题一般采用回溯法,开展分析及收敛确定,将可能造成最终结果的因子一一列出,再一一检测问题所 ...
分类:
其他好文 时间:
2020-02-23 16:16:27
阅读次数:
70
This simple example raises a number of important points. First, the price is set by the buyer who is willing to pay the highest price. This price is n ...
分类:
其他好文 时间:
2020-02-23 11:53:35
阅读次数:
81
静态方法是可以直接用类名.方法名去调用的,而实例方法是不可以的,他必须要用实例才可以去调用。 var Person=function(){}; Person.say=function(){ console.log('I am a Person,I can say.') }; Person.proto ...
分类:
Web程序 时间:
2020-02-21 22:27:37
阅读次数:
103