码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
S1:new操作符
function Shape(type){ this.type = type || "rect"; this.calc = function(){ return "calc, "+this.type; }}var triangle = new Shape("trian...
分类:其他好文   时间:2014-08-21 13:04:04    阅读次数:215
mysql服务端安装的系列问题处理
1.mysql服务无法启动,报1067错误解决方案:1).把mysql服务端解压目录新加一个my.ini文件,内容如下[mysqld]# set basedir to installation path, e.g., c:/mysql# 设置为MYSQL的安装目录basedir=c:/tool/my...
分类:数据库   时间:2014-08-21 00:04:03    阅读次数:286
jstat命令详解
Jstat是JDK自带的一个轻量级小工具。全称“Java Virtual Machine statistics monitoring tool”,它位于java的bin目录下,主要利用JVM内建的指令对Java应用程序的资源和性能进行实时的命令行的监控,包括了对Hea...
分类:Web程序   时间:2014-08-20 18:12:42    阅读次数:349
【COCOS2DX-游戏开发之三六】圆与未旋转矩形的碰撞检测(上篇)
function circleIntersectRect(circle_pt, radius, rect)     local cx = nil     local cy = nil     -- Find the point on the collision box closest to the center of the circle     if circle_pt.x...
分类:其他好文   时间:2014-08-20 16:22:42    阅读次数:213
Using the Windows Scheduler to run a SharePoint PowerShell Backup Script
ProblemSharePoint administrators need to run regular backups using PowerShell, the STSADM tool or in Central Administration. There is no "built in" wa...
分类:Windows程序   时间:2014-08-20 13:58:42    阅读次数:291
一个图片装饰器的制作
一个图片装饰器的制作一1 首先创建工程picDecor,2 然后从对象库中,拉出Round Rect按钮到视图中,3 为了显示用户所选择的图片,需要往视图里, 添加view Controller对象,如下图4 还要一个图片视图imageView来编辑一张图片和一个windows and Bars工具...
分类:其他好文   时间:2014-08-19 19:00:55    阅读次数:344
linux下网卡相关查看设置
使用ethtool命令查看指定网卡信息 ethtool eth0 使用 mii-tool命令查看指定网卡情况 mii-tool -v eth1 为了使用lspci命令需要安装以下软件包 yum -y install pciutils
分类:系统相关   时间:2014-08-19 15:57:44    阅读次数:239
VC:GetWindowRect、GetClientRect、ScreenToClient与ClientToScreen
GetWindowRect是取得窗口在屏幕坐标系下的RECT坐标(包括客户区和非客户区),这样可以得到窗口的大小和相对屏幕左上角(0,0)的位置。GetClientRect取得窗口客户区(不包括非客户区)在客户区坐标系下的RECT坐标,可以得到窗口的大小,而不能得到相对屏幕的位置,因为这个矩阵是在客...
分类:Windows程序   时间:2014-08-19 14:26:24    阅读次数:197
苹果MAC中安装并搭建Android开发环境的详细步骤
Android的开发平台搭建主要需要的工具有:Java虚拟机JDK、Eclipse、Eclipse插件ADT(Android Developer Tool)和Android开发包SDK,以下是具体的安装方法。 A、JDK 在MAC中已经为我们预装了JDK并默认配置了Java系统变量,因此JDK对.....
分类:移动开发   时间:2014-08-19 09:21:53    阅读次数:283
ArcGIS API for JS的一般编码习惯
1、引用claro.css和esri.css 2、页面布局 Pick a tool and draw on the map. The drawn graphic will be buffered based on the specified parameter...
分类:Windows程序   时间:2014-08-18 23:26:23    阅读次数:485
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!