java反射
是辉仔啊
android软件研发
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java/android 反射demo,通俗易懂,你值得拥有!!!
package com.example;public class Student {// 变量和setAge、getAge方法都是私有的 private String id, name, sex; private int age; private final static String CLASSNAME = "Student";private void setAge(int age) { t原创 2016-11-06 20:15:52 · 473 阅读 · 1 评论 -
菜鸟学习c、c++
1、输出hello world 使用mingw编辑器。 helloAtom.cpp//#include <stdio.h> // #include <iostream> //using namespace std; int main() { // cout<<"hello 123atom111"<<endl; puts("123");原创 2017-05-17 15:23:49 · 838 阅读 · 0 评论
分享