问题:Windows下编写的纯文本文档在Linux下使用,例如Windows下编写的SH脚本,放到Linux下执行可能会出错。解决方法:用Ultraedit或者Nodepad++文本编辑器,在Ultraedit下将该文件执行“File->conversions->Dos to Unix”。或者用Su...
流程 片内os起来后,从SDCARD加载uboot,然后使用 tftp 从 PC 下载 kernel,然后使用 nfs 挂载 PC 上的文件系统。搭建 TFTP 和 NFS serverTFTP sudo apt-get install tftp-hpa tftpd-hpa xinetd su...
分类:
其他好文 时间:
2015-01-30 14:37:08
阅读次数:
212
这是一个简单的SSH XMl 配置的 整合 DEMO.~~ 1 2 5 6 7 8 hibernateSessionFilter 9 10 org.springframework.orm.hibernate3.su...
分类:
编程语言 时间:
2015-01-29 01:17:52
阅读次数:
276
PlaneGeometry用来在三维空间内创建一个平面对象.
用法: var geometry = new THREE.PlaneGeometry(5,5,20,32);
var material = new THREE.MeshBasicMaterial({color: 0x00ff00});
var plane = new THREE.Mesh(geometry,material);
scene.add(plane);
PlaneGeometry</su...
分类:
Web程序 时间:
2015-01-28 09:51:34
阅读次数:
328
Ubuntu下安装usbview usbview是usb设备分析软件,这款工具专门用来检测USB设备的PID和VID信息的,所谓VID指的就是Vendor ID,也就是厂商ID,而PID就是产品ID了,有了VID和PID的具体信息,我们就可以大体上知道自己设备的芯片了。1.安装gtk3.0环境su....
分类:
系统相关 时间:
2015-01-27 19:53:59
阅读次数:
250
Lattice paths
Problem 15
Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are exactly 6 routes to the bottom right corner.
How many su...
分类:
编程语言 时间:
2015-01-27 13:25:01
阅读次数:
191
我们每天使用互联网,你是否想过,它是如何实现的?全世界几十亿台电脑,连接在一起,两两通信。上海的某一块网卡送出信号,洛杉矶的另一块网卡居然就收到了,两者实际上根本不知道对方的物理位置,你不觉得这是很神奇的事情吗?互联网的核心是一系列协议,总称为"互联网协议"(Internet Protocol Su...
分类:
其他好文 时间:
2015-01-27 10:42:36
阅读次数:
201
转载地址http://blog.csdn.net/SJF0115/article/details/8645991树形结构是一类重要的非线性数据结构,其中以树和二叉树最为常用。二叉树是每个结点最多有两个子树的有序树。通常子树的根被称作“左子树”(left subtree)和“右子树”(right su...
分类:
其他好文 时间:
2015-01-26 16:54:26
阅读次数:
171
uva 11464 Even Parity
We have a grid of size N x N. Each cell of the grid initially contains a zero(0) or a one(1).
The parity of a cell is the number of 1s surrounding that cell. A cell is su...
分类:
其他好文 时间:
2015-01-26 15:16:03
阅读次数:
125
1. 在git server端如何创建一个工程
(1) su git
(2) mkdir linux-git.git
(3) cd linux-git.git
(4) git init --bare
(5) exit
2. 在clinet端如何clone、提交代码
(1) git clone git@192.168.0.106:/home/prj_git/linux-git....
分类:
其他好文 时间:
2015-01-26 00:08:42
阅读次数:
216