java緩存 動力短信開會
jive的緩存非常復(fù)雜???
但思想就是用cacheable接口實現(xiàn)緩存對象
public class Cache implements Cacheable??
放入雙向鏈表? 這個鏈表由個體維護個體指向和整體維護頭鏈表
class LongLinkedList {
??? /**
???? * The root of the list keeps a reference to both the first and last
???? * elements of the list.
???? */
??? private LongLinkedListNode head = new LongLinkedListNode(-1L, null, null);
public class LongLinkedListNode {
??? public LongLinkedListNode previous;
??? public LongLinkedListNode next;
??? public long key;
面向?qū)ο筘?fù)責(zé)實現(xiàn)對象功能?? 對象可以自由游走
forumfactory負(fù)責(zé)產(chǎn)生dbforum?? 同時又被dbforum引用?? 互相關(guān)聯(lián)
短信這里有兩個問題
1是序列號? 收發(fā)短信如何對應(yīng)號碼? 過程如何
2是網(wǎng)關(guān)如何運作?
posted on 2006-08-25 17:09 呂鵬 閱讀(173) 評論(0) 編輯 收藏 所屬分類: java技術(shù)心得