码迷,mamicode.com
首页 >  
搜索关键字:guide    ( 3262个结果
elasticsearch升级步骤
ES从1.2.1升级到1.4.0升级步骤,基本上是按照官网的叙述来完成的,链接是:http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-upgrade.html#_1_0_and_later,参考的内容...
分类:其他好文   时间:2014-11-26 20:32:15    阅读次数:610
kvc
KVC,即:Key-value coding,它是一种使用字符串标识符,间接访问对象属性的机制,它是很多技术的基础。主要的方法就两个,setValue:forKey,valueForKey在Programming Guide中说,使用KVC可以简化代码,但事实上使用起来,还是要看具体情况。代码实例:...
分类:其他好文   时间:2014-11-26 14:03:55    阅读次数:192
安卓官方开发文档API GUIDE(1.1)Application Fundamentals 应用基础
安卓应用程序是使用JAVA语言进行开发的。安卓SDK 工具编译你的代码,并把编译后的代码和数据,资源文件一起加入到APK。APK就是 Android package(安卓包),他是一个以.apk为后缀的档案文件。一个APK文件包括安卓app的所有内容,设备通过这个文件来安装安卓应用。...
分类:移动开发   时间:2014-11-26 11:34:27    阅读次数:239
[Android问答] px、dp和sp,这些单位有什么区别?
相信每个Android新手都会遇到这个问题,希望这篇帖子能让你不再纠结。px:即像素,1px代表屏幕上一个物理的像素点;px单位不被建议使用,因为同样100px的图片,在不同手机上显示的实际大小可能不同,如下图所示(图片来自android developer guide,下同)。偶尔用到px的情况,...
分类:移动开发   时间:2014-11-25 18:14:55    阅读次数:165
PyQt4学习笔记2014-11-25
Prentice.Hall.Rapid.GUI.Programming.with.Python.and.Qt.the.definitive.guide.to.PyQt.programming.2008.pdf 里面的例子实现。第四章全部例子:window测试通过图片和代码的顺序不是一致的,不过应该很...
分类:其他好文   时间:2014-11-25 18:08:47    阅读次数:299
Avor -- python
下载与安装:DownloadAvro implementations for C, C++, C#, Java, PHP, Python, and Ruby can be downloaded from theApache Avro? Releasespage. This guide uses Av...
分类:编程语言   时间:2014-11-24 18:44:59    阅读次数:250
【转载】How to Install & Setup ADB on Mac OS X
文章转载自:https://seo-michael.co.uk/how-to-setup-adb-on-os-x/Here is an easy to follow guide for setting up Android Debug Bridge (ADB) on your Mac.Create ...
分类:数据库   时间:2014-11-24 00:41:46    阅读次数:368
ZooKeeper Recipes and Solutions 翻译
ZooKeeper 秘诀 与解决方案A Guide to Creating Higher-level Constructs with ZooKeeperOut of the Box Applications: Name Service, Configuration, Group Membership...
分类:其他好文   时间:2014-11-23 18:52:51    阅读次数:339
WatchKit编程指南:Watch Apps--文本、标签以及图片
本章节由CocoaChina翻译组成员dada(github主页)翻译自WatchKit Programming Guide:Watch Apps--Text and Labels、Watch Apps--Images敬请勘误。文本和分类标签为了在Watch app中展示文本,使用标签对象。分类标签...
分类:移动开发   时间:2014-11-22 13:12:42    阅读次数:322
CentOS 7 修改系统启动级别
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/sect-Managing_Services_with_systemd-Targets.htmlViewingtheDefaultTargetTodeterminewhichtargetunitisusedbydefault,runthefollowingcommand:systemctlget-de..
分类:其他好文   时间:2014-11-21 16:30:31    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!