上一页 1 ··· 3 4 5 6 7
摘要: // JavaScript Document//Array 方法(function(){ var arrayPrototype = Array.prototype, slice = arrayPrototype.slice, supportsSplice = (fu... 阅读全文
posted @ 2015-05-03 21:49 wangjuneng 阅读(185) 评论(0) 推荐(0) 编辑
摘要: // JavaScript DocumentExt.apply(Ext,{ userAgent:navigator.userAgent.toLowerCase(), cache:{}, isSeed:1000, windowId:'ext-window', do... 阅读全文
posted @ 2015-05-01 21:40 wangjuneng 阅读(285) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// 0429//// Created by apple on 15/4/29.// Copyright (c) 2015年 gense. All rights reserved.//#import "ViewController.h"#import... 阅读全文
posted @ 2015-04-30 19:07 wangjuneng 阅读(574) 评论(0) 推荐(0) 编辑
摘要: 初始化配置#配置使用git仓库的人员姓名 gitconfig--globaluser.name"YourNameComesHere"#配置使用git仓库的人员email gitconfig--globaluser.emailyou@yourdomain.example.com #配置到缓存默认15分... 阅读全文
posted @ 2015-04-30 18:09 wangjuneng 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1 // JavaScript Document 2 //定义全局Ext变量 3 var Ext = Ext ||{}; 4 Ext._startTime = new Date().getTime(); 5 (function(){ 6 var global = this, ... 阅读全文
posted @ 2015-04-30 17:24 wangjuneng 阅读(911) 评论(0) 推荐(0) 编辑
摘要: getColumnspublic ResultSet getColumns(Stringcatalog, StringschemaPattern, StringtableNamePattern... 阅读全文
posted @ 2015-04-30 08:04 wangjuneng 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 在开发android应用时,涉及到要进行网络访问,时常需要进行网络状态的检查,以提供给用户必要的提醒。一般可以通过ConnectivityManager来完成该工作。ConnectivityManager有四个主要任务:1、监听手机网络状态(包括GPRS,WIFI,UMTS等)2、手机状态发生改变时... 阅读全文
posted @ 2015-04-29 14:53 wangjuneng 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 前言: Objective C的runtime技术功能非常强大,能够在运行时获取并修改类的各种信息,包括获取方法列表、属性列表、变量列表,修改方法、属性,增加方法,属性等等,本文对相关的几个要点做了一个小结。目录:(1)使用class_replaceMethod/class_addMethod... 阅读全文
posted @ 2015-04-28 09:26 wangjuneng 阅读(191) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7