摘要:
class GenClass<T>{ public void Note(T t) { Console.WriteLine(t); }}调用 var ass = Assembly.Load("TextCord");//反射调用泛型var type_q = ass.GetType("TextCord.G 阅读全文
摘要:
A************* A*************B*************//Banner轮播implementation 'com.youth.banner:banner:1.1.5'//ButterKnife注解 annotationProcessor 'com.jakewharto 阅读全文
摘要:
class SingLeton{ private static SingLeton inntleton = null; private ArrayList stlit = null; //私有构造函数 private SingLeton() { } public static SingLeton s 阅读全文
摘要:
<1>首先需要注册个第三方的账户,比如秒嘀科技等,然后拿到三个参数值:QUERAY_PATH ACCOUNT_SID AUTH_TOKEN<2>编写获取验证码类getMessage.java private static final String QUERAY_PATH="xxxx"; privat 阅读全文
摘要:
@ApiImplicitParams({ @ApiImplicitParam(name="mobile",value="手机号",required=true,paramType="form"), @ApiImplicitParam(name="password",value="密码",require 阅读全文