-
AystnPicture
图片同步上传法,内有仔细的标注,利于读者学习(Image sync upload method, with annotations carefully, good for readers to learn)
- 2013-10-14 23:37:21下载
- 积分:1
-
android 开发框架 实例源码下载 ecloud
android 开发框架 实例源码下载 ecloud
- 2014-12-06下载
- 积分:1
-
Androidtelnetloading
带Loading效果的Android远程登录代码+实例,用于在后台请求服务器是否登录成功,返回[0]登录状态,[1]是否网络错误。代码中可以学习到许多Android编程的小技巧,比如弹出对话框、初始化注册view组件、清空监听按钮、检查注册表单(Loading effect the Android remote login code+ instance, is used to request the server in the background, whether the login is successful, return [0] logged in [1] is a network error. Code can learn many Android programming tips, such as pop-up dialog box, initialize the registration view components, empty the monitoring button, check the registration form)
- 2013-04-18 11:28:15下载
- 积分:1
-
Bluetooth_fwj
可以发送文件的蓝牙适配例子是一个可以选择文件并发送给对方的蓝牙例子源码,项目带有蓝牙可见性的控制和其他常规的功能,项目比较大,分了好多层但是比较给力的是源码有比较详细的注释,用到的朋友可以下载看一下,项目编译版本2.3.3默认编码UTF-8。(You can send files of Bluetooth adapter is an example to a file and send to the other Bluetooth example source code, control project with Bluetooth visibility and other routine functions, the project is relatively large, divided into many layers but more awesome is a more detailed source notes, the use of friends can look at the download the project compiled version of 2.3.3 default encoding UTF-8.)
- 2016-06-22 11:36:51下载
- 积分:1
-
微信基础接口实现源码
资源描述
微信基础接口实现源码
public class CrazyDreamService {
public static String getCrazyDream(String str){
String url="http://www.gpsso.com/WebService/Dream/Dream.asmx/SearchDreamInfo";
Map params=new HashMap();
params.put("Dream", str);
/*
0
接口查询成功
【钓鱼】梦见钓鱼,说明你生活不错,因为钓鱼的一个等待的过程,所以梦中钓鱼,也说明了你在寻找。 年轻人梦见钓鱼,你在寻找另一半儿。 商人梦见钓鱼,你在寻找机会,寻找合作者。 女性梦见钓鱼,可能会是胎梦。 如果钓鱼时半天没钓到,或者是咬了鱼饵又跑掉了,说明你对事情有着担心,但也不要介意,许多事情都不是百分百有把握的,努力争取,钓鱼是一个过程,其它也是。
*/
try {
InputStream is=HttpUtil.postUrl(url, params);
SAXReader saxReader = new SAXReader();
Document document = saxReader.read(is);
Element array = document.getRootElement();
Element dream=array.element("DREAM");
String dt=dream.getText();
- 2023-04-21 02:05:03下载
- 积分:1
-
网络下载图片02
网络下载图片02
- 2015-04-22下载
- 积分:1
-
简易版的捕鱼达人
简易版的捕鱼达人
- 2016-05-03下载
- 积分:1
-
android 仿360悬浮窗 完整实例源码下载
android 仿360悬浮窗 完整实例源码下载
- 2015-02-05下载
- 积分:1
-
Struts2 与数据库连接的登录
利用 struts2 框架登录名与数据库进行。也其使用一个模型编程像街道 (数据库访问对象),dto(data transfer object)。
- 2023-04-17 04:25:03下载
- 积分:1
-
java web comet 在线聊天室
comet推送消息广播及定向消息。提供连接上线前、上线、下线前、下线、发送消息等多种可处理事件。消息缓存机制,确保长轮询工作模式下不丢失消息。客户端正常下线,服务端可立即感知。客户端异常停止工作,服务端可定时检查并感知。以注册通道应用的方式,让开发者对框架功能进行扩展,实现自己的应用。
- 2023-07-15 02:25:03下载
- 积分:1