码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
Effective JavaScript Item 11 掌握闭包
本系列作为Effective JavaScript的读书笔记。   掌握闭包,需要知道以下几个关键点: JavaScript允许在当前的function中访问该function外部的变量。 function makeSandwich() { var magicIngredient = "peanut butter"; function make(filling)...
分类:编程语言   时间:2014-09-05 12:57:01    阅读次数:177
【实习记】2014-09-04浏览代码查middle资料+总结我折腾过的源码浏览器
浏览着代码,看源码可以先看make文件,make文件有制造的流程信息。一般可以从运行的程序对应的cpp看起。然而如果有框架,那就不容易了,会关系错纵复杂。总结一下我折腾过的源码阅读器。source-insight组里都是用source-insight,可是在linux平台没有,我不喜欢linux下没...
分类:其他好文   时间:2014-09-05 12:48:41    阅读次数:190
zoj 3088 Easter Holidays (spfa )
Easter Holidays Time Limit: 1 Second      Memory Limit: 32768 KB      Special Judge Scandinavians often make vacation during the Easter holidays in the largest ski resort Are. Are provides fan...
分类:其他好文   时间:2014-09-04 22:21:58    阅读次数:275
Nginx负载均衡优化插件编译及配置
一、 Ngix依赖模块安装 Ngix依赖模块有:pcre、zlib、openssl、md5 /sha1(如果系统中没有安装相应模块,需要按照下列方式安装) 1、 安装pcre模块(8.35) 官方网站:http://www.pcre.org/ 安装命令: # unzip pcre-8.35.zip # cd pcre-8.35 # ./configure # make && mak...
分类:其他好文   时间:2014-09-04 22:21:51    阅读次数:326
Installing Oracle Block Browser and Editor tool (bbed)
BBED是ORACLE的内部工具,通常使用BBED都是恢复一些故障的数据库,比如断电或异常关闭操作系统导致的数据文件头不一致、SYSTEM表空间损坏等故障就可以使用BBED工具进行恢复。 在11G中编译通常会报如下错误: [oracle@ogg1 lib]$ make -f ins_rdbms.mk $ORACLE_HOME/rdbms/lib/bbed Linking BBED...
分类:数据库   时间:2014-09-04 17:05:27    阅读次数:314
Android源码编译命令详解(二)
通过上篇文章,我们分析了编译android时source build/envsetup.sh和lunch命令,在执行完上述两个命令后, 我们就可以进行编译android了。1. make执行make命令的结果就是去执行当前目录下的Makefile文件,我们来看下它的内容:[html] 1 ### D...
分类:移动开发   时间:2014-09-04 16:43:19    阅读次数:257
Boot 44b0x by uboot
1. Creat a branch from tag v2013.10-rc42. Build it:make B2Install NFS service for Ubuntu 12.041. nfs server端的安装和配置(1)安装nfs serversudo apt-get install ...
分类:其他好文   时间:2014-09-04 00:07:14    阅读次数:215
【HTTP】Speed and Mobility: An Approach for HTTP 2.0 to Make Mobile Apps and the Web Faster
This week begins face to face meetings at the IETF on how to approach HTTP 2.0 and improve the Internet. How the industry moves forward together on th...
分类:移动开发   时间:2014-09-03 22:31:27    阅读次数:279
NCL 天气分析图
一、风向风速矢量图先看一个风向风速的样例图片:这里与上一篇气温分布图的绘制方法基本相同,不同的地方在于wres@vcRefMagnitudeF= 20.; make vectors largerwres@vcRefLengthF= 0.030; ref vec lengthwres@vcGlyphS...
分类:其他好文   时间:2014-09-03 22:25:37    阅读次数:470
利用golang实现聊天通信
实现逻辑1、Golang 版本 1.32、实现原理: 1、主进程建立TCP监听服务,并且初始化一个变量 talkChan := make(map[int]chan string) 2、当主进程ACCEPT连接请求后,利用go 启动一个协程A去维持和客户端的连接,把taokChan带入到协程里 ...
分类:其他好文   时间:2014-09-03 19:44:27    阅读次数:281
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!