码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
正则表达式验证输入用户名格式是否正确(二)
一 问题描述3个EditBox,每个允许输入1到6个英文字符或数字,按OK输入结束(通过输入字符串,返回正误信息)二 有效等价类和无效等价类划分:有效等价类无效等价类length=[1-6]length=0 or length>6char=[a-zA-Z0-9]other charsCorrectN...
分类:其他好文   时间:2015-03-29 12:14:01    阅读次数:142
Install FFmpeg, Mplayer, Mencoder, MP4Box, Flvtool2
You can use the following tutorial toinstall ffmpeg and other video modulesin your centos server.FFmpegis an audio/video conversion tool. It includes ...
分类:Web程序   时间:2015-03-29 07:01:27    阅读次数:167
[转]在Xcode中编辑运行 Python 脚本
http://www.zhihu.com/question/19872198打开Xcode,File->New->Project选中OS X下的Other点击External Build System 然后Next。Build Tool填写你的python解释器,如/usr/bin/python创建...
分类:编程语言   时间:2015-03-29 01:49:37    阅读次数:181
[Unity基础]Shuriken粒子系统的碰撞
由于没有找到想要的粒子预设,于是就打算使用unity的Shuriken粒子系统来发挥一下自己的创意了。。其中不得不涉及到粒子的碰撞,打算使用粒子系统中的碰撞模块来实现。 效果图如下: cube只需添加collider即可,而粒子的配置如下: 一个与粒子碰撞有关的函数: void OnParticleCollision(GameObject other) ...
分类:编程语言   时间:2015-03-28 17:26:39    阅读次数:202
HDU 3555 Bomb(数位DP)
Description The cows, as you know, have no fingers or thumbs and thus are unable to play Scissors, Paper, Stone' (also known as 'Rock, Paper, Scissors', 'Ro, Sham, Bo', and a host of other names)...
分类:其他好文   时间:2015-03-28 06:29:26    阅读次数:133
HDOJ 题目1881 毕业bg(DFS)
毕业bg Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 32768/32768K (Java/Other) Total Submission(s) : 6   Accepted Submission(s) : 3 Font: Times New Roman | Verdana | Georgia Font Si...
分类:其他好文   时间:2015-03-27 22:26:07    阅读次数:194
open read split
open 来打开文件, 其具体表现为 open('文件名或路径', 'r or w or other', 位置?)其生成一个文件类型的对象 file object.可写做 FILENAME = '文件名或路径'#File : fileFile = open(FILE, 'r', 0)read 来读取...
分类:其他好文   时间:2015-03-21 22:43:16    阅读次数:216
Android程序如何创建及安装卸载
1.创建项目菜单->File->New->Other->Android->AndroidApplicationProject一路向下NEXT,选择CreateActivity时选择EmptyActivity(空)注:创建项目时不可使用中文,以上图片仅为演示。2.编译运行菜单->Run->RunAs-...
分类:移动开发   时间:2015-03-21 01:08:37    阅读次数:207
iOS编程中比较两个日期的大小
转自:http://www.myext.cn/other/a_30922.html比较日期大小是任何编程语言都会经常遇到的问题,再iOS编程中,通常用NSDate对象来存储一个时间(包括日期和时间、时区),而且 NSDate类提供了compare方法来进行时间的比较,但有时不想那么精确的知道两个日期...
分类:移动开发   时间:2015-03-20 18:32:07    阅读次数:136
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!