会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wangjuneng
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
2015年5月3日
Ext原码学习之lang-Array.js
摘要: // JavaScript Document//Array 方法(function(){ var arrayPrototype = Array.prototype, slice = arrayPrototype.slice, supportsSplice = (fu...
阅读全文
posted @ 2015-05-03 21:49 wangjuneng
阅读(195)
评论(0)
推荐(0)
2015年5月1日
Ext原码学习之Ext-more.js
摘要: // JavaScript DocumentExt.apply(Ext,{ userAgent:navigator.userAgent.toLowerCase(), cache:{}, isSeed:1000, windowId:'ext-window', do...
阅读全文
posted @ 2015-05-01 21:40 wangjuneng
阅读(293)
评论(0)
推荐(0)
2015年4月30日
IOS tableView 滑动删除与排序功能
摘要: //// 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
阅读(587)
评论(0)
推荐(0)
Git常用命令
摘要: 初始化配置#配置使用git仓库的人员姓名 gitconfig--globaluser.name"YourNameComesHere"#配置使用git仓库的人员email gitconfig--globaluser.emailyou@yourdomain.example.com #配置到缓存默认15分...
阅读全文
posted @ 2015-04-30 18:09 wangjuneng
阅读(144)
评论(0)
推荐(0)
Ext原码学习之Ext.js
摘要: 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
阅读(985)
评论(0)
推荐(0)
DatabaseMetaData
摘要: getColumnspublic ResultSet getColumns(Stringcatalog, StringschemaPattern, StringtableNamePattern...
阅读全文
posted @ 2015-04-30 08:04 wangjuneng
阅读(305)
评论(0)
推荐(0)
2015年4月29日
Android实时监听网络状态
摘要: 在开发android应用时,涉及到要进行网络访问,时常需要进行网络状态的检查,以提供给用户必要的提醒。一般可以通过ConnectivityManager来完成该工作。ConnectivityManager有四个主要任务:1、监听手机网络状态(包括GPRS,WIFI,UMTS等)2、手机状态发生改变时...
阅读全文
posted @ 2015-04-29 14:53 wangjuneng
阅读(451)
评论(0)
推荐(0)
2015年4月28日
Objective C运行时(runtime)技术总结,好强大的runtime
摘要: 前言: Objective C的runtime技术功能非常强大,能够在运行时获取并修改类的各种信息,包括获取方法列表、属性列表、变量列表,修改方法、属性,增加方法,属性等等,本文对相关的几个要点做了一个小结。目录:(1)使用class_replaceMethod/class_addMethod...
阅读全文
posted @ 2015-04-28 09:26 wangjuneng
阅读(208)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
公告