Java有着一个非常突出的动态相关机制:Reflection,用在Java身上指的是我们可以于运行时加载、探知、使用编译期间完全未知的classes。换句话说,Java程序可以加载一个运行时才得知名称的class,获悉其完整构造(但不包括methods定义),并生成其对象实体、或对其fields设值、或唤起其methods。...
分类:
编程语言 时间:
2014-11-27 23:45:52
阅读次数:
545
There are situations where you might want to add additional methods toangular.module. This is easy to accomplish, and can be a handy technique. //F...
分类:
Web程序 时间:
2014-11-27 18:02:33
阅读次数:
124
在ios开发中一般用到的基础动画有以下几种,所有的动画参数配置大致相同,但是有时候在开发过程中很少这样配置一般使用代码块比较方便,而且代码也比较简单以下是常用基础动画类型的一个配置
#pragma mark -- Action methods
- (void)transitionAnimation// 转场动画
{
//设置动画名称,方便代理方法判断是哪个动画
[UIView...
分类:
移动开发 时间:
2014-11-26 11:27:54
阅读次数:
176
在VC下采用ADO实现BLOB(Binary)数据的存储,读取,修改,删除。作者:邵盛松 2009-09-05前言1关于的BLOB(Binary)数据的存储和读取功能主要参考了MSDN上的一篇《AppendChunk and GetChunk Methods Example (VC++)》,原文地址...
分类:
其他好文 时间:
2014-11-25 12:23:32
阅读次数:
166
// Playground - noun: a place where people can playimport UIKit// 几个重要的概念Properties/Methods/Subscripts/Initialization/Extensions/Protocols/Inheritance...
分类:
编程语言 时间:
2014-11-23 18:56:31
阅读次数:
242
原文:http://www.nigelrivett.net/SQLTsql/WriteTextFile.htmlThe are several methods of creating text files from sql server.osqlbcpredirection commandssp_M...
分类:
数据库 时间:
2014-11-20 18:23:32
阅读次数:
210
Unlike methods, a constructor cannot be abstract, static, final, native or synchronized. 1. A constructor is not inherited, so there is no need to dec...
分类:
其他好文 时间:
2014-11-20 11:42:59
阅读次数:
222
ERROR:All WebView methods must be called on the same thread.warnning:所有WebView方法必须在主线程调用(4.0)所有WebView方法必须在同一线程调用(4.4)这是原来报错的程序 public void loadurl...
分类:
移动开发 时间:
2014-11-19 18:00:50
阅读次数:
197
一 远程过程调用RPC
XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a transport. With it, a client can call methods with parameters on a remote server (the server is named by a UR...
分类:
编程语言 时间:
2014-11-17 15:56:14
阅读次数:
177