如果你想在iOS程序中提供一仅在wifi网络下使用(Reeder),或者在没有网络状态下提供离线模式(Evernote)。那么你会使用到Reachability来实现网络检测。写本文的目的了解Reachability都能做什么检测3中网络环境2G/3Gwifi无网络如何使用通知单个controlle...
分类:
移动开发 时间:
2014-11-05 16:46:11
阅读次数:
180
平台环境说明:Cpu:IntelCore2DuoT6570Mem:4.00GBOs:Ubuntu14.041.FloodlightFloodlight是一个比较成熟的sdn控制器实现,其中opendaylight项目中也采用了它的很多实现方法,官方网站:http://www.projectflood...
分类:
Web程序 时间:
2014-11-02 22:08:50
阅读次数:
370
好久没来博客了,主要是因为懒。废话不多说,现在让搞这个 只能记录下来自己的学习历程啦。那些什么openflow的架构啦,什么好处啦 我都不扯。如果你不了解,先去了解下再来看。直接进入主题我的平台:pc(linux ubuntu 13.10),以及标题中提及的floodlight和mininet,还要...
分类:
Web程序 时间:
2014-10-30 13:29:01
阅读次数:
354
Home控制器
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace MvcApplication1.Controllers
{
public class HomeController : Controlle...
分类:
Web程序 时间:
2014-10-26 18:26:07
阅读次数:
209
A data processor supports the use of multiple memory models by computer programs. At a device external to a data processor, such as a memory controlle...
分类:
其他好文 时间:
2014-10-14 19:30:19
阅读次数:
248
UINavigationController使用详解 有一阵子没有写随笔,感觉有点儿手生。一个多月以后终于又一次坐下来静下心写随笔,记录自己的学习笔记,也希望能够帮到大家。 废话少说回到正题,UINavigationController是IOS编程中比较常用的一种容器view controlle.....
分类:
其他好文 时间:
2014-09-29 20:49:32
阅读次数:
139
MVC笔记 Controller相关技术
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.IO;
namespace DemoRC.Controlle...
分类:
其他好文 时间:
2014-09-23 23:04:15
阅读次数:
179
(1)最近在学struts,找到一个struts-config.xml的配置说明,分享给大家:
是struts的根元素,它主要有8个子元素,DTD定义如下:
<!ELEMENT struts-config
(data-sources?,form-beans?,global-exceptions?,global-forwards?,action-mappings?,controlle...
分类:
其他好文 时间:
2014-09-22 09:37:56
阅读次数:
284
info.plist文件中,View controller-based status bar appearance项设为YES,则View controller对status bar的设置优先级高于application的设置。为NO则以application的设置为准,view controlle...
分类:
移动开发 时间:
2014-09-14 23:25:07
阅读次数:
291