CGRectrect =CGRectMake(100,100,100,100); UIView* bgView = [[UIViewalloc]initWithFrame:rect]; bgView.backgroundColor= [UIColorgrayColor]; [self.viewa.....
分类:
移动开发 时间:
2014-07-11 22:44:49
阅读次数:
250
在onpaint() 函数中加入如下代码,本次利用DrawArc来实现。
#define PI 3.1415926
int angle=360;
int x=(rect.Width()-300)/2;
int y=190;
int width=300;
int hight=300;
int wide=34;
//for(float i = 0.0; i
for(floa...
分类:
其他好文 时间:
2014-07-11 00:24:19
阅读次数:
750
今天一位童鞋问我个问题,大意是popoverController不会显示。经过我寻找问题发现下面这个方法不好掌控。为什么说他不好掌控那。我这个给大家带来一个列子,通过这个列子来介绍PopoverController的详细用法,以及这个方法的2中传参技巧。
- (void)presentPopoverFromRect:(CGRect)rect inView:(UIView *)view per...
分类:
其他好文 时间:
2014-07-10 23:17:25
阅读次数:
257
atitit.提升开发效率---mda 软件开发方式的革命
1. 软件开发方式的革命开发工具的抽象层次将再次提升 1
2. 应用框架和其实现相分离 2
3. 目前的问题模型和代码不同步 2
4. MDA的历史及其由来 2
5. MDA的三个主要目标是:轻便性、 互操作性和可重用性。 3
6. MDA跟代码生成的不同 3
7. 问题:也许MDA不过是已有的Case Tool...
分类:
其他好文 时间:
2014-07-10 23:05:49
阅读次数:
392
STS(Spring Tool Suite):是免费的一款基于Eclipse的Spring开发的定制版IDE,其官方下载地址为http://www.springsource.org/downloads/sts-ggts我选择的是现在最新的4.3.1版本,64位。安装自不必细说。Tomcat:自己百度...
分类:
编程语言 时间:
2014-07-10 15:14:47
阅读次数:
327
直接看代码:// IPlayCtlpublic: HRESULT OnDraw(ATL_DRAWINFO& di) { RECT& rc = *(RECT*)di.prcBounds; /* Rectangle(di.hdcDraw, rc.le...
分类:
其他好文 时间:
2014-07-09 22:13:03
阅读次数:
257
1 intall oracle11gex start OracleXEClrAgentstart OracleXETNSListener2 install C:\Dev Tool\instantclient_11_23 config PLSQL developer:4 config oracle s...
分类:
数据库 时间:
2014-07-09 21:39:00
阅读次数:
231
#import "AFNetworkReachabilityManager.h"
- (BOOL)isNetWorkReachable{
__block CGRect rect = _nonNetworkLabel.frame; //这里的声明前面加__block,作用是在块里可以修改rect的值;
AFNetworkReachab...
分类:
其他好文 时间:
2014-07-08 14:01:55
阅读次数:
151
手机服务站 v1.0.6下载地址:http://down.znds.com/apk/tool/2014/0528/667.html简介: 一款集成wifiAp+lamp+ssh+bt功能的软件,智能电视及盒子专用(兼容手机)。开启wifi热点、web服务器、数据库、私有云、ssh远程登录、Tra.....
分类:
移动开发 时间:
2014-07-08 11:32:29
阅读次数:
324
package cn.nahan.cd.tool;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
public class PublicInte...
分类:
编程语言 时间:
2014-07-06 11:47:47
阅读次数:
1726