ARC forbids explicit message send of ‘release‘ ‘release‘ is unavailable: not available in automatic reference counting mode 今天,遇到了这么样的问题。 很显然,是ARC的问题。 错误原因:因为我们设置...
分类:
其他好文 时间:
2014-09-09 23:11:09
阅读次数:
920
UIAlertView *alertView1 = [[UIAlertView alloc] initWithTitle:@"Enter Form Name" message:@"" ...
分类:
移动开发 时间:
2014-09-09 15:39:58
阅读次数:
148
ActiveMQ是一个开源兼容Java Message Service (JMS) 1.1面向消息的中件间. 来自Apache Software Foundation. ActiveMQ提供松耦合的应用程序架构. 先来看两个应用通过RPC通讯的紧耦合: 通过面向消息的中件间, 架构演变为: 我们看到...
分类:
其他好文 时间:
2014-09-09 15:26:38
阅读次数:
296
1.the using of exception2.file oprationimport os>>> try: data = open('sketch.txt') for each in data: try: (role,message) = eac...
分类:
编程语言 时间:
2014-09-09 11:28:28
阅读次数:
189
Windows的应用程序一般包含窗口(Window),它主要为用户提供一种可视化的交互方式,窗口是总是在某个线程(Thread)内创建的。Windows系统通过消息机制来管理交互,消息(Message)被发送,保存,处理,一个线程会维护自己的一套消息队列(Message Queue),以保持线程间的...
1.alertview创建UIAlertView *alert; alert = [[UIAlertView alloc] initWithTitle:@"提示" message:@"题库有更新,需要更新吗?" delegate:self cancelButtonTitle:@"确定"...
分类:
移动开发 时间:
2014-09-09 10:35:58
阅读次数:
212
When you run your MVC application, you always receive following message:HTTP Error 404.0 - Not FoundThe resource you are looking for has been removed,...
分类:
Web程序 时间:
2014-09-08 02:08:26
阅读次数:
215
官方链接:http://storm.incubator.apache.org/documentation/Guaranteeing-message-processing.htmlWhat does it mean for a message to be “fully processed”?A tup...
分类:
其他好文 时间:
2014-09-08 00:59:26
阅读次数:
482
要有zh-CN.yml这个文件,这个可以去github上下载,有别人做的要安装i18n的gemconfig下application.rb里要有config.i18n.default_locale="zh-CN"在yml文件里加上zh-CN:activerecord:attributes:product:title:"标题"description:"描述"p_w_picpath_url:"图片"因为我猜测是和下边..
分类:
其他好文 时间:
2014-09-07 18:38:25
阅读次数:
311
1、创建文本节点:
function addNode(){
var element = document.createElement("div");
element.className = "message";
var textNode = document.c...
分类:
编程语言 时间:
2014-09-07 14:48:35
阅读次数:
160