码迷,mamicode.com
首页 >  
搜索关键字:todo    ( 2905个结果
P85练习3
1 public class P85Excise { 2 3 public static void main(String[] args) { 4 // TODO 自动生成的方法存根 5 6 int i =1; 7 float sum =...
分类:其他好文   时间:2016-01-06 23:42:01    阅读次数:196
1.5作业
打印菱形package zuoye;public class lingxing { public static void main(String[] args) { // TODO 自动生成的方法存根 for (int x=1;x0;m--){ ...
分类:其他好文   时间:2016-01-06 21:34:04    阅读次数:132
百文百鸡 水仙花数 百马百担
package zuoye;public class zuoye16 { public static void main(String[] args) { // TODO 自动生成的方法存根 for (int x = 1; x < 100; x++)...
分类:其他好文   时间:2016-01-06 21:30:28    阅读次数:151
Clob对象转换为String
/** * @title: clobParseString * @description:TODO Clob对象转换为String * @author: yubo * @param clob * @return * @throws SQLExc...
分类:其他好文   时间:2016-01-06 17:47:59    阅读次数:220
android开发-小技巧篇(集合)
1.对于过多的控件,功能类似,数量又多的,可以用include方法。在实现应用中,可以把控件放入List集合中。private void initView() { // TODO Auto-generated method stub pwd1 = (EditText) findViewByI...
分类:移动开发   时间:2016-01-06 15:53:42    阅读次数:212
fragment 添加menu
http://bbs.51cto.com/thread-1091458-1-1.html有详解@Override public void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super......
分类:其他好文   时间:2016-01-05 20:25:52    阅读次数:116
循环语句
public class xunhuan1 { public static void main(String[] args) { // TODO 自动生成的方法存根 double a = 1; double b = 0.00008; wh...
分类:其他好文   时间:2016-01-05 12:28:03    阅读次数:129
大大小小
package mytext;import java.util.Scanner;public class TextIF { public static void main(String[] args) { // TODO 自动生成的方法存根 //测试条件语句 int i = 1000;...
分类:其他好文   时间:2016-01-05 00:01:00    阅读次数:253
2016-1-4作业
public class GetSwith { public static void main(String[] args) { // TODO 自动生成的方法存根 //判断两个数的大小,如果不相等并输出较大那个 int x = 20;...
分类:其他好文   时间:2016-01-04 23:47:29    阅读次数:234
mfc的 windows消息处理
消息处理函数:2,消息处理LRESULT CWork::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) { // TODO: Add your specialized code here and/or call the base c...
分类:编程语言   时间:2016-01-04 22:40:26    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!