码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
In-App Purchase Programming Guide----(六) ----Working with Subscriptions
Working with SubscriptionsApps that use subscriptions have some additional behaviors and considerations. Because subscriptions incorporate an element ...
分类:移动开发   时间:2014-05-18 19:49:05    阅读次数:548
update更新两个字段
update更新两个字段时的sql语句: update tj_record set is_recycle_reprint_guide='1' , recycle__guide_date=now() where id = #{record_id} 科室如果我将字段的“,”写成了and也不报错。但是更新不了。如图: 切记,更新多个字段时是以逗号分隔。...
分类:其他好文   时间:2014-05-18 18:36:18    阅读次数:294
Hadoop-2.2.0中文文档—— Common - Native Libraries Guide
概览 这个入门教程描述了native(本地?原生?)hadoop库,包含了一小部分关于native hadoop共享库的讨论。 This guide describes the native hadoop library and includes a small discussion about native shared libraries. 注意: 根据你的环境,词组 "native l...
分类:其他好文   时间:2014-05-18 03:21:01    阅读次数:458
how android draws
http://blog.sina.com.cn/s/blog_69a4fbd70100rgkn.htmlhttp://developer.android.com/guide/topics/ui/how-android-draws.html
分类:移动开发   时间:2014-05-14 22:02:25    阅读次数:366
ZeroMQ 的模式
在需要并行化处理数据的时候,采用消息队列通讯的方式来协作,比采用共享状态的方式要好的多。Erlang ,Go 都使用这一手段来让并行任务之间协同工作。最近读完了ZeroMQ的Guide。写的很不错。前几年一直有做类似的工作,但是自己总结的不好。而 ZeroMQ 把消息通讯方面的模式总结的很不错。Ze...
分类:其他好文   时间:2014-05-14 09:48:48    阅读次数:256
Android SDKVersion 参数列表
来源:http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
分类:移动开发   时间:2014-05-14 03:23:53    阅读次数:329
前端工程师的修真秘籍(css、javascript和其它)
以我的经验,大部分技术,熟读下列四类书籍即可。入门,用浅显的语言和方式讲述正确的道理和方法,如head first系列全面,巨细无遗地探讨每个细节,遇到疑难问题时往往可以在这里得到理论解答,如Definitive Guide/Programming xx系列实践,结合实际中经常遇到的情景环境,来描述...
分类:编程语言   时间:2014-05-13 17:40:51    阅读次数:328
templates(1.2)
max.hpp/* The following code example is taken from the book * "C++ Templates - The Complete Guide" * by David Vandevoorde and Nicolai M. Josuttis, Add...
分类:其他好文   时间:2014-05-10 08:18:25    阅读次数:394
图解GitHub
转自:http://marklodato.github.io/visual-git-guide/index-zh-cn.html个人觉得这一篇比一些入门教程更值得看,图解很详细到位,很容易理解其工作原理,明白了这个过程,对以后冲突的产生以及其他难题相信可以依靠自己快速分析出来。有不懂的地方欢迎评论讨...
分类:其他好文   时间:2014-05-09 04:16:00    阅读次数:367
In-App Purchase Programming Guide----(七) ----Restoring Purchased Products
Restoring Purchased ProductsUsers restore transactions to maintain access to content they’ve already purchased. For example, when they upgrade to a ne...
分类:移动开发   时间:2014-05-07 17:06:59    阅读次数:869
3262条   上一页 1 ... 323 324 325 326 327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!