肖方柏ID:xiaofangbo
173次访问,排名2万外好友0人,关注者0
喜欢交朋友
xiaofangbo的文章
原创 3 篇
翻译 0 篇
转载 1 篇
评论 0 篇
最近评论
文章分类
    收藏
      相册
      无题
      存档
      软件项目交易
      订阅我的博客
      XML聚合  FeedSky
      订阅到鲜果
      订阅到Google
      订阅到抓虾
      订阅到BlogLines
      订阅到Yahoo
      订阅到GouGou
      订阅到飞鸽
      订阅到Rojo
      订阅到newsgator
      订阅到netvibes
      2008年04月27日

      原创 js TREE

       // Node object

      function Node(id, pid, name, url, title, target, icon, iconOpen, open) { this.id = id; this.pid = pid; this.name = name; this.url = url; this.title = title; this.target = target; this.icon = icon; this.iconOpen = iconOpen; this._io = open || false; this._is = false; this._ls = false; this._hc = false; this._ai = 0; this._p; };

      // Tree object

      function dTree(objName) { this.config = {     target 阅读全文>

      发表于 @ 2008年04月27日 16:17:00|评论(loading...)|编辑

      2008年04月11日

      转载 创业仅仅有一个好主意是不够的

      创业仅仅有一个好主意是不够的,创业需要你去做一件你喜欢、擅长而且能够坚韧不拔长期去做的事情。”百度董事长兼CEO李彦宏昨日应邀至上海交通大学演讲,并与该校师生围绕“创业与个人发展”进行了热烈的互动。阅读全文>

      发表于 @ 2008年04月11日 06:28:00|评论(loading...)|编辑

      Csdn Blog version 3.1a
      Copyright © xiaofangbo