JSR82 Bluetooth in Java参考资料
Wireless Application Programming with J2ME and Bluetooth
1. http://developers.sun.com/mobility/midp/articles/bluetooth1/
Part II: The Java APIs for Bluetooth Wireless Technology
2. http://developers.sun.com/mobility/midp/articles/bluetooth2/
JSR 82: JavaTM APIs for Bluetooth
3. http://www.jcp.org/en/jsr/detail?id=82
JSR 82 Bluetooth API and OBEX API
4. http://java.sun.com/javame/reference/apis/jsr082/
Bluetooth for Java
5. http://ajava.org/book/j2me/1100.html
Java Bluetooth HOWTO
6. http://www.caside.lancs.ac.uk/java_bt.php
Using the Java APIs for Bluetooth Wireless Technology, Part 1 - API Overview
7. http://developers.sun.com/mobility/apis/articles/bluetoothintro/index.html
Using the Java APIs for Bluetooth, Part 2 - Putting the Core APIs to Work
8. http://developers.sun.com/mobility/apis/articles/bluetoothcore/
Porting the Bluetooth Optional Package
9. http://java.sun.com/javame/reference/docs/sjwc-2.0-web/docs/OptionalAPIs-II-html/jsr082.html
Using the JSR-82 API for OBEX Image Transfers
10. http://developers.sun.com/mobility/apis/articles/bluetoothobex/
相关文档:
原文链接:http://java.csdn.net/index.php/2009/09/01/java%e5%bc%80%e5%8f%91%e8%80%85%e6%9c%80%e5%b8%b8%e5%8e%bb%e7%9a%8420%e4%b8%aa%e8%8b%b1%e6%96%87%e7%bd%91%e7%ab%99/
JAVA开发者最常去的20个英文网站
1.[http://www.javaalmanac.com] – Java开发者年鉴一书的在线版本. 要想快速查到某种Java技巧的用法 ......
Worker Thread Pattern的参与者:
1. Client(委托人)参与者
Client参与者会建立Request参与者,并传给Channel参与者。
2. Channel(通路)参与者
Channel参与者会从Client参与者获取Request参与者,传递给Worker参与者。
3. Worker(工人)参与者
Worker ......
import java.io.*;
public class CaiPiao {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
String str;
BufferedReader bufferReader = new BufferedReader(new InputStreamReader(System.in ......
String usrHome = System.getProperty("user.home");
下面是System的参数列表
Key Meaning
------------------- ---------------------- ......