码迷,mamicode.com
首页 >  
搜索关键字:bad argument setup    ( 9442个结果
Music player on Linux system for classical music: Audacious
The default music player on Debian 7.0 is Rhythmbox. At the first look, its appearance seems not so bad. Although it has the problem of displaying Chi...
分类:系统相关   时间:2014-06-30 13:15:51    阅读次数:406
Setup and configure an open source Fortran development environment on Windows
We must have already been familiar with proprietary Fortran programming environments, for example,Compaq Visual Fortran IDE (which is actually a combi...
分类:Windows程序   时间:2014-06-29 19:59:10    阅读次数:432
获得现在的时间
有没有那么一个时候,特别想知道现在的时间呢。上代码。- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"RootV...
分类:其他好文   时间:2014-06-27 13:21:01    阅读次数:150
Fitnesse测试系列--如何设置SetUp文件
又被抽去做了一段时间的Fitnesse用例的编写,现在case写了几个星期,有点收获,最近会一起整理出来。SetUp这个页面主要被我用来做环境变量的设置了。环境变量的设置:!note这一部分用来在写测试步骤里包含,来定义用户场景。!note比如!note1,用户一($USERNAME_A)注册帐户,密码..
分类:其他好文   时间:2014-06-27 06:00:15    阅读次数:163
认识sscanf函数
sscanf函数sscanf函数基本知识函数原型int sscanf( const char *buffer, const char *format [, argument ] ... );函数功能将buffer中的数据按照format格式读取后存储在argument中,返回值表示为成功转换的的数据...
分类:其他好文   时间:2014-06-26 15:49:14    阅读次数:160
freemarker写select组件报错总结(二)
1、错误描述 六月 25, 2014 11:32:49 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Macro select has no such argument: name" Macro select has no such argument: name Th...
分类:其他好文   时间:2014-06-26 13:30:22    阅读次数:175
django学习笔记
用的windows操作系统,真是蛋疼啊,等赚了钱,我真要买一台苹果或者换个12寸的小本,用ubuntu,所以一下命令都是windows的,真心蛋疼啊,为什么没有自动补完啊首先,随便下个django。然后,进入命令行,进入django的文件夹键入如下命令 django>python setup.py....
分类:其他好文   时间:2014-06-26 13:10:11    阅读次数:210
NSKeyedArchiver的使用
NSKeyedArchiver是加密形式的保存数据。上代码。- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. self.title=@"N...
分类:其他好文   时间:2014-06-26 11:24:49    阅读次数:161
Unity入门
Unity入门 用unity做一个最简单的交互。(相当于Hello World)只要最后能运行就算入门了。 第一步,要先用三维制作软件制作出我们需要的场景。 这儿使用的是Max2012(软件大小3.09G)。 首先设置一下在max使用的长度单位,选择使用米为单位。 设置步骤是Customize---->Units Setup---->System Unit Setup---->下拉选...
分类:其他好文   时间:2014-06-26 10:39:27    阅读次数:694
How to Setup Cordova for Windows 7
Setup Cordova Text Editor / IDE You may need to prepare an IDE or Editor for working. Here for example, install a Sublime Text 3 over Windows, actually it contains versions of Mac OS as well as Linu...
分类:Windows程序   时间:2014-06-26 10:24:26    阅读次数:540
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!