码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
安装java之后,找不到tools.jar 和dt.jar
可能很多初学者和我一样,在初次接触java开发的过程中,急于看到最终的结果,匆匆在网上下载了jdk之后,点击安装,结果等安装完,开始配置classpath时,发现jdk/lib下面根本就没有 tools.jar 和dt.jar 这两个包。作者在首次遇到这样的问题时,以为是下载的包有问题,于是重新下载了之后再安装,结果还是老样子。我相信你现在很可能遇到了类似的问题。好吧,那你就接着往下看,耐心一点。...
分类:编程语言   时间:2014-06-20 09:23:50    阅读次数:351
These Bags Are Very Much Well Made
Therefore, it is seriously a great tool around when your dad is in a round of golf. Your dad will appreciate the golf tool and be glad to get it in pl...
分类:其他好文   时间:2014-06-11 23:03:13    阅读次数:276
android自定义控件(二)Canvas
一。重要方法1.translate2.scale3.rotate二。注意1.明确顺序canvas.rotate(45);canvas.drawRect(new Rect(50, 50, 100, 100), paint);如果顺序调换,则没有旋转的效果2.转换的时候,需要把转换的中心点移到shape...
分类:移动开发   时间:2014-06-11 12:48:30    阅读次数:379
GUI、GUILayout、EditorGUILayout
GUIGUI.BeginGroup(rect) //在里面画的控件,将以这个GroupRect的左上角为原点,仅此而已GUI.EndGroup()GUILayoutGUILayout.BeginArea() //在穿上区域中自动对齐GUILayout.EndArea()GUILayout.Begin...
分类:其他好文   时间:2014-06-09 19:26:05    阅读次数:248
Erlang正则解析操作文件
-module(tool). %% ==================================================================== %% API functions %% ==================================================================== -export([modify_host...
分类:其他好文   时间:2014-06-08 10:38:23    阅读次数:209
android精确绘制文字位置的方法
android 中使用Canvas的drawText绘制文本的位置,是基于基线的。如下图: 其中字母Q的小尾巴在横线下面了。 怎么样找准字母的中心位置呢? 先看下面的例子:(右边的数字,表示字体的 left, top, right, bottom) 这里面的关键是Paint.getTextBound。 getTextBound会填充一个Rect,这个Rect表示...
分类:移动开发   时间:2014-06-08 09:08:44    阅读次数:279
about greenplum collection tool
three collection tool for greenplum:pstack、strace、gcore.                                                                                     [gpadmin@gtlions5913 ~]$ ps -ef | grep postgres|grep data...
分类:其他好文   时间:2014-06-08 05:30:55    阅读次数:287
CListCtrl控件使用方法总结(zhuan)
列表控件可以看作是功能增强的ListBox,它提供了四种风格,而且可以同时显示一列的多中属性值。MFC中使用CListCtrl类来封装列表控件的各种操作。通过调用 BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT...
分类:其他好文   时间:2014-06-05 20:47:12    阅读次数:404
【Install】我是如何安装Linux类系统的
安装系统:ubuntu12.04 i386 DVDU盘启动12.04live系统连线,设置连接安装系统到硬盘“语言支持”,更新安装gnome经典界面sudo apt-get install gnome-shell gnome-tweak-tool gnome-panel关闭unity的全局菜单sud...
分类:系统相关   时间:2014-06-03 16:31:35    阅读次数:372
android入门-环境搭建
最近除了修改论文,也没有什么事,就来学学android开发,第一课android开发,在网上百度各种版本的搭建环境,基本步骤都是1.install jdk2.install eclipse3.install sdk4.install adt(android develop tool) ,于是开始自己...
分类:移动开发   时间:2014-06-02 20:58:43    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!