11 2012 档案

摘要:https://github.com/eriknyk/addendum/blob/master/README.md<?phprequire_once 'annotations.php';class Persistent{ }/** @Persistent */class Person { // some code}$reflection = new ReflectionAnnotatedClass('Person'); // by class nameecho $reflection->hasAnnotation('Persistent 阅读全文
posted @ 2012-11-21 01:38 solq 阅读(345) 评论(0) 推荐(0)
摘要:1 package com.my9yu.manager.module.test; 2 3 import java.io.File; 4 import java.io.IOException; 5 import java.io.InputStream; 6 import java.io.RandomAccessFile; 7 8 import org.apache.http.HttpEntity; 9 import org.apache.http.HttpResponse;10 import org.apache.http.client.ClientProtocolException;11... 阅读全文
posted @ 2012-11-17 15:38 solq 阅读(3062) 评论(0) 推荐(0)