码迷,mamicode.com
首页 >  
搜索关键字:being a good boy in    ( 3225个结果
编写可维护的JavaScript之事件处理
规则1:隔离应用逻辑 这会让你的代码容易调试规则2:不要分发事件对象 event对象包含了太多信息// a good examplevar handlePopup = { // 事件句柄,处理所有和event对象有关的东西 handleClick: function (e) { ...
分类:编程语言   时间:2014-06-07 03:01:00    阅读次数:255
zoj 3396 Conference Call
?? Good News! Utopia Polycom begins to offer a whole new service, Conference Call. This new service enables three users to make phone calls at the same time and talk to each other. It's very useful w...
分类:其他好文   时间:2014-06-05 02:12:20    阅读次数:372
cf196D:The Next Good String
给你一个整数m 和一个字符串s 输出一个字符串,使得这个字符串的字典序大于s(且是最小的字典序)且满足不存在长度大于等于m的回文子串...
分类:其他好文   时间:2014-06-05 00:21:52    阅读次数:288
照相机滤镜使用,优化解码和滤镜导致的预览卡屏现象
这几天看到亚瑟boy的技术连载,也试着做了下带滤镜特效的照相机,效果也出来了,但是发现添加滤镜特效后的预览窗口卡屏现象很严重,于是自己索性 试着尝试修改,在亚瑟和其他网友的代码中基本上都是对于照相机data视频流先进行解码,然后对解码出的帧Bitmap进行滤镜算法处理,这个是必走的流 程,而每一帧在...
分类:其他好文   时间:2014-06-04 20:05:38    阅读次数:420
poj 2049
Finding Nemo Time Limit: 2000MS   Memory Limit: 30000K Total Submissions: 7373   Accepted: 1715 Description Nemo is a naughty boy. One day he went into the deep sea all b...
分类:其他好文   时间:2014-06-03 03:04:50    阅读次数:348
LeetCode: Decode Ways [090]
【题目】 A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given an encoded message containing digits, determine the total number of ways to decode it. For example, Given encoded ...
分类:其他好文   时间:2014-06-01 08:59:37    阅读次数:258
we are experimenting with a new init system and it is fun
http://0pointer.de/blog/projects/systemd.htmlRethinking PID 1If you are well connected or good at reading between the lines you might already know wha...
分类:其他好文   时间:2014-05-31 11:29:28    阅读次数:286
android:themes.xml
1 2 13 25 26 You can count on this being a dark 29 background with light text on top, but should try to make no 30 other assumptions ...
分类:移动开发   时间:2014-05-31 06:12:59    阅读次数:492
poj 2049 -- Finding Nemo
Finding NemoTime Limit: 2000MSMemory Limit: 30000KTotal Submissions: 7372Accepted: 1714DescriptionNemo is a naughty boy. One day he went into the deep...
分类:其他好文   时间:2014-05-29 09:36:17    阅读次数:355
UVA Tree Summing
题目如下:  Tree Summing  Background LISP was one of the earliest high-level programming languages and, withFORTRAN, is one of the oldest languages currently being used. Lists,wh...
分类:其他好文   时间:2014-05-25 21:39:51    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!