上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: 向文件写入内容static String path = File.separator + "E:" + File.separator + "cxd" + File.separator + "... 阅读全文
posted @ 2015-10-10 10:33 稻香鱼 阅读(104) 评论(0) 推荐(0)
摘要: BufferedReader br=null; BufferedWriter bw=null; FileReader fr=null; FileWriter fw=null;... 阅读全文
posted @ 2015-10-10 10:03 稻香鱼 阅读(97) 评论(0) 推荐(0)
摘要: //文件字符流 FileReader,FileWriter FileReader fr=null; FileWriter fw=null; try { fr =new FileReade... 阅读全文
posted @ 2015-10-10 09:46 稻香鱼 阅读(384) 评论(0) 推荐(0)
摘要: File f=new File("e:/abc.txt"); FileOutputStream fos=null; try { fos=new FileOutputStre... 阅读全文
posted @ 2015-10-09 11:01 稻香鱼 阅读(117) 评论(0) 推荐(0)
摘要: svn co 的用法经常有两种: 第一种: 直接 svn co http://svnserver/mypro/trunk 此时, 会在你的当前目录下, 增加一个 trunk文件夹; svn的trunk文件的内容, 在trunk文件夹中。 第二种: svn co http://svnserver/my 阅读全文
posted @ 2015-09-30 15:24 稻香鱼 阅读(2266) 评论(0) 推荐(1)
摘要: 1.效果 2.核心代码 for(int i=1;i<=lay-1;i++) { for(int k=1;k<=lay-i;k++) { System.out.print(" "); } for(int j=1;j<=2*(i-1)+1;j++) { System.out.print("*"); } 阅读全文
posted @ 2015-09-29 11:25 稻香鱼 阅读(82) 评论(0) 推荐(0)
摘要: 结果: 代码: for (int i = 1; i <= lay; i++) { /* * for(int j=1;j<=i;j++) { System.out.print("*"); } * System.out.println(); */ // 找出空格 for (int j = 1; j <= 阅读全文
posted @ 2015-09-25 11:11 稻香鱼 阅读(107) 评论(0) 推荐(0)
摘要: [Description]在camera setting中开启voice control,然后点击恢复默认设置,再进入camera setting菜单查看,发现voice control没有恢复默认值,仍处于开启... 阅读全文
posted @ 2015-09-23 17:30 稻香鱼 阅读(133) 评论(0) 推荐(0)
摘要: 转载出自:http://bbs.51cto.com/thread-1094228-1.htmlMessageQueue.IdleHandler可以用来在线程空闲的时候,指定一个操作;有点类似Handler.pos... 阅读全文
posted @ 2015-09-18 10:21 稻香鱼 阅读(195) 评论(0) 推荐(0)
摘要: 核心代码:LinearLayout linearLayout = new LinearLayout(this); linearLayout.setOrientation(LinearLayout.VERTICA... 阅读全文
posted @ 2015-09-16 16:47 稻香鱼 阅读(122) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页