07 2016 档案

摘要:编写简单的UDP应用首先,编写发送UDP数据报的示例。这需要有个服务器端能接收到内容。用Java写了个简单的接收端:public static void main(String[] args) throws IOException { InetSocketAddress address = new 阅读全文
posted @ 2016-07-18 17:08 猪猪侠_110 阅读(246) 评论(0) 推荐(0)
摘要:初始化部分: UICollectionViewFlowLayout *flowLayout= [[UICollectionViewFlowLayout alloc]init]; self.myCollectionView = [[UICollectionView alloc] initWithFra 阅读全文
posted @ 2016-07-06 10:59 猪猪侠_110 阅读(211) 评论(0) 推荐(0)