会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YSHY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
43
44
45
46
47
48
49
50
51
···
66
下一页
2014年5月28日
Java 之String.valueOf(obj)
摘要: 实例代码如下: String str = null; String uSelectDate = String.valueOf(str); System.out.println("==================uSelectDate:"+uSelectD...
阅读全文
posted @ 2014-05-28 08:20 yshy
阅读(495)
评论(0)
推荐(0)
2014年5月21日
Extjs Tooltip属性的使用
摘要: 要想让 tooltip生效必须:Ext.QuickTips.init();
阅读全文
posted @ 2014-05-21 14:24 yshy
阅读(504)
评论(0)
推荐(0)
2014年5月15日
Ubuntu14.0.4 64位 ADT 连接手机调试问题
摘要: 1:使用 lsusb 命令查看USB 设备y@y:~$ lsusbBus 001 Device 002: ID 8087:8000 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubBus 003 De...
阅读全文
posted @ 2014-05-15 11:11 yshy
阅读(507)
评论(0)
推荐(0)
2014年5月14日
Ubuntu14.0.4 64位安装ADT问题
摘要: 将ADT 解压之后,新建Android工程后没有R文件:google之后说要安装 ia32-libs 提示如下:安装lib32z1安装完成后,再次新建工程,报错如下:编译存在问题:则继续安装以下两个包:#apt-get install g++-multilib#apt-get install lib...
阅读全文
posted @ 2014-05-14 07:45 yshy
阅读(200)
评论(0)
推荐(0)
2014年5月13日
Uubntu scrot 的简单使用
摘要: scrot 是一个使用 imlib2 库截取屏幕和保存图像的的工具。1:安装#apt-get install scrot2:查看帮助#scrot -help-v, --version显示版本信息并且退出-b, --border当选择一个窗口时,同时包含窗口边框。-c, --count延时时的显示倒计...
阅读全文
posted @ 2014-05-13 18:09 yshy
阅读(317)
评论(0)
推荐(0)
Ubuntu14.0.4 64位安装Chrome浏览器
摘要: 下载链接:translate.google.com.hk/translate?hl=zh-CN&sl=en&u=http://95.31.35.30/chrome/pool/main/g/google-chrome-stable/&prev=/search%3Fq%3Dgoogle-chrome-s...
阅读全文
posted @ 2014-05-13 17:54 yshy
阅读(479)
评论(0)
推荐(0)
2014年5月8日
Android DatePickerDialog 只选择年月
摘要: //对EditText注册OnTouch事件etSscxNssbDate.setOnTouchListener(selectDateTouchListener);//选择日期 private OnTouchListener selectDateTouchListener = new OnTou...
阅读全文
posted @ 2014-05-08 14:30 yshy
阅读(6750)
评论(0)
推荐(0)
2014年5月7日
Java 正则提取数字串
摘要: 例如:有一个字符串:"数量最低2000份",将其中的2000数字提取出来。 String arg0 = "数量最低2000份"; Pattern p = Pattern.compile("\\d+"); Matcher m = p.matcher(arg0); ...
阅读全文
posted @ 2014-05-07 14:19 yshy
阅读(1373)
评论(0)
推荐(0)
2014年5月5日
客户端HttpClient处理 Servlet Gzip
摘要: 服务端采用gzip对文本内容进行压缩处理,客户端使用HttpClient获取数据并进行gzip解压缩。一: 服务端public class GzipTestServlet extends HttpServlet { protected void processRequest(HttpSer...
阅读全文
posted @ 2014-05-05 18:54 yshy
阅读(3358)
评论(0)
推荐(1)
2014年4月29日
Ext常用Tool
摘要: Ext.onReady(function() { var mPanel = Ext.create('Ext.panel.Panel', { title: 'Panel', width: '100%', height: 100, rende...
阅读全文
posted @ 2014-04-29 08:47 yshy
阅读(289)
评论(0)
推荐(0)
上一页
1
···
43
44
45
46
47
48
49
50
51
···
66
下一页
公告