码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
TFS Express backup and restore
When we setup source control server, we should always make a backup and restore plan for it. This article is to describe how to backup and restore a TFS Express instance from one server to another server....
分类:Web程序   时间:2015-06-16 22:58:18    阅读次数:314
Tiny210编译linux内核步骤
当有多个交叉编译器是,不方便设置环境变量时,可以在编译命令中指定交叉编译器,具体如下:make ARCH=arm CROSS_COMPILE=/opt/FriendlyARM/toolschain/4.5.1/bin/arm-none-linux-gnueabi- mrpropermake ARCH...
分类:系统相关   时间:2015-06-16 20:47:33    阅读次数:164
mydumper安装和使用
1安装cmake解压:tarxvfcmake-2.8.8.tar.gz进入解压目录:cdcmake-2.8.8./bootstrapmakemakeinstallyuminstallglib2-develmysql-develzlib-develpcre-develtarxvzfmydumper-0.6.2.tar.gz#cmake.#make#makeinstallmydumper--help-B,--databaseDatabasetodump(备份的库)-o输出..
分类:其他好文   时间:2015-06-16 19:31:26    阅读次数:124
Centos 6安装apache 2.4
1、准备工作,安装依赖。yum install make apr* autoconf automake gcc gcc-c++ zlib-devel openssl openssl-devel pcre-devel gd kernel keyutils patch perl kernel-heade...
分类:Web程序   时间:2015-06-16 16:25:49    阅读次数:203
【缩点+拓扑判链】POJ2762 Going from u to v or from v to u?
DescriptionIn order to make their sons brave, Jiajia and Wind take them to a big cave. The cave has n rooms, and one-way corridors connecting some roo...
分类:其他好文   时间:2015-06-15 21:44:47    阅读次数:200
Django 安装 在CentOS
1. 编译python bogon:kuoxin$ ./configure --prefix=/share/python3 --enable-shared bogon:kuoxin$ make bogon:kuoxin$ make install2. 编译wsgi bogo...
分类:其他好文   时间:2015-06-15 16:11:33    阅读次数:140
Linux 下 解压rar格式压缩包
首先在这个网址下载winrar for Linux :  http://www.rarlab.com/download.htm      下载好后把rar文件夹提取出来, 在终端中进入rar文件夹,       运行make指令,         然后就可以解压了.      rar e aa.rar 将aa.rar压缩文件解压到当前目录,aa文件中原包含的目录全没有。 rar x ...
分类:系统相关   时间:2015-06-15 14:43:26    阅读次数:151
linux 命令——9 touch (转)
linux的touch命令不常用,一般在使用make的时候可能会用到,用来修改文件时间戳,或者新建一个不存在的文件。1.命令格式:touch[选项]...文件...2.命令参数:-a或--time=atime或--time=access或--time=use 只更改存取时间。-c或--no-crea...
分类:系统相关   时间:2015-06-15 12:37:13    阅读次数:152
对话深度学习专家雅恩?乐昆:让深度学习摆脱束缚
时间:这个报道是大概2015年2月的文章:Facebook AI Director Yann LeCun on His Quest to Unleash Deep Learning and Make Machines Smarte,然后翻阅在CCF上的。知识点:1、其实之前一直不知道这几个大神这个叫...
分类:其他好文   时间:2015-06-15 12:36:58    阅读次数:304
转:Hide data inside pointers(在指针中隐藏数据)
该文介绍了如何使用指针中一些未使用的位来隐藏一些数据。 When we write C code, pointers are everywhere. We can make a little extra use of pointers and sneak in some extra informat...
分类:其他好文   时间:2015-06-15 12:33:40    阅读次数:122
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!