`
dadi520
  • 浏览: 140073 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
社区版块
存档分类
最新评论
文章列表
UML类图关系全面剖析, 比较有用, 分析透彻, 学习了。   http://blog.csdn.net/dylgsy/article/details/1076044  
Session 与 Cookie详解, 非常详细,受益匪浅!   http://guomingzhang2008.iteye.com/blog/616398

破解隐藏ssid

http://blog.csdn.net/qshpeng/article/details/6899028   http://bbs.dbank.com/thread-36431-1-1.html   http://www.wangpanjie.com/303.html

jdic使用

在java应用程序中嵌入浏览器 http://duduheng.iteye.com/blog/854557   SWING内嵌浏览器、播放flash等应用 http://gongqi.iteye.com/blog/754231   java 浏览器 http://www.iteye.com/topic/337377      
jBPM的学习(一)比较不错讲出了基本概念 http://jessdy.iteye.com/blog/160954     jbpm的教程的例子之一 HelloWorld :demo还可以  http://www.iteye.com/topic/404162   深入浅出JBPM读书笔记(三) 合集, 比较简单粗糙, 对基本概念应该有个了解。 http://itway.iteye.com/category/150891   工作流学习: 感觉还行。 http://www.blogjava.net/liuwentao253/category/34590.html
hello android书籍 源代码:http://pragprog.com/titles/eband3   Professional Android App;ication Developoment 书籍源代码: www.wrox.com   Unlocking AndroidA Developer's Guide 书籍源代码: http://www.manning.com/ableson/

swing hide cursor

It appears that the Cursor class does not have a "blank" cursor to begin with, so one could define a new "blank" cursor using the Toolkit.createCustomCursor method. Here's one way I've tried which seems to work:   // Transparent 16 x 16 pixel cursor image. BufferedImage curs ...
  下面有三种安装插件的方式, 很好, 介绍的 不错 http://www.iteye.com/topic/1113353
String str = new String(byte[] byteArray); Convert a byte array to a Hex stringTag(s): The simple way public static String getHexString(byte[] b) throws Exception { String result = ""; for (int i=0; i < b.length; i++) { result += Integer.toString( ( b[i] & ...
串口通信详解 http://david20080309.iteye.com/blog/560620   收藏几个java串口通信 http://www.iteye.com/topic/163733

swing 新应用

关于自定义table, jTabbedPane等   jtabbedPane 无边框 UIManager.put("TabbedPane.contentBorderInsets", new Insets(0, 0, 0, 4));       JFreechart 应用 http://blog.csdn.net/thomas0yang/article/details/6273519   jFreechart 横坐标换行 http://topic.csdn.net/u/20081229/11/8886df6d-30ac-4b5e-a7f3-6a4c8ed5 ...
转自 : http://www.cnblogs.com/baoguo/archive/2008/12/22/1359737.html  
这个是个demo , 可以拿去改改

java 打印

http://java.sun.com/products/java-media/2D/forDevelopers/sdk12print.html
http://junjunbest.iteye.com/blog/395421   ================================================================================================================================   字典表设计及应用举例      为了响应志峰兄弟的需求,今天抽了点时间写点关于字典表设计的东西,顺便结合一个小的应用对设计做个用例体验。咱先来看看什么叫字典。     时间紧张,先略了,以后再谈呵呵字典存在的必要性及他的好处。     同上^_^字 ...
Global site tag (gtag.js) - Google Analytics