码迷,mamicode.com
首页 >  
搜索关键字:class    ( 183544个结果
C#微信开发之旅(二):基础类之HttpClientHelper
包含通过HttpClient发起get或post请求的方法,所有调用微信接口的操作都通过此类。话不多说,直接上代码: 1 public class HttpClientHelper 2 { 3 /// 4 /// get请求 5 /...
分类:微信   时间:2014-10-16 20:51:33    阅读次数:480
Swift基础--定位
// // ViewController.swift // JieCoreLocation // // Created by jiezhang on 14-10-4. // Copyright (c) 2014年 jiezhang. All rights reserved. // import UIKit import CoreLocation class ViewController...
分类:编程语言   时间:2014-10-16 19:54:13    阅读次数:294
json转化为java实体
import net.sf.json.JSONObject;Map classMap = new HashMap (); classMap.put( "OutInTask", OutInTask.class ); OutInTask bean = (OutInTa...
分类:编程语言   时间:2014-10-16 19:26:53    阅读次数:230
mysql类
class mysql extends db { private static $ins = NULL; private $conn = NULL; private $conf = array(); protected function __construct() {...
分类:数据库   时间:2014-10-16 19:13:52    阅读次数:196
C# Arcgis Engine 捕捉功能实现
namespace 捕捉{ public partial class Form1 : Form { private bool bCreateElement=true; private int internalTime = 5; private i...
分类:Windows程序   时间:2014-10-16 18:49:52    阅读次数:990
this class is not key value coding-compliant for the key scrollListView
碰到一个这样的错误:this class is not key value coding-compliant for the key scrollListView经查询,是因为我把自动创建的xib文件删除了,导致IB与代码中的IBOutlet不能对应。
分类:其他好文   时间:2014-10-16 18:47:22    阅读次数:147
C# 二进制替换第一弹 byte 数组替换
在做通讯相关的数据操作时常常须要用到byte[] byte 数组替换操作.比方协义转换相关的如今提供了几种替换的方法 /// /// 二进制数据 操作 /// public class HexUtility { /// /// 二进制...
分类:编程语言   时间:2014-10-16 18:31:02    阅读次数:254
swift中的类拓展 extension
以添加颜色为例,new 一个swift文件夹 不是cocoa类 也不需要继承什么。然后 1 import UIKit 2 3 protocol ColorDalegate{ 4 class func mainColor(Void) -> UIColor 5 } 6 7 extension...
分类:编程语言   时间:2014-10-16 18:27:12    阅读次数:226
WPF silverlight获取子控件(获取DataTemplate里的子控件)
public static class VisualTreeExtensions { /// /// 获取父节点控件 /// /// 子控件UI /// 子控件 /// 父容器名称 /// 父...
分类:Windows程序   时间:2014-10-16 18:04:02    阅读次数:266
Flex 去除ArrayCollection重复元素!
var ac:ArrayCollection = new ArrayCollection(); // init ac.addItem("1"); ac.addItem("2"); ac.addItem("2"); ac.addItem("3"); var nac:ArrayCollection = new ArrayCollection(); //...
分类:其他好文   时间:2014-10-16 16:31:33    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!