摘要: 来上海整整五年了,事业上已有了突飞猛进的飞跃,生活方面有过一段段的辛酸。然而,如今回首看来,这五年来也这是这些苦恼最终成为我前进的机遇,让我拥有了目前还算可以的生活境遇—700万身价,对有些兄弟来说可能是微不足道,但是我想大多数朋友还可能暂时没有达到这个状态 没有半点炫耀的意思,我知道朋友们很多都会 阅读全文
posted @ 2019-09-19 09:59 雪山一客 阅读(705) 评论(1) 推荐(0) 编辑
摘要: Windows下 ANT的安装和配置: http://blog.csdn.net/chow__zh/article/details/8362835%20%20 Android UI自动化系列 : http://mp.weixin.qq.com/mp/homepage?__biz=MzI2OTQ2NT 阅读全文
posted @ 2017-02-27 17:05 雪山一客 阅读(333) 评论(1) 推荐(0) 编辑
摘要: HttpClient (POST GET PUT)请求 package com.curender.web.server.http; import java.io.IOException; import org.apache.commons.httpclient.DefaultHttpMethodRe 阅读全文
posted @ 2016-12-29 14:55 雪山一客 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 自定义TextView 调用ttf格式字体view sourceprint?1.将ttf格式文件存放在assets/fonts/下注:PC系统字体存放在C:\Windows\Fonts下view sourceprint?01.import android.content.Context;02.imp... 阅读全文
posted @ 2015-04-19 21:59 雪山一客 阅读(1334) 评论(0) 推荐(0) 编辑
摘要: package sort;public class SortAll {/* * 冒泡排序,选择排序,插入排序,希尔(Shell)排序 Java的实现 * @param args */public static void main(String[] args) {// TODO Auto-generated method stub int [] i={1, 5, 6, 12, 4, 9, 3, 23, 39, 403, 596, 87 }; System.out.println("---冒泡排序的结果:"); maopao(i); System.out.println(); 阅读全文
posted @ 2013-04-11 17:38 雪山一客 阅读(596) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-03-27 20:49 雪山一客 阅读(3) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-03-27 20:47 雪山一客 阅读(5) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-03-27 20:45 雪山一客 阅读(4) 评论(0) 推荐(0) 编辑
摘要: /*【程序14】 *题目:输入某年某月某日,判断这一天是这一年的第几天? */ import java.util.*; public class Test14 { public static void main(String[] args) { int count=0; Scanner in=new Scanner(System.in); System.out.print("请输入年:"); int year=in.nextInt(); System.out.print("请输入月:"); int month=in.nextInt(); System.o 阅读全文
posted @ 2013-03-27 20:42 雪山一客 阅读(108) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-03-27 20:36 雪山一客 阅读(6) 评论(0) 推荐(0) 编辑