- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 PopupWindow的基本操作
if (popupWindow==null) { LayoutInflater inflater = LayoutInflater.from(this); View view = inflater.inflate(R.layout.popup_window_all, null); lvPopup = (ListView) view.findViewById(R.id.lv_
2016-02-27 17:43:38 266
原创 Java——多人聊天室(基于TCP的网络编程——Socket)
Java——多人聊天室(基于TCP的网络编程——Socket) 服务端源代码: import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.IOException; import java.io.PrintWri
2015-11-27 20:57:29 10073 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人