The table in this topic details the steps performed while an XAF ASP.NET application is running. Note Currently, only the steps that are performed unt ...
分类:
移动开发 时间:
2017-06-23 20:57:47
阅读次数:
315
!(function(dependencies, factory) { //amd || cmd if (typeof define == 'function' && (define.cmd || define.amd)) { define(dependencies, function() { re ...
分类:
其他好文 时间:
2017-06-22 00:08:11
阅读次数:
113
HttpTool.h #import <Foundation/Foundation.h> typedef void (^HttpToolProgressBlock)(CGFloat progress); typedef void (^HttpToolCompletionBlock)(NSError ...
分类:
移动开发 时间:
2017-06-15 10:24:56
阅读次数:
232
1.方法1 //计算文件的MD5码 private string getMD5Hash(string pathName) { string strResult = ""; string strHashData = ""; byte[] arrbytHashValue; System.IO.FileS ...
由于我们网页假定的是皇家商品是赞助商所以给他单独做了一个商品页; <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; ...
分类:
其他好文 时间:
2017-06-07 10:17:50
阅读次数:
150
概述 继 Spring 2.0 对 Spring MVC 进行重大升级后,Spring 2.5 又为 Spring MVC 引入了注解驱动功能。如今你无须让 Controller 继承不论什么接口。无需在 XML 配置文件里定义请求和 Controller 的映射关系。只使用注解就能够让一个 POJ ...
分类:
移动开发 时间:
2017-06-06 18:36:22
阅读次数:
252
今天说说怎么创建自己的日志系统 先看下Xcode自己的日志(这里说的NSLog) 系统自带的NSLog打印的信息只有简单的 时间 / 项目名称 / 打印内容 内容比较简单, 很难做分类管理和写入文件 或者上传等等. 今天我们借用CocoaLumberjack 来自定义自己的日志系统, 最终实现的效果 ...
分类:
移动开发 时间:
2017-06-04 14:36:56
阅读次数:
241
说在前面的话:视频实时群聊天有三种架构: Mesh架构:终端之间互相连接,没有中心服务器,产生的问题,每个终端都要连接n-1个终端,每个终端的编码和网络压力都很大。群聊人数N不可能太大。 Router架构:终端之间引入中心服务器,学名MCU(Multi Point Control Unit),每个终 ...
分类:
移动开发 时间:
2017-06-02 19:34:00
阅读次数:
1123