摘要:
今天開始做到最基本的功能发送和接收消息、获取本地历史数据。 先上到眼下为止的效果图: 首先是要在XMPPFramework.h中引入数据存储模块: //聊天记录模块的导入 #import "XMPPMessageArchiving.h" #import "XMPPMessageArchivingCo
阅读全文
posted @ 2017-06-18 20:45
yutingliuyl
阅读(300)
推荐(0)
编辑
摘要:
【POJ 2482】 Stars in Your Window(线段树+离散化+扫描线) Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 11294 Accepted: 3091 Description Fleeting time
阅读全文
posted @ 2017-06-18 20:13
yutingliuyl
阅读(176)
推荐(0)
编辑
摘要:
#pragma once #include <boost/noncopyable.hpp> #include <boost/scoped_ptr.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/thread.hpp
阅读全文
posted @ 2017-06-18 18:59
yutingliuyl
阅读(191)
推荐(0)
编辑
摘要:
1.描写叙述 “我”在 2004 年的时候带了一个项目,做一个人力资源管理,该项目是我们总公司发起的项目,公司一共同拥有 700 多号人,包含子公司,这个项目还是比較简单的,分为三大模块:人员信息管理,薪酬管理,职位管理,当中人员管理这块就用到了适配器模式,是怎么回事呢?当时开发时明白的指明:人员信
阅读全文
posted @ 2017-06-18 18:22
yutingliuyl
阅读(825)
推荐(0)
编辑
摘要:
在Resin配置參数实现JConsole远程监控JVM 在Resin中配置中配置下列參数,就能够是实现了! <jvm-arg>-Dcom.sun.management.jmxremote</jvm-arg> <jvm-arg>-Dcom.sun.management.jmxremote.port=9
阅读全文
posted @ 2017-06-18 17:29
yutingliuyl
阅读(249)
推荐(0)
编辑
摘要:
Intellj IDEA 安装配置 使用IntelliJ IDEA 13搭建Android集成开发环境(图文教程) Android设计指南站点 图标 App Icon Template免费的PhotoShop模板,方便预览图标效果 http://appicontemplate.com/ Gemico
阅读全文
posted @ 2017-06-18 17:16
yutingliuyl
阅读(148)
推荐(0)
编辑
摘要:
 Reuse Is About People and Education, Not Just Architecture Jeremy Meyer you MigHT AdopT THE AppRoACH that a framework that is well designed, or an a
阅读全文
posted @ 2017-06-18 16:23
yutingliuyl
阅读(166)
推荐(0)
编辑
摘要:
/** * @author default7<default7@zbphp.com> * @description 演示PHP弹出下载的原理 * * @param $file_name */ function downFile($file_name) { $file_path = "/tmp/" .
阅读全文
posted @ 2017-06-18 15:28
yutingliuyl
阅读(324)
推荐(0)
编辑