码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
Findbugs
今天发现项目代码加入了findbugs的依赖包,简单的搜索了下: 官方说明: FindBugs is a defect detection tool for Java that uses static analysis to look for more than 200 bug patterns, such as null pointer dereferences, infinite recu...
分类:数据库   时间:2014-06-07 01:19:07    阅读次数:250
一个非常有意思的在线工具网站(绝对不是广告)
今天在网上搜索一个basecode和 http://tool.oschina.net/...
分类:Web程序   时间:2014-06-05 00:37:22    阅读次数:288
Quartz 2D--长方形和线条绘图
今天原本想模仿2048 游戏的。 但是在设计背景环境时,涉及到绘图的知识!于是就开始对绘图进行了一翻学习。 若想自己绘图必须 写自己的View(继承UICView);然后重写UIView 中的drawRect:rect 方法 -(void)drawRect:(CGRent)rect{ //...
分类:其他好文   时间:2014-06-04 19:09:33    阅读次数:243
jstat -gcutil 指令的用法
Jstat是JDK自带的一个轻量级小工具,全称“Java Virtual Machine statistics monitoring tool”,主要利用JVM内建的指令对Java应用程序的资源和性能进行实时的命令行的监控。命令格式:jstat - [-t] [-h] [ []]jstat -gc....
分类:Web程序   时间:2014-05-31 13:53:48    阅读次数:697
2013年优秀jQuery插件
转载于:http://www.cnblogs.com/feng524822/p/3319534.html今天为大家推荐的是2013年的第一期,在这期里面十个jQuery插件涵盖了响应式的 网格布局插件、图片放大插件、表单元素中自定义select插件,google 地图插件、文件拖放上传插件、tool...
分类:Web程序   时间:2014-05-31 08:12:39    阅读次数:670
【HDOJ】3127 WHUgirls
1 #include 2 #include 3 4 #define mymax(a, b) (a>b) ? a:b 5 6 typedef struct { 7 int x, y, c; 8 } rect_st; 9 10 rect_st rects[15];11 12 int d...
分类:其他好文   时间:2014-05-30 04:35:16    阅读次数:200
0821基础控件(UIButton常用属性)
一、可以通过代码的方式创建UIButton1、通用实例化对象方法:UIButton *button = [[UIButton alloc] initWithFrame:rect];2、快速实例化对象方法:UIButton *button = [UIButton buttonWithType:UIBu...
分类:其他好文   时间:2014-05-29 19:11:52    阅读次数:360
java环境配置
1.首先安装jdk,一般默认安装在:C:\Program Files\Java\目录下2.在系统变量中新建:classpathC:\Program Files\Java\jdk1.6.0_45\lib\dt.jar;C:\Program Files\Java\jdk1.6.0_45\lib\tool...
分类:编程语言   时间:2014-05-29 13:07:46    阅读次数:216
qt creator报错处理积累
1.在进行qt creator编译qt工程时,报出错误:error while building deploying project。还可能出现如下提示qt creator needs a tool chain set up to build. configure a tool chain in p...
分类:其他好文   时间:2014-05-29 02:25:59    阅读次数:532
JavaScript Patterns 2.12 Writing API Docs
Process of generating API documentation? Writing specially formatted code blocks? Running a tool to parse the code and the comments? Publishing the re...
分类:编程语言   时间:2014-05-27 17:52:43    阅读次数:434
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!