SharePoint2010沙盒解决方案基础开发——关于TreeView树形控件读取列表数据(树形导航)的webpart开发及问题

摘要: SharePoint2010沙盒解决方案基础开发——关于TreeView树形控件读取列表数据(树形导航)的webpart开发及问题1、实现效果如下:点击各个节点进入相应的链接2、测试列表:3、创建解决方案及webpart,代码如下所示using System; using System.ComponentModel; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using Microsoft.SharePoint 阅读全文
posted @ 2012-01-16 14:24 java课程设计例子 阅读(166) 评论(0) 推荐(0)

JAVA基于UDP的多点广播数据报技术的一个实现例子

摘要: com.han.WeatherThis is a UDP network program. The following presents a multicast datagram program, which is actually a new technology. The multicast datagram socket class is useful for sending and receiving IP multicast packets. A MulticastSocket is a (UDP) DatagramSocket, with additional capabiliti 阅读全文
posted @ 2012-01-16 07:20 java课程设计例子 阅读(214) 评论(0) 推荐(0)