码迷,mamicode.com
首页 >  
搜索关键字:import static    ( 107948个结果
苹果地图定位和显示区域
//// ViewController.m// mapdemo001//// Created by apple on 14-4-28.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#...
分类:移动开发   时间:2014-04-29 17:02:06    阅读次数:529
PHP 单例
1 sign=mt_rand(1,100000);12 }13 14 final protected function __clone(){15 16 }17 18 protected static function getIns(){19 if(!...
分类:Web程序   时间:2014-04-29 16:30:19    阅读次数:415
C# 多线程处理相关说明: WaitHandle,waitCallback, ThreadPool.QueueUserWorkItem
class TestThread { static void Main() { //使用WaitHandle静态方法阻止一个线程,直到一个或多个同步对象接收到信号 WaitHandle[] waitHa...
分类:编程语言   时间:2014-04-29 15:55:22    阅读次数:557
【Thinking In Java零散笔记】对于持有对象一章中的显示系统环境变量代码分析
今天仍旧进行着学习java的计划。在学习到持有对象一章中,看到了如下代码: 1 import java.util.*; 2 3 public class EnvironmentVariables { 4 public static void main(String[] args) { 5 ...
分类:编程语言   时间:2014-04-29 15:49:20    阅读次数:507
苹果地图2,定位,标注,返回中心。
//// ViewController.m// mapdemo001//// Created by apple on 14-4-28.// Copyright (c) 2014年 apple. All rights reserved.//#import "ViewController.h"#...
分类:移动开发   时间:2014-04-29 15:05:05    阅读次数:596
json类 方便调用
jsonutil类 1 package *********** 2 3 import java.lang.reflect.Field; 4 import java.lang.reflect.Type; 5 import java.util.ArrayList; 6 import jav...
分类:Web程序   时间:2014-04-29 13:41:02    阅读次数:749
12 StatusBar
1 package com.szy.status; 2 3 import android.app.IntentService; 4 import android.app.Notification; 5 import android.app.NotificationManager; 6 impor.....
分类:其他好文   时间:2014-04-29 13:32:48    阅读次数:549
IOS 定位 单例
+ (SCLocationController *)sharedController{ static SCLocationController *sharedController = nil; static dispatch_once_t onceToken; dispatc...
分类:移动开发   时间:2014-04-29 10:12:46    阅读次数:534
关于C++中的前置声明
链接:http://patmusing.blog.163.com/blog/static/135834960201038113714199/
分类:编程语言   时间:2014-04-29 09:27:46    阅读次数:427
13 BroadcastReceiver
复写BroadcastReceiver中的onReceive()方法。intent-filter过滤器: 发送intentprotected static final String ACTION = "com.szy.broadcast.ACTI...
分类:其他好文   时间:2014-04-29 09:24:46    阅读次数:357
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!