自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (8)
  • 收藏
  • 关注

原创 Java Swing 动态增加控件

class dynmaicBtnListener implements java.awt.event.ActionListener{ @Override public void actionPerformed(ActionEvent e) { System.out.println("new button clicked.");

2014-07-31 00:20:40 15445 2

原创 Cannot find the class file for java.lang.Object. Fix the build path then try building this project

The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this projectProperties->Java Build Path->Add Lib

2014-07-30 05:26:55 8235 1

原创 look and feel setting in Netbeans.

try { for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) { System.out.println(info.getName()); if ("Nimbus"

2014-07-29 23:48:33 681

转载 How to generate UML Diagrams from Java code in Eclipse

How to generate UML Diagrams from Java code in EclipseUML diagrams compliment inline documentation ( javadoc ) and allow to better explore / understand a design. Moreover, you can print and

2014-07-26 06:20:54 1895

原创 Json convert to object with gjson.(Json 转换为类对象)

{"username":"mike chen", "status":"100", "totalCount":"5","itemArray":[ {"type":"CARDIO","description":"Running", "complete_value":"10", "unit":"minutes", "calories":"480"},{"type":"CARDIO","descri

2014-07-26 03:59:01 4463

原创 android debug, print class name, line number

在Android调试的时候,有时候需要打印zhidin

2014-07-24 05:39:27 1112

原创 progressDialog not attached to window manager error!

android.view.WindowLeaked: Activity xxxx.ProgressMainActivity has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView{43805410 V.E..... R.....ID 0,0-1026,288} that was originally adde

2014-07-24 05:23:56 8607 2

转载 Nexus 7 (2013) and Win 7 64 - cannot install USB driver

You can do this on the Nexus 7 by going to Settings > Storage, clicking on the strange menu icon in the top right hand corner and selecting "USB computer connection". I then changed the storage mode t

2014-07-17 23:12:20 841

NavigationBar

侧滑菜单例子,切换速度慢的例子。

2016-06-19

java android apk 反编译

反编译jar or android apk文件。可以查看源代码。

2015-07-16

Android file upload with progress bar

Android 上传文件到服务器,服务器接收 code,客户端有进度条更新。

2015-01-28

AsyncTask 并行,串行操作测试

在新版本Android SDK中AsyncTask,应该注意在默认情况下AsyncTask是在一个单线程中调用队列中的Task。例如:有多个AsyncTask任务同时开始调用。但是执行的时候是串行的。 这个例子用作测试。

2015-01-23

Mac 地址厂商分配表

Mac 地址厂商分配表, 各个厂商申请的Mac地址头信息。

2013-01-31

随机产生MAC地址,符合IEEE标准。芯片公司可查询。

随机产生MAC地址,符合IEEE标准。每个mac地址都可以查询到指定的芯片公司。内部集成了1200家在IEEE申请过MAC 地址的公司。 源代码为java。

2013-01-31

YY0319-2008医用电气设备 第 2部分 医疗诊断用磁共振设备安全专用要求版.pdf

YY0319-2008医用电气设备 第 2部分 医疗诊断用磁共振设备安全专用要求版.pdf

2010-06-21

遗传算法 5个实例程序

遗传算法5个程序,函数,神经网络等!!!!

2009-09-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除