码迷,mamicode.com
首页 >  
搜索关键字:essential    ( 547个结果
linux下c/c++ IDE开发工具介绍
目录(?)[-]编辑 anjuta编辑 kdevelop编辑 geany编辑 codeblocks编辑 eclipse编辑 netbeans编辑 其他IDE编辑 相关链接为避免以下某个软件安装时不自动安装 build-essential 不妨先执行:sudo apt-get install buil...
分类:编程语言   时间:2015-01-24 10:06:32    阅读次数:312
C#线程模型脉络
今天在看同事新买到的《C#本质论 Edition 4》的时候,对比下以前Edtion3的新特性时针对Async/Await关键字时发现对一些线程方面的定义还理解的不是很透彻,脉络还不是很清晰,这样有了本文,希望对有同样困惑的朋友有些帮助。文中部分内容摘取自《Essential C# 5.0 Ed.....
分类:编程语言   时间:2015-01-23 19:48:00    阅读次数:252
[theano]安装-python theano cuda
I want to learning deep learning, so config cuda is a essential step. luckily it is very easy in Ubuntuinstall theano+cuda in ubuntu1. install theanoa...
分类:编程语言   时间:2015-01-21 22:03:35    阅读次数:615
FastDFS配置说明
前面了解了fastdfs的原理,接下来就熟悉一下安装过程,准备了三台机器,一台模拟client,一台模拟storage,一台模拟tracker。 三台机器均为debian6,系统为最小化安装,先安装基本编译环境: apt-get install build-essential php5-dev .....
分类:其他好文   时间:2015-01-21 14:58:23    阅读次数:220
MongoDB驱动特性检查列表
http://docs.mongodb.org/meta-driver/latest/legacy/feature-checklist-for-mongodb-drivers/1. 基本(Essential)- BSON序列化/反序列化- 基本操作: query, insert, update, r...
分类:数据库   时间:2015-01-19 12:41:15    阅读次数:165
UBUNTU环境编译内核
1.编译的环境配置和库需要 编译需要最起码的GCC、make、和root权限,库依赖需要ncurses,安装ncurses命令如下:sudo apt-get install build-essential kernel-package libncurses5-dev2.为了证明内核更改,需要自己先查...
分类:系统相关   时间:2015-01-15 01:40:59    阅读次数:149
Requirements Gathering
Requirements gathering is an essential part of any project and project management. Understanding fully what a project will deliver is critical to its ...
分类:其他好文   时间:2015-01-09 12:13:28    阅读次数:201
[转]iOS Tutorial – Dumping the Application Heap from Memory
Source:https://blog.netspi.com/ios-tutorial-dumping-the-application-heap-from-memory/An essential part of pentesting iOS applications is analyzing the...
分类:移动开发   时间:2015-01-07 20:38:47    阅读次数:217
[转]Designing a User Interface
UI design can be divided into three essential elements : functionality, aesthetics, and performance.The following are some design phase tasks that can...
分类:其他好文   时间:2015-01-04 14:56:50    阅读次数:141
编译hadoop2.6.0源码
最近在玩hadoop,发现官网下的二进制包经常包警告,不爽,不如自己编译安装 1. 下载源码 2. 安装编译环境(gccbuild-essential ....) 3. 安装protobuf (编译hadoop需要用) 4. 安装mvn 5. 在解压源码目录执行mvn -Pdist,nat...
分类:其他好文   时间:2015-01-03 23:42:24    阅读次数:257
547条   上一页 1 ... 40 41 42 43 44 ... 55 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!