码迷,mamicode.com
首页 >  
搜索关键字:something    ( 1401个结果
java中23种设计模式之18-原型模式(Prototype pattern)
class Something{ public String something=null;}class Prototype implements Cloneable{ private String name; public Something aSomething=new Something();...
分类:编程语言   时间:2015-04-02 22:24:14    阅读次数:229
GCD的使用(一)
1.异步执行 dispatch_async(dispatch_get_global_queue(0,?0),?^{?????? //?something? }); 2.同步执行 dispatch_sync(dispatch_get_global_queue(0,?0),?^{?????? //?something? }); dispat...
分类:其他好文   时间:2015-04-02 16:52:58    阅读次数:126
HDU 4965 Fast Matrix Calculation(矩阵快速幂)
Description One day, Alice and Bob felt bored again, Bob knows Alice is a girl who loves math and is just learning something about matrix, so he decided to make a crazy problem for her.  Bob has...
分类:其他好文   时间:2015-03-31 12:52:29    阅读次数:129
angularjs学习之四(解决模板视图和angularjs之间的冲突 )
问题: 在php的mvc视图中,我们需要在加载的过程中 传递一些数据给模板: 如: //这里是某个 controller $data['users'] = {something from databases}; $this->load->view('home/index',$data); //这里是对应的视图 name?...
分类:Web程序   时间:2015-03-30 18:43:06    阅读次数:154
uitextfield长按显示英文select all,copy,paste?
解决办法:修改Info.plist中的Localization native development region为China,就可以显示中文的 参考: Change language used in copy/paste menu to something other than English...
分类:其他好文   时间:2015-03-30 16:41:38    阅读次数:132
Sicily 1938. Message Flood
1938. Message Flood Constraints Time Limit: 1 secs, Memory Limit: 32 MB Description  Well, how do you feel about mobile phone? Your answer would probably be something like that “It’s...
分类:其他好文   时间:2015-03-30 09:20:11    阅读次数:106
(3)nodejs basic knowledge
1 render传递多值router.get('/', function(req, res, next) { res.render('index', { homeTitle: 'Hello All', homeDescription:'I gonna to write something...
分类:Web程序   时间:2015-03-28 18:33:38    阅读次数:118
hdu 3007 Buried memory 最远点对
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3007Each person had do something foolish along with his or her growth.But,when he or she did this that ...
分类:其他好文   时间:2015-03-28 12:48:23    阅读次数:149
sorting functions _ golang
Sometimes we'll want to sort a collection by something other than its natural order. For example, suppose we wanted to sort strings by their length in...
分类:其他好文   时间:2015-03-20 16:17:47    阅读次数:107
Something what you should know (floating point)
Here is the doc for the important idea about the floating points powered by oracle doc. website http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html Abstract: Floating-point ar...
分类:其他好文   时间:2015-03-20 09:24:33    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!