码迷,mamicode.com
首页 >  
搜索关键字:manual    ( 2148个结果
nodejs中使用monk訪问mongodb
mongodb安装mongodb我认为还是用mannual install靠谱一点儿:http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/启动mongodb$ mongod连接mogodb$ mongomongo> use ...
分类:数据库   时间:2014-12-19 12:53:16    阅读次数:186
完全安装manual 2014
以前用到线程函数的时候,在我的Kali系统上使用man没有查到线程库的内容,后面man安装全了就好了,现在把man手册安装全要安装的包在这里写一下,以后好参考:#apt-getinstallmanpages-dev#apt-getinstallmanpages-posix-dev#apt-getinstallglibc-doc#apt-getinstallglibc-doc-r..
分类:其他好文   时间:2014-12-17 18:56:55    阅读次数:164
zabbix
环境centos5.1164位一、安装安装httpdmysql-server#yuminstall-ymysql-servermysqlmysql-develhttpd2.安装zabbix参考https://www.zabbix.com/documentation/2.2/manual/installation/install_from_packages#rpm-ivhhttp://repo.zabbix.com/zabbix/2.2/rhel/5/x86_64/zabbix-rel..
分类:其他好文   时间:2014-12-17 13:03:08    阅读次数:284
研究AVCaptureDevice
一、Apple Resource1.wwdc 2014: Camera Caputre: Manual Controls2. Exaple code: AVCam&AVCamManul3. Also seeAVCaptureDevice doc二、AVCam功能描述Record Button:用于拍...
分类:其他好文   时间:2014-12-16 19:03:31    阅读次数:127
Oracle Global Finanicals Technical Reference(二)
Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11i       European Region (EMEA) Flexfields European ...
分类:数据库   时间:2014-12-15 21:50:34    阅读次数:347
Global Financial Applications uses the following Public tables
来自文档: Oracle  Financial Applications Technical Reference Manual  更多明细参考文档      Table Name                                                 Description AP_AE_HEADERS_ALL...
分类:移动开发   时间:2014-12-15 21:48:33    阅读次数:318
Oracle Global Finanicals Oracle Global Financials Technical Reference(一)
Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11i         Globalization Flexfields This document des...
分类:数据库   时间:2014-12-15 20:19:05    阅读次数:499
理解和使用 Unity UI 系统
随着 Unity 4.6 发布,新 UI 系统终于与大家见面了。这篇文章将不会介绍如何使用按钮、滚动条之类的UI控件,这些内容可以参考 Unity Manual;这篇文章的重点是,如何理解 UI 系统的设计,以便更好的在实际中使用、自定义和扩展。EventSystem如果你使用 UI 系统,那么Ev...
分类:编程语言   时间:2014-12-15 18:50:14    阅读次数:215
QT_learning_at_2014/12/14
在创建可执行文件的过程中遇到“nofound”或者“undefined”错误时.pro文件是首先应该检查的地方。建议阅读Trolltech的qmake手册:http://trolltech.com/qmake-manual.html此外在线文档:http://doc.trolltech.comhttp://www.trolltech.com/developer/faqshttp://lists.trollet..
分类:其他好文   时间:2014-12-15 06:45:17    阅读次数:181
newLISP FOOP 对象模型
对象之间的关系对象可以包含对象,就像一般面向对象的对象树一样。在lisp中,其实很简单, 因为对象就是list, 对象包含对象也就是list里面包含list,此嵌套关系可以有很多层。下面这个例子同样来自manual; create classes (new Class 'Person) (new Class 'Address) (new Class 'City) (new Class 'Stree...
分类:其他好文   时间:2014-12-14 18:38:36    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!