mac secureCRT , apple secureCRT下载地址:http://download.csdn.net/detail/guolichun/7733069破解安装 SecureCRT 7.0.2 for mac完美破解版Last login: Sat Aug 9 09:17:45 ....
分类:
移动开发 时间:
2014-08-09 11:27:17
阅读次数:
323
// Superclass (parent class)class Fruit{ public String flavor;}// Subclass (child class)class Apple extends Fruit { public String variety;}//downcasti...
分类:
编程语言 时间:
2014-08-09 04:51:47
阅读次数:
294
//// ViewController.m// JapaneseDictionary//// Created by apple on 14-8-7.// Copyright (c) 2014年 苹果IOS软件开发者. All rights reserved.//#import "ViewContro...
分类:
其他好文 时间:
2014-08-09 00:01:26
阅读次数:
406
以前想要oc调用js代码一般是通过uiwebview的stringByEvaluatingJavaScriptFromString方法,或是直接使用JavaScriptCore引擎,例如https://github.com/jfahrenkrug/AddressBookSpy。
但是,Apple正式发布了新的iOS 7系统,引入了JavaScriptCore....
分类:
移动开发 时间:
2014-08-08 21:33:26
阅读次数:
487
1.PocketConfidential(密保箱)简介保存账号密码等敏感信息。应用技术:sqlite、sqlcipher加密、AES数据加密、GCDhttps://itunes.apple.com/us/app/mi-bao-xiang/id898184998?l=zh&ls=1&mt=8持续更新....
分类:
移动开发 时间:
2014-08-08 20:41:26
阅读次数:
204
最近在做移动web开发,使用IScroll 5 的时候出现了设备之间兼容的问题:情景如下: Android手机:点击滚动区间内的选项时出现点击时间重叠(类似事件冒泡的行为)问题 Apple手机:木有问题。 //处理安卓和ios手机多次点击的bug(IScroll.js 第280行后加如下...
分类:
移动开发 时间:
2014-08-08 18:06:06
阅读次数:
276
http://acm.hdu.edu.cn/showproblem.php?pid=4925
尽量让每棵苹果树周围都施肥,每次找到一个空地种上苹果树之后,使其周围的空地施肥,不再种苹果树。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#in...
分类:
移动开发 时间:
2014-08-08 16:17:46
阅读次数:
260
Problem Description
I’ve bought an orchard and decide to plant some apple trees on it. The orchard seems like an N * M two-dimensional map. In each grid, I can either plant an apple tree to get one...
分类:
移动开发 时间:
2014-08-08 16:13:06
阅读次数:
281
自定义的code snippet配置文件默认放在~/Library/Developer/Xcode/UserData/CodeSnippets/
1、打开Code Snippet
2、将写好的代码直接拖入Code Snippet,注意红框内淡淡的字样
3、随即会自动弹出提示框,可以更改对应内容,以便使用...
分类:
其他好文 时间:
2014-08-08 12:53:10
阅读次数:
190