码迷,mamicode.com
首页 >  
搜索关键字:local apps    ( 26938个结果
构造、解构、拷贝语意学
一 “无继承”情况下的对象构造考虑下面程序片段:1234567891011Point glocal; //全局内存配置Point foobar(){Point local;//局部栈内存配置Point *heap=new Point;//heap内存配置*heap=local;delete heap...
分类:其他好文   时间:2014-06-04 17:02:24    阅读次数:271
Hadoop常见配置
core-site.xml:fs.default.name:hdfs://hadoop:9000fs.tmp.dir:/usr/local/hadoop/tmphdfs-site.xml:dfs.name.dir:dfs.name.edits.dir:eidtsdfs.replication
分类:其他好文   时间:2014-06-04 14:40:40    阅读次数:254
WindowManager译
public interfaceWindowManagerimplementsViewManagerandroid.view.WindowManagerClass Overview类的概览The interface that apps use to talk to the window manage...
分类:Windows程序   时间:2014-06-02 16:21:47    阅读次数:441
[Ruby] Ruby Variable Scope
Scope defines where in a program a variable is accessible. Ruby has four types of variable scope, local, global, instance and class....
分类:其他好文   时间:2014-06-02 10:37:39    阅读次数:241
用debian 7.5 cd/dvd 搭建局域网mirror镜像源来批量网络无人值守安装debian
1、图形化最小安装debian7.5操作系统2、更改debian的apt源配置文件/etc/apt/sources.listroot@duan:~#cat/etc/apt/sources.list debhttp://ftp.de.debian.org/debianwheezymaincontribnon-free deb-srchttp://ftp.de.debian.org/debianwheezymaincontribnon-free3、更新apt,并..
分类:其他好文   时间:2014-06-02 10:35:03    阅读次数:379
随便记录一些东西
load_file()查看常用的配置文件:/usr/local/app/apache2/conf/httpd.conf/usr/local/app/php5/lib/php.ini/usr/local/app/apache2/conf/extra/httpd-vhosts.conf/etc/my.c...
分类:其他好文   时间:2014-06-02 09:22:41    阅读次数:298
xe6+firedac连接sybase
一、Win7 X64系统安装sybase odbc:1、 下载对应包至c:\system_odbc(文件夹名自己取,在后面注册表内容需要用到);2、 将值信息写入到注册表内:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWAR...
分类:数据库   时间:2014-06-02 08:45:12    阅读次数:420
汇编-获取函数名称
printstring macro Var: REQ local info .code if DBGWIN_DEBUG_ON eq 1 pushad invoke szLen, addr Var if DBGWIN_EXT_INFO eq ...
分类:其他好文   时间:2014-06-02 08:42:40    阅读次数:222
基于LNMP的Discuz论坛,php mysql nginx为单独服务器,php安装xcache实现共享opcode
实验平台:RHEL5.8实验拓扑:PHP配置部分:1、编译安装PHP./configure--prefix=/usr/local/php--with-mysql=mysqlnd--with-openssl--with-mysqli=mysqlnd--enable-mbstring--with-freetype-dir--with-gpg-dir--with-png-dir--with-zlib--with-libxml-dir=/usr--enable-sockets-..
分类:数据库   时间:2014-06-02 03:58:43    阅读次数:296
xe6+firedac 连接sybase
一、Win7X64系统安装sybaseodbc:1、下载对应包至c:\system_odbc(文件夹名自己取,在后面注册表内容需要用到),接着需要将该目录添加至path环境变量下;2、将值信息写入到注册表内:WindowsRegistryEditorVersion5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.IN..
分类:数据库   时间:2014-06-02 03:21:37    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!