The Run Loop Sequence of Events Each time you run it, your thread’s run loop processes pending events and generates notifications for any attached observers. The order in which it does this is ve...
分类:
其他好文 时间:
2015-10-27 15:32:51
阅读次数:
198
//处理不可逆的push界面操作VerifyRealNameViewController *verifyRealNameCtrl = [VerifyRealNameViewController viewControllerWithStoryBoard:@"Registe" identify:@"Ve...
分类:
其他好文 时间:
2015-10-27 15:20:42
阅读次数:
273
Problem DescriptionI’ve bought an orchard and decide to plant some apple trees on it. The orchard seems like an N * M two-dimensional map. In each gri...
分类:
移动开发 时间:
2015-10-24 15:51:23
阅读次数:
220
Salted Password Hashing - Doing it Right If you‘re a web developer, you‘ve probably had to make a user account system. The most important aspect of a user account system is how user passwords are p...
分类:
其他好文 时间:
2015-10-22 21:33:04
阅读次数:
488
1.英文意思bidirectional reflectance distribution functionbidirectional :双向的reflectance :反射distribution:分布双向反射分布函数wiki.polycount.com/BrdfMap2.关注点:(1).视线和ve...
分类:
其他好文 时间:
2015-10-21 12:19:37
阅读次数:
208
使用pip来管理python包2015/10/10time20:38
一、安装pip
【Linux】
yuminstallpython-pip
【Win】
安装python时,默认已经安装pip
二、使用pip安装包
【Linux】
[root@tvm-test~]#pipinstallDjango==1.6.0
CollectingDjango==1.6.0
/usr/lib/python2.6/site-packages/pip/_ve..
分类:
编程语言 时间:
2015-10-21 00:31:34
阅读次数:
286
Language:Bridging signalsTime Limit:1000MSMemory Limit:10000KTotal Submissions:10762Accepted:5899Description'Oh no, they've done it again', cries the ...
分类:
其他好文 时间:
2015-10-18 19:49:54
阅读次数:
181
实现方法:用空的内联块,宽度高度都设置成0,其中一边的边框设置成可见,其它三边边框设置成透明,再配合边框宽度,可见的边框就呈现成三角形。模拟代码:css部分:.caret-left > span { display: inline-block; width: 0; height: 0; ve...
分类:
其他好文 时间:
2015-10-16 16:57:11
阅读次数:
201
heat is a great thing, which change people’s life it is used for controling hair for blowdrying, curling and straightening if you’ve ever opened a ver...
分类:
其他好文 时间:
2015-10-15 18:31:50
阅读次数:
240
图片和文字一起放在li标签下不能同时垂直居中 解决办法: 1、设置图片的position:absolute; 2、把文字加上span标签: span{ height:30px;line-height:30px;display:block; } img{ ve...
分类:
Web程序 时间:
2015-10-10 23:00:56
阅读次数:
266