購物車系統中的級別類,private Integer id
private STRING cname
private Integer parentid
private STRING description
private Blob photo
private Short ctype
private Set products = new HashSet(0)
private Set normses = new HashSet(0)
A bluetooth SMS patcher Java ME application I made quickly after I thought about making one.
What is does is to use JSR-82 (Bluetooth API) to send a STRING msg, STRING dest to another phone running shin-chan, and this phone will try to send it as SMS using JSR-135 (WMA).
The upload is a Netbeans 6.0 (the ver. available back then) project. Hope this code will help someone