在vmware虚拟中使用宿主机为Debian对LFS进行构建的过程中出现了如下的错误:
LFS kernel panic -not syncing :VFS:Unable to mount root fs on Unkn...
在编译的时候需要特别注意一个问题:若是在虚拟机中挂载的盘为SCSI接口类型的,那么在make menuconfig时,除了按照LFS 7.7中的8...
分类:
其他好文 时间:
2015-04-27 00:28:43
阅读次数:
262
Laravel中自己封装了一个独特的命名空间,可以让开发者在View中能使用特定命名空间。 View::addNamespace(‘Theme‘,?‘/views/theme/‘); 那么我们就可以在View::make()中进行运用了,比如 return?View::make("The...
分类:
其他好文 时间:
2015-04-26 16:54:59
阅读次数:
137
python 实现web框架simfish本文主要记录本人利用python实现web框架simfish的过程。源码github地址:simfishWSGI HTTP Serverwsgi模块提供了简单的simple_server,wsgiref.simple_server.make_server(h...
分类:
编程语言 时间:
2015-04-26 13:44:43
阅读次数:
180
解决办法: yum?install?sqlite-dev
cd?python2???#python重新编译
python?setup.py?make
python?setup.py?make?install
#然后进入python
import?sqlite3...
分类:
编程语言 时间:
2015-04-26 11:01:39
阅读次数:
345
var obj=document.getElementById('obj');function getAttr(node,attr) { //make attr to example as marginLeft; //inline style if(node.style[attr]){ retur....
分类:
Web程序 时间:
2015-04-26 10:37:58
阅读次数:
377
Spark is what:Spache Spark is an open source clustercomputing system that aims to make dataanalytics fast — both fast to run and fast towriteBDAS:meso...
分类:
其他好文 时间:
2015-04-25 21:07:07
阅读次数:
249
实现功能: 设备连上路由后,当打开浏览器上网时,浏览器上会显示欢迎画面,当用户点击继续上网后,会正常连接网络,访问之前请求网页。需要做的工作:将 nodogsplash 编译进openwrt 镜像,首先在源码目录中运行make menuconfig 在 network/capitive portal...
分类:
其他好文 时间:
2015-04-25 19:48:48
阅读次数:
148
df -Th查看文件系统及挂载点parted /dev/sdcmklabel gptprintmkpart primary 0KB 2000GB/dev/hdb1 is apparently in use by the system; will not make a filesystem here!...
分类:
其他好文 时间:
2015-04-24 18:42:15
阅读次数:
117
spark编译: 1、java安装(建议用jdk1.6) 2、编译命令 ./make-distribution.sh --tgz -Phadoop-2.4 -Dhadoop.version=2.6.0 -Pyarn -DskipTests -Phive -Phive-thri...
分类:
其他好文 时间:
2015-04-24 18:34:53
阅读次数:
148
Please make sure to add in standalone.xml under
分类:
其他好文 时间:
2015-04-24 12:29:51
阅读次数:
102