2013年5月24日

编写Chrome插件 [入门][转]

摘要: 编写Chrome插件 阅读全文

posted @ 2013-05-24 15:41 柏海 阅读(185) 评论(0) 推荐(0) 编辑

2013年5月5日

SEVERE: Error configuring application listener of class com.sun.xml.ws.transport.http.servlet.WSServletContextListener java.lang.ClassNotFoundExceptio

摘要: 错误如下:SEVERE: Error configuring application listener of class com.sun.xml.ws.transport.http.servlet.WSServletContextListenerjava.lang.ClassNotFoundException: com.sun.xml.ws.transport.http.servlet.WSServletContextListenerat org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java: 阅读全文

posted @ 2013-05-05 20:20 柏海 阅读(5902) 评论(1) 推荐(0) 编辑

2012年9月5日

Eclipse Juno 更改启动时的默认工作空间

摘要: 我的Eclipse版本: Version: Juno Release Build id: 20120614-1722步骤如下:1.打开配置文件$YourInstallDir/eclipse/configuration/config.ini 。$YourInstallDir指你的Eclipse安装位置。2.找到 “osgi.instance.area.default=***”,将“***”改成你想设置的地址,保存文件,重启eclipse就会将设置的地址作为工作空间。--End-- 阅读全文

posted @ 2012-09-05 10:27 柏海 阅读(490) 评论(0) 推荐(0) 编辑

2012年9月4日

Android学习笔记20120904(相信就要坚持!无论是生活还是爱情!)

摘要: //1.使用findViewById找到布局文件里的控件对象mTextViewOne = (TextView) findViewById(R.id.textViewOne);//2.设置TextView显示的文字mTextViewOne.setText(str);//3.布局文件中TextView控件的id,以及显示文字android:id="@+id/textViewOne"android:id="@string/str"//4.布局文件中TextView显示各种链接,如:http://www.baidu.comandroid:autoLink=&qu 阅读全文

posted @ 2012-09-04 20:43 柏海 阅读(252) 评论(0) 推荐(0) 编辑

2012年8月20日

Android定制组件的三种方式(提供代码)

摘要: 方式一、继承原有的组件实例:带图像的TextView1、IconTextView.javapackage net.blogjava.mobile.widget;import android.content.Context;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.graphics.Canvas;import android.graphics.Rect;import android.util.AttributeSet;import android.widget.TextV 阅读全文

posted @ 2012-08-20 14:39 柏海 阅读(5287) 评论(0) 推荐(0) 编辑

2012年8月10日

昨天,今天,明天

摘要: 如果岁月是一首诗,我要学习音乐,把它谱上美丽的旋律,用时间演奏;生命从没有终点,生命是一个循环。 阅读全文

posted @ 2012-08-10 15:53 柏海 阅读(109) 评论(0) 推荐(0) 编辑

导航