上一页 1 2 3 4 5 6 7 ··· 14 下一页

2011年6月30日

摘要: 使UITableView最上面留出UINavigationBar空间的两种方法使UINavigationBar透明,TableView在其下面,可以扩大UITableView的视野.1) UIView *headerView = [[UIView alloc] initWithFrame: CGRectMake(0, 0, 320, 44)]; m_tableView.tableHeaderView = headerView;2) m_tableView.contentInset = UIEdgeInsetsMake(44, 0, 0, 0); m_tableView.scrollIndica 阅读全文
posted @ 2011-06-30 09:42 禚来强 阅读(1173) 评论(0) 推荐(0) 编辑

2011年6月29日

摘要: 来自http://blog.csdn.net/omgle/archive/2011/06/29/6574313.aspx第一部分:Push原理(以下绝大多数内容参考自、图片来自iPhone OS Reference Library)机制简介Push的工作机制可以简单的概括为下图图中,Provider是指某个iPhone软件的Push服务器。APNS是Apple Push Notification Service(Apple Push服务器)的缩写,下文统一使用该缩写。因此,整个过程可以分为三个阶段,下面用大家常用的聊天客户端BeejiveIM来说明。(BeejiveIM是一款支持多账户登录的支 阅读全文
posted @ 2011-06-29 19:42 禚来强 阅读(504) 评论(0) 推荐(0) 编辑
摘要: Bells And WhistlesThe iPhone has a set of nice transition animations which makes the experience using it very pleasant. But after a while one get so used of them that one stop noticing that they are even there. But this is not necessary a bad thing. Often I think thatreallygood things doesn’t show a 阅读全文
posted @ 2011-06-29 17:15 禚来强 阅读(423) 评论(0) 推荐(0) 编辑

2011年6月28日

摘要: 卖家工具来自http://open.taobao.com/dev/index.php/%E5%8D%96%E5%AE%B6%E5%B7%A5%E5%85%B7目录 [隐藏]1 商品管理1.1 商品管理介绍1.2 场景描述1.3 业务规则1.4 调用API1.5 一、搜索产品信息1.6 二、发布产品1.7 三、发布商品2 库存管理2.1 库存管理介绍2.2 场景描述2.3 业务规则2.4 调用API2.5 一、同步商品库存信息3 订单管理3.1 订单管理介绍3.2 场景描述3.3 业务规则3.4 调用API3.5 一、搜索当前会话用户作为卖家已卖出的交易数据3.6 二、取到单笔交易的详细信息3. 阅读全文
posted @ 2011-06-28 14:51 禚来强 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 叶子类目叶子类目 叶子类目:下面没有子类目的类目。调用taobao.itemcats.get.v2(获取后台供卖家发布商品的标准商品类目) 参考 后台类目前台类目 属性工具: 请点击属性工具,图形化界面理解更直观。来自 http://open.taobao.com/dev/index.php/%E5%8F%B6%E5%AD%90%E7%B1%BB%E7%9B%AE 阅读全文
posted @ 2011-06-28 11:33 禚来强 阅读(9573) 评论(0) 推荐(0) 编辑

2011年6月24日

摘要: DOM是一种api。简单的说,api就是一组已经得到有关各方共同认可的基本约定。 阅读全文
posted @ 2011-06-24 15:48 禚来强 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Search and highlight text in UIWebViewSeveral iPhone Apps (like my “iCab Mobile” or “NewsTap” Apps) provide a search feature which allows to search for text in the content that is currently displayed within a UIWebView. The found occurrences of the searched text are highlighted with a yellow backgro 阅读全文
posted @ 2011-06-24 14:27 禚来强 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: WebKit on the iPhone (Part 1)If you develop an application which should display a web page or HTML file,you can use the WebKit framework, which is part of the MacOS and also of theiPhone OS.But while on the Mac, the WebKit framework provides almost 160 public headerfiles which define even more publi 阅读全文
posted @ 2011-06-24 14:17 禚来强 阅读(2173) 评论(1) 推荐(1) 编辑
摘要: iphone – Getting data from uiwebview textfield You can use [UIWebView stringByEvaluatingJavascriptFromString:] method and get the values by executing the javascript. Example: If your html is: Following code can get you the value of the text field: NSString* value = [webView stringByEvaluatingJavaSc. 阅读全文
posted @ 2011-06-24 13:50 禚来强 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 我用的chrome浏览器,最初用的时候浏览器默认自动翻译英文,我感觉很麻烦。所以我选择了一律不翻译。但是我当我想翻译的的时候又不知道怎么操作。一直郁闷到现在。今天我突然发现了一个方法可以让你的浏览器自动翻译英文。 1。首先在网页的空白地方右键,选择翻译为中文,然后设置页面就出来了,选择将英文一律翻译成中文,问题解决了。 阅读全文
posted @ 2011-06-24 13:28 禚来强 阅读(11362) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 14 下一页

导航