码迷,mamicode.com
首页 >  
搜索关键字:skill    ( 265个结果
Ping pong
Description N(3N20000) ping pong players live along a west-east street(consider the street as a line segment). Each player has a unique skill rank. To improve their skill rank, they often c...
分类:其他好文   时间:2014-12-23 21:12:24    阅读次数:205
Skill of vim
用vim也有一段时间了,谨以此记下一些有意思的技巧。 跳转 hjkl,左下右上。b/e跳转到上/下一个单词^/$跳转到行头/尾从{,[,(,对应的},],)相互跳转,可以用%跳转到局部变量的定义gd,跳转到全局变量的定义gD跳转到上一个修改过的地方 g; 注意是g+分号跳转到下一个修改过的地方 g, 注意是g+逗号:N ,跳转到N行 匹配的符号('', "", (), {},...
分类:系统相关   时间:2014-12-22 21:21:33    阅读次数:161
kill用户终端
skill-9-tpts/1或pkill-kill-tpts/1
分类:其他好文   时间:2014-12-10 14:35:22    阅读次数:129
Excel Skill two
" =IF(LEN(B3)=23,B3,A3&" "&B3&REPT(" ",23-LEN(B3))&C3) &&&&&&& verify the char length of material " =IF(LEN(A3)=5,A3,A3&REPT(" ",5-LEN(A3))) *********...
分类:其他好文   时间:2014-11-30 21:20:41    阅读次数:161
NGUI技能冷却CD特效制作
其实蛮简单的今天紫龙感觉萌萌哒就详详细细地记录一下把: 首先在制作一个sprite命名为skill加一个背景图片,然后再建立一个sprite,选择一个可以挡住skill的背景的图片,然后选择Filled属性(如下图)。然后在Sprite下面建立一个Label用来表示技能的按键快捷键,本例用的是R键。。。如下图                  因为sprite的图片挡...
分类:其他好文   时间:2014-11-24 12:00:36    阅读次数:279
IOS学习路径
iOS Developer RoadmapStart your journey today!Where Do I Start?Becoming an iOS developer is a lot of fun and a valuable skill in today's market. But t...
分类:移动开发   时间:2014-11-20 01:20:27    阅读次数:428
codeforces 489B. BerSU Ball 解题报告
题目链接:http://codeforces.com/problemset/problem/489/B题目意思:给出 n 个 boys 的 skills 和 m 个 girls 的 skills,要求成 pair 的条件为,男和女的 skill 差值最多只能为 1。问成 pair 最多是多少。 这....
分类:其他好文   时间:2014-11-19 07:05:13    阅读次数:179
little skill---ping
一、ping简介 Ping是Windows下的一个命令,在Unix和Linux下也有这个命令。 ping也属于一个通信协议,是TCP/IP协议的一部分。 利用“ping”命令可以检查网络是否连通,可以很好地帮助我们分析和判定网络故障。应用格式:Ping空格IP地址。ping是一个DOS命令...
分类:其他好文   时间:2014-10-12 11:15:57    阅读次数:573
Excel Skill
=IF(O2="MIN",ROUND(M2/60,3),IF(O2="S",ROUND(M2/3600,2),M2))=IF(H2="MIN",ROUND(F2/60,3),IF(H2="S",ROUND(F2/3600,2),F2))=IF(P2="MIN",RRUND(N2/60,3),IF(P...
分类:其他好文   时间:2014-10-09 17:13:07    阅读次数:161
30个HTML初学者建议
The most difficult aspect of running Nettuts+ is accounting for so many different skill levels. If we post too many advanced tutorials, our beginner a...
分类:Web程序   时间:2014-09-02 19:40:45    阅读次数:425
265条   上一页 1 ... 23 24 25 26 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!