码迷,mamicode.com
首页 >  
搜索关键字:target    ( 24275个结果
IOS 定时器
NSTimer *myTimer = [NSTimer scheduledTimerWithTimeInterval:1.5 target:self selector:@selector(scrollTimer) userInfo:nil repeats:NO];//关闭定时器[myTimer se...
分类:移动开发   时间:2014-09-26 00:20:17    阅读次数:172
ognl.OgnlException: target is null for setProperty 异常
这个异常是因为struts.xml配置文件中action的name属性写错了: /thankyou.jspname属性应该和类的名字一样。或者也有可能是配置文件中有重名的action。
分类:其他好文   时间:2014-09-25 23:08:47    阅读次数:213
Leetcode_num12_Search Insert Position
题目: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in t...
分类:其他好文   时间:2014-09-25 21:12:57    阅读次数:148
NBU重新配置导致恢复不成功--Oracle和NBU的link
[root@SsevendbS01 rman]# su - oracle [oracle@SsevendbS01 ~]$ rman target / Recovery Manager: Release 11.2.0.3.0 - Production on Fri Sep 19 09:47:47 2014 Copyright (c) 1982, 2011, Oracle and...
分类:数据库   时间:2014-09-25 18:39:27    阅读次数:314
Today Extension and add group
1 建立一个新的 target app 类型选择today Extension http://blog.csdn.net/wjsxiaoweige/article/details/39524291phone Extension的建立 我们会发现多出来一个entitlements的东东,不要着急,一会我会告诉大家这个是怎么出来的 2 构建 today Extens...
分类:其他好文   时间:2014-09-25 18:38:37    阅读次数:275
玩转Linux之- CentOS 6.5,tomcat无法远程访问
问题描述: CentOS 6.5安装完成 Tomcat 后,访问本地:http://localhost:8080/正确,但局域网内无法访问?。 原因: /etc/init.d/iptables status Table: filter Chain INPUT (policy ACCEPT) num? target???...
分类:系统相关   时间:2014-09-25 18:36:17    阅读次数:278
iOS项目通过xcodebuild和xcrun自动发布
最近在研究App的自动生成, 使用Python编写程序替换图标,名称等,然后生成全新的应用。 通常打包采用xcodebuild和xcrun两个命令,xcodebuild负责编译,xcrun负责将app打成ipa。   常见步骤如下: 1、清理工程 /usr/bin/xcodebuild -target targetName clean   2、编译工程 /usr/bin/xcode...
分类:移动开发   时间:2014-09-25 17:55:47    阅读次数:236
JSONKIT中的isa废弃兼容
BUG描述: Direct access to objective-c‘s isa is deprecated in favor of object_setClass() and object_getClass() 处理方法: 在target的Build Settings里面,将Build ActiveArchitecture Only改成YES 处理结...
分类:Web程序   时间:2014-09-25 14:33:19    阅读次数:178
Eclipse编辑页面空格占位异常的问题
最近的项目,被同事吐槽代码风格太随意,都没有对齐。我理直气壮的在eclipse中打开了他们的代码,显示如下:此时同事默默的用UE打开了代码,显示如下:同一份代码,在不同的编辑器中,显示差异如此之大。再用notepad++打开,同UE显示一致。显然问题出在eclipse的显示上。在网上..
分类:系统相关   时间:2014-09-24 20:12:08    阅读次数:243
phone Extension 用法基础详解
1 首先我们需要创建一个phone Extension target当然我们也必须知道Extension app必须在一个containg app内 我们从建立一个target开始 选择菜单 file->new->target  选择photo Editing Extension 点击next  添加名字 完成创建Photo Extension app 2 在...
分类:其他好文   时间:2014-09-24 20:05:27    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!