`
文章列表
http://baike.baidu.com/view/93372.htm PIN码(PIN1) - 4位 PUK码(PUK1) - 由8位数字 PIN2码       - PUK2码       -  不过这两种密码与网络计费及SIM卡内部资料的修改有关,所以不会公开,而且即便PIN2密码锁死,也不会影响手机的正常使用。因此,PIN2码和PUK2码不必去刻意理会。 CPU卡 GSM的SIM卡     银行卡(大陆多磁条卡)    八达通 存储卡 IC电话卡 读卡器 +  电脑 终端(如Pos机) 串口,并口,USB , 红外线接口    的读卡器 控制读卡器的软件 智能卡 ...
IBM 的四部曲 1. JAVA 卡与 APPLET: 智能卡与安全 http://www.ibm.com/developerworks/cn/java/jcard/index1.html 2. JAVA卡与APPLET: JAVA卡概述 http://www.ibm.com/developerworks/cn/java/jcard/index2.html 3. JAVA卡与APPLET: JAVA卡的APPLET http://www.ibm.com/developerworks/cn/java/jcard/index3.html 4. JAVA卡与APPLET系列之四——有问必答 http: ...

抓包工具

    博客分类:
  • SOAP
http://www.ethereal.com/ http://www.wireshark.org/ http://www.webxml.com.cn/zh_cn/index.aspx  web服务 的网站
http://www.infoq.com/cn/articles/arjen-poutsma-spring-ws http://www.infoq.com/articles/arjen-poutsma-spring-ws;jsessionid=33A73F5FE6E82810211187E9A2B66811 Arjen Poutsma谈Spring Web Services 作者 Stefan Tilkov 译者 俞黎敏 发布于 2007年12月6日 领域 语言 & 开发, 企业架构 ...
...
1. 软件开发的两条路: 1)自制化    需求导向不断开发的软件,一定要自制,和不太适合全面用UML 2)产品化    UML更适合于产品化的软件开发,投入大,开发周期长。 产品化应该要在试运行阶段就要确认它是否产品失败。 2. 开发软伯要明确: 客户的业务, 客户的目的 3. 要以不同的层面去用UML 对外部系统,对内部系统; 在OOA的分析阶段,更多要从整体上看,少看细节, 在OOD的设计阶段,就要看细节; 4. 全面应用UML可以看到让项目经理看到项目的进度,掌握全局,项目可以以模块以接口的方式同时开展; 小型应用UML,可以用它来进行团队的交流; 5. IBM appscan ...
1 . jpa 混合主键 2. 映射 的 单向、双向   一对多 3. 结构 pojo(jpa) --> Dao + Impl --> Service + Impl -->  controller --> view 4. 延时加载,懒加载 5. 结构 client --> web server --> DB server 6. i18n ,  l10n  国际化,本地化 7. wait() 释放锁,sleep() 不会 锁.wait(); 锁.notify(); 通知 synchronized (obj) { while(! conditio ...
1 .  原来 eclipse 用 Alt  +  / 会弹出提示的 2.  java 的 BigDecimal  如果要精确构造要用  new BigDecimal("-1222.98")的字符串去,用 new BigDecimal(-1222.98)不精确的. BigDecimal bg; bg.doubleValue();  //这个都不精确,无论系小数位还系整体
http://www.springsource.com/developer/sts
http://www.ibm.com/developerworks/cn/websphere/library/techarticles/loulijun/MQnewer/MQnewer.html http://www.ibm.com/developerworks/cn/websphere/zones/businessintegration/wmq.html http://www-01.ibm.com/software/cn/websphere/integration/wmq/v7/ http://www-01.ibm.com/software/cn/websphere/integra ...
1. 下载回来的project,如果系 [2010-12-18 14:05:19 - Notification] Unable to resolve target 'android-6' 可改eclipse的default.porperties 的 # Project target. target=android-8 http://www.pocketdigi.com/20100919/113.html                                                                                         20101218 ...

hwpf POI

样式集 StyleSheet styleSheet = hwpfDocument.getStyleSheet(); 字体集 hwpfDocument.getFontTable().getMainFont(0) hwpfDocument.getFontTable().getAltFont(0) Times New Roman Times New Roman Symbol Symbol Arial Arial 隶书 隶书 幼圆 幼圆 宋体 Mismatch in chpFtc with stringCount null /////////////////////////////// 修改poi ...

java 注解~~~

/** * 下载文件流 * @param remoteFileName --服务器上的文件名 * @param localFileName--本地文件 ? * @throws IOException * @deprecated */ //@Deprecated public abstract InputStream loadOutStream(String remoteFileName) throws IOException; @deprecated vs @Deprecated

SQL

select * from ( select s1.* ,s2.snap_file as oldpic  from page_snapshot s1 left join page_snapshot s2 on s1.page_issue_id = s2.page_issue_id and s2.snap_time<s1.snap_time where s1.page_issue_id = 413 order by s1.snap_time desc, s2.snap_time desc ) where ROWNUM <= 1 1. oldpic  写成'oldpi ...
http://www.vogella.de/articles/Android/article.html 1.2. Important Android terms An Android application consists out of the following parts: Activity - A screen in the Android application Services - Background activities without UI Content Provider - provides data to applications, Android cont ...
Global site tag (gtag.js) - Google Analytics