上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 总的来说 大二这一年 就是自学了下Android 然后机械式的当了一下代码搬运工和修改工,做的东西没什么营养,然后感觉自己底蕴没什么积累,挺难受的,感觉不如上个专科,我有一个同学,上的大专,他们和我们学的一样的东西,他们天天敲代码,感觉能力比我要高很多,现在我有点怀疑我当初的选择了,有的人可能会说, 阅读全文
posted @ 2019-06-22 23:21 我叫张小凡 阅读(370) 评论(0) 推荐(0) 编辑
摘要: public class Bean { public int number; public String id; public String name; public String content; public Bean(int number,String id,String name,String content) { ... 阅读全文
posted @ 2019-06-20 23:09 我叫张小凡 阅读(127) 评论(0) 推荐(0) 编辑
摘要: public class Bean { private char name; private double pinlv; public Bean(char name,double pl) { this.name=name; this.pinlv=pl; } public char getName() { r... 阅读全文
posted @ 2019-06-20 23:08 我叫张小凡 阅读(926) 评论(0) 推荐(0) 编辑
摘要: public class test { public static void main(String[] args) { int[] a = new int[10]; int[] b=new int [10]; int j=0; int sum=0; a[0] = 1; a[1] = -1; ... 阅读全文
posted @ 2019-06-20 23:08 我叫张小凡 阅读(148) 评论(0) 推荐(0) 编辑
摘要: import java.io.File; import java.io.FileReader; import java.io.PrintWriter; import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class findLong { public static v... 阅读全文
posted @ 2019-06-20 23:07 我叫张小凡 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-06-20 23:03 我叫张小凡 阅读(152) 评论(0) 推荐(0) 编辑
摘要: //左侧标题文字 //右侧文字说明 //右侧箭头 阅读全文
posted @ 2019-06-20 23:02 我叫张小凡 阅读(122) 评论(0) 推荐(0) 编辑
摘要: import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; impor... 阅读全文
posted @ 2019-06-20 23:01 我叫张小凡 阅读(172) 评论(0) 推荐(0) 编辑
摘要: import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; impor... 阅读全文
posted @ 2019-06-20 23:00 我叫张小凡 阅读(110) 评论(0) 推荐(0) 编辑
摘要: import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import com.example.myapplication.Fragment.HistoryFragment; ... 阅读全文
posted @ 2019-06-20 22:59 我叫张小凡 阅读(107) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页