$ make menuconfig
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses...
分类:
其他好文 时间:
2014-09-15 22:54:29
阅读次数:
412
1.查找安装包:rpm -ivh iscsi-initiator-utils去sf.net下载iscsitarget包make kernel,usr,install开启服务(0)查看iscsi发现记录 iscsiadm -m node(1)发现iscsi存储:iscsiadm -m discover...
分类:
其他好文 时间:
2014-09-15 22:41:29
阅读次数:
291
下载rlwrap-0.30从光盘上安装readline-devel和readline安装rlwrap:#tar -zxvf rlwrap-0.30.tar.gz#cd rlwrap-0.30#./configure#make#make install修改环境变量:添加alias sqlplus='r...
分类:
数据库 时间:
2014-09-15 21:02:39
阅读次数:
177
1、我们生活中的一切,都正在成为计算机。2、make something people want。3、i mak something people want。4、创始成员最好不要超过三个人。5、创业的唯一门槛就是勇气。6、所有东西都在变成软件。印刷机诞生后,人类写过多少个子,未来就有多少家软件公司。...
分类:
其他好文 时间:
2014-09-15 15:44:29
阅读次数:
215
在查看了ubuntu的debian rules,重新配置chromium
GYP_GENERATORS=make GYP_DEFINES="disable_sse2=1 use_third_party_translations=1 werror= sysroot= disable_nacl=1 linux_use_gold_binary=0 linux_use_gold_flags=0 enab...
分类:
其他好文 时间:
2014-09-15 14:23:38
阅读次数:
231
本文主要三个部分:1.GNU GCC简介 2.C/C++交叉编译器arm-elf-gcc 3.make文件,用于工程管理部分一:GNU GCC简介: 该编译器基本功能: (1)输出预处理后的文件(展开头文件和替换宏)(2)输出.s的汇编文件(3)输出二进制目标文件(4)输出.o可执行文件 (5)转换...
分类:
系统相关 时间:
2014-09-15 14:15:38
阅读次数:
298
How to Add custom html to Header in WebGrid MyEvernote Link Posted on March 30, 2013by mtryambake How to make a MVC 3 Webgrid with checkbox column?Thi...
分类:
Web程序 时间:
2014-09-14 23:28:17
阅读次数:
273
Reloading a Razor WebGrid after Ajax calls using a partial view If you are using Razor and MVC you probably make some use of the built in controls in ...
分类:
Web程序 时间:
2014-09-14 22:06:37
阅读次数:
423
The goal of whitening is to make the input less redundant; more formally, our desiderata are that our learning algorithms sees a training input where ...
分类:
其他好文 时间:
2014-09-14 17:53:27
阅读次数:
301
本菜刚刚学习UNIX下高级编程,无奈搭建本书编程环境时遇到不少问题。幸好网上有各种大神的解决办法让我最终解决了问题。在这里感谢为LINUX开源操作系统奋斗的大神。
不过话说回来,网上大都是针对UNIX高级编程第二版的头文件搭建,现在对于第三版来说,有些过时,因为很对针对linux的make文件已经改变了很多。
话不多说,下面就来看看具体的搭建过程:(本人用的操作系统是ubuntu 14.04L...
分类:
其他好文 时间:
2014-09-14 14:08:07
阅读次数:
191