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
阅读全文
摘要: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...
阅读全文