码迷,mamicode.com
首页 >  
搜索关键字:oid    ( 16201个结果
Java—IO流 RandomAccessFile类
RandomAccessFile RafDemo.java 执行结果: ...
分类:数据库   时间:2017-05-07 16:47:32    阅读次数:169
Android PendingIntent的使用
pendingIntent字面意义:等待的,未决定的Intent。 要得到一个pendingIntent对象,用法类的静态方法 getActivity(Context, int, Intent, int), getBroadcast(Context, int, Intent, int), getSe ...
分类:移动开发   时间:2017-05-07 16:10:06    阅读次数:227
迭代器遍历数组
public class Student { String name; int age; public String getName() { return name; } public void setName(String name) { this.name = name; } public in... ...
分类:编程语言   时间:2017-05-07 15:37:24    阅读次数:224
Building Boost for Android with error “cannot find -lrt”
编辑tools/build/src/tools/gcc.jam rule setup-threading ( targets * : sources * : properties * ){ local threading = [ feature.get-values threading : $(pr ...
分类:移动开发   时间:2017-05-07 13:04:20    阅读次数:259
Android,加载离线Android API文档缓慢问题!
转载了网上的一种方法,以解决Android API离线文档加载过慢的问题 ...
分类:移动开发   时间:2017-05-07 13:02:34    阅读次数:164
xhtml1-strict.dtd
%HTMLlat1; %HTMLsymbol; %HTMLspecial; ... ...
分类:Web程序   时间:2017-05-07 12:54:37    阅读次数:204
java基础
1 . public、private、static都不能修饰局部变量。 2 . 用“==”进行比较时,符号两边的数据类型必须一致(可相互转换的基本类型除外),否则编译出错。 3 . JAVA语言的任何关键字都没有大写(打头)字母。 4 . 访问修饰符 private:方法或变量只能在该类内部才能被访 ...
分类:编程语言   时间:2017-05-07 11:44:15    阅读次数:248
Java中的Scanner类
java.util.Scanner是Java5的新特征,我们可以通过Scanner类来获取用户的输入。创建Scanner对象的基本语法: Scanner s = new Scanner(System.in); 在读取前,一遍需要hasNext和hasNextLine判断是否还有输入的数据。它们的区别 ...
分类:编程语言   时间:2017-05-07 11:43:43    阅读次数:163
hdu 2349 最小生成树
/* 刚開始想错了,我以为必须是相邻的点才干连接。原来无线距离能够随意连接对最小生成树理解不够深啊 */ #include<stdio.h> #include<math.h> #include<stdlib.h> #include<string.h> #define N 600 struct nod ...
分类:其他好文   时间:2017-05-07 11:42:13    阅读次数:141
NOIP 普及组 T4 子矩阵(--洛谷P2258)
题目描述 给出如下定义: 例如,下面左图中选取第2、4行和第2、4、5列交叉位置的元素得到一个2*3的子矩阵如右图所示。 9 3 3 3 9 9 4 8 7 4 1 7 4 6 6 6 8 5 6 9 7 4 5 6 1 的其中一个2*3的子矩阵是 4 7 4 8 6 9 相邻的元素:矩阵中的某个元 ...
分类:其他好文   时间:2017-05-07 11:37:36    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!