摘要: //// 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仓库的人员姓名 gitconfig--globaluser.name"YourNameComesHere"#配置使用git仓库的人员email gitconfig--globaluser.emailyou@yourdomain.example.com #配置到缓存默认15分... 阅读全文
posted @ 2015-04-30 18:09 wangjuneng 阅读(144) 评论(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 阅读(985) 评论(0) 推荐(0)
摘要: getColumnspublic ResultSet getColumns(Stringcatalog, StringschemaPattern, StringtableNamePattern... 阅读全文
posted @ 2015-04-30 08:04 wangjuneng 阅读(305) 评论(0) 推荐(0)