码迷,mamicode.com
首页 >  
搜索关键字:open    ( 24465个结果
几种流行Webservice框架性能对照
转自【http://blog.csdn.net/thunder4393/article/details/5787121】,写的非常好,以收藏。1 摘要开发webservice应用程序中离不开框架的支持,当open-open站点列举的就有30多种,这对于开发人员怎样选择带来一定的疑惑。性能Webser...
分类:Web程序   时间:2014-10-05 19:12:58    阅读次数:332
Java List 的深拷贝
老是会遇到深拷贝与浅拷贝的问题,这里进行了一些测试,代码如下: /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import java.io.ByteArrayInputStream; import java.io.ByteArrayOutpu...
分类:编程语言   时间:2014-10-05 17:23:58    阅读次数:215
一个dumpdex的IDA插件
一个DumpDex的IDA插件 源码 import idaapi import struct def dumpdex(start, len, target): rawdex = idaapi.dbg_read_memory(start, len) fd = open(target, 'wb') fd.write(rawdex) fd.close() def getdexlen...
分类:其他好文   时间:2014-10-05 16:41:58    阅读次数:285
公用事业的开放级联模型几何数据
一、概述 Overview Open CASCADE中的几何工具(Geometry Utilities)提供如下功能: l 通过插值和逼近创建图形 Creation of shapes by interpolation and approximation l 直接构造图形 Direct construction of shapes l 将曲线曲面转换成B样条曲线和...
分类:其他好文   时间:2014-10-05 14:44:58    阅读次数:225
BZOJ3540: [Usaco2014 Open]Fair Photography
3540: [Usaco2014 Open]Fair PhotographyTime Limit:1 SecMemory Limit:128 MBSubmit:72Solved:29[Submit][Status]DescriptionFJ's N cows (2 =0;i--)last[i]=mi...
分类:其他好文   时间:2014-10-05 14:16:48    阅读次数:319
BZOJ3404: [Usaco2009 Open]Cow Digit Game又见数字游戏
3404: [Usaco2009 Open]Cow Digit Game又见数字游戏Time Limit:3 SecMemory Limit:128 MBSubmit:47Solved:32[Submit][Status]Description贝茜和约翰在玩一个数字游戏.贝茜需要你帮助她.游戏一共进...
分类:其他好文   时间:2014-10-05 12:25:28    阅读次数:276
BZOJ3538: [Usaco2014 Open]Dueling GPS
3538: [Usaco2014 Open]Dueling GPSTime Limit:1 SecMemory Limit:128 MBSubmit:59Solved:36[Submit][Status]DescriptionFarmer John has recently purchased a ...
分类:其他好文   时间:2014-10-05 11:55:28    阅读次数:240
BZOJ3402: [Usaco2009 Open]Hide and Seek 捉迷藏
3402: [Usaco2009 Open]Hide and Seek 捉迷藏Time Limit:3 SecMemory Limit:128 MBSubmit:51Solved:40[Submit][Status]Description贝茜在和约翰玩一个“捉迷藏”的游戏.她正要找出所有适合她躲藏的...
分类:其他好文   时间:2014-10-05 10:06:08    阅读次数:291
BZOJ3403: [Usaco2009 Open]Cow Line 直线上的牛
3403: [Usaco2009 Open]Cow Line 直线上的牛Time Limit:3 SecMemory Limit:128 MBSubmit:48Solved:41[Submit][Status]Description题目描述约翰的N只奶牛(编为1到N号)正在直线上排队.直线上开始的时...
分类:其他好文   时间:2014-10-05 09:34:38    阅读次数:256
Eclipse cdt解决github导入的项目无法打开声明的bug (cannot open declaration)
在eclipse cdt中import github的远程项目,操作是import ->Git/projects from git ->Clone URI导入的项目可以switch branch, 但就是不能打开函数的声明,实际上eclipse的一切快捷键都不能用了我看了下导入项目的preferen...
分类:系统相关   时间:2014-10-05 01:03:37    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!