码迷,mamicode.com
首页 >  
搜索关键字:rose    ( 297个结果
iOS开发 - JSON解析
JSON解析什么是JSON JSON是一种轻量级的数据格式,一般用于数据交互 服务器返回给客户端的数据,一般都是JSON格式或者XML格式(文件下载除外)JSON的格式很像OC中的字典和数组{"name" : "jack", "age" : 10} {"names" : ["jack", "rose", "jim"]}标准JSON格式的注意点:key必须用双引号要想从JSON中挖掘出具体数据,得...
分类:移动开发   时间:2015-05-08 18:13:31    阅读次数:211
Divideing Jewels
Divideing Jewels时间限制: 1 Sec内存限制: 128 MB提交: 63解决: 17[提交][状态]题目描述Mary and Rose own a collection of jewells. They want to split the collection among them...
分类:其他好文   时间:2015-05-06 14:56:09    阅读次数:130
开发工具 之 PowerDesigner
原文:开发工具 之 PowerDesigner PowerDesigner是一款功能非常强大的建模工具软件,足以与Rose比肩,同样是当今最著名的建模软件之一。Rose是专攻UML对象模型的建模工具,之后才向数据库建模发展,而PowerDesigner则与其正好相反,它是以数据库建模起家,后来才发展...
分类:其他好文   时间:2015-05-06 12:53:03    阅读次数:133
EA窍门——如何设置不同包中元素之间的关系
合作出现的问题:         在画EA图的时候,D层的写好的类需要实现接口层的类,因为我已经建好包了,但是不同包之间的元素如何建立关系呢??由于之前我是用rose来画图的,这次用EA,我可以说完全陌生。        解决工具:        官网(了解大体流程,查看相关文档,视频)我自己安装的EA打开官网后是英文版的,后来找到了中文的官网。网址:http://www.sparxsyst...
分类:其他好文   时间:2015-05-04 18:18:37    阅读次数:137
c语言---函数指针
函数指针:char *test()int main(){ char *name = test(); printf("name=%s\n", name); return 0;}char *test(){ return "rose";}指向函数的指针:double haha(double d...
分类:编程语言   时间:2015-05-01 08:15:20    阅读次数:130
装机配置相关---破解Rational Rose 2003
网上关于Retional rose 2003安装和破解的文章比较多,这里,我结合自己的亲身体验,和大家分享一下win7 旗舰版 64位系统下Retional rose 2003(下面简称rose2003)的安装和破解过程。本文中rose2003的安装路径为D:\Program Files (x86....
分类:其他好文   时间:2015-04-30 23:10:04    阅读次数:122
PowerDesigner使用教程
PowerDesigner使用教程PowerDesigner是一款功能非常强大的建模工具软件,足以与Rose比肩,同样是当今最著名的建模软件之一。Rose是专攻UML对象模型的建模工具,之后才向数据库建模发展,而PowerDesigner则与其正好相反,它是以数据库建模起家,后来才发展为一款综合全面...
分类:其他好文   时间:2015-04-21 14:19:45    阅读次数:127
rose框架理解
23 24 roseFilter 25 net.paoding.rose.RoseFilter 26 27 28 roseFilter 29 /* 30 REQUEST 31 ...
分类:其他好文   时间:2015-04-20 16:45:43    阅读次数:94
Act with Prudence
Act with PrudenceSeb Rose Whatever you undertake, act with prudence and consider the consequences. —AnonNO MATTER HOW COMFORTABLE A SCHEDULE LOOKS at the beginning of an iteration, you can’t avoid be...
分类:其他好文   时间:2015-04-18 08:45:47    阅读次数:116
Codeforces Round #262 (Div. 2) E. Roland and Rose 暴力
E. Roland and RoseTime Limit: 1 SecMemory Limit: 256 MB题目连接http://codeforces.com/problemset/problem/460/EDescriptionRoland loves growing flowers. He h...
分类:其他好文   时间:2015-04-15 00:58:03    阅读次数:207
297条   上一页 1 ... 19 20 21 22 23 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!