A wave embeded demo

使用wave有一段时间了,在自己的博客上放一个自己关注的wave。浏览注意,此条wave您需要有google wave账号。

[wave id="googlewave.com!w%252BomPSmSJqR"]

[/wave]

系统wordpress+wavr使用代码:

[wave id=”googlewave.com!w%252BomPSmSJqR”]

[/wave]

注意,
1. wave id的格式是googlewave.com!w%….,如果是sandbox的,类似
2. wave中要引入embeddy@appspot.com这个bot

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Haohao
  • Live
  • MisterWong
  • Slashdot
  • TwitThis
  • Upnews
  • Yahoo! Bookmarks

2 comments to A wave embeded demo

  • duangexinNo Gravatar

    在数据库操作中:插入数据时想让wxlistctrl控件随着时刻更新,在VC中
    m_listCtrl1.DeleteAllItems();
    m_listCtrl1->SetRedraw(false);
    while (m_listCtrl1->DeleteColumn(0));
    最后插入之后
    m_listCtrl1->SetRedraw(true);
    我查看了wxlistctl的属性中有RefreshItems
    wxListCtrl::RefreshItems
    void RefreshItems(long itemFrom, long itemTo)
    Redraws the items between itemFrom and itemTo. The starting item must be less than or equal to the ending one.
    请问这个怎么获取最后一行也就是行数,才能达到时刻更新呢?请老师指点一下。谢谢。

  • Ou LanhuiNo Gravatar

    已在前文回复。WordPress有提示功能,所以在wxWidgets相关贴子上讨论问题比较好。

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>