码迷,mamicode.com
首页 >  
搜索关键字:who am i    ( 4395个结果
Primer Fields视频作者在BBS上的留言
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
python统计字符串中每个单词出现的个数【一行】
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
继续学习Linux
Linux
分类:系统相关   时间:2020-02-26 09:16:29    阅读次数:87
净土 202002250749
这里有一片净土 在我幽静的心底 在我深沉的潜意识里 在我静默的灵魂深处 七年前我就感知到了你的存在 氤氤氲氲 窃窃私语 深深情愫 但 你如真空 你如混沌 你如璀璨的银河 夺目的耀眼 带来更多的却是 痛苦 那些不堪回首的往昔 多少个日夜 辗转难眠 但我始终坚信 摩斯密码后面的 是你满满的好意 好像是一 ...
分类:其他好文   时间: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
Enum, Generic and Templates
文 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
js里面的实例方法和静态方法
静态方法是可以直接用类名.方法名去调用的,而实例方法是不可以的,他必须要用实例才可以去调用。 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
4395条   上一页 1 ... 25 26 27 28 29 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!