Linux target framework (tgt) aims to simplify various SCSI target driver (iSCSI, Fibre Channel, SRP, etc) creation and maintenance. The key goals are ...
分类:
系统相关 时间:
2014-07-07 12:21:36
阅读次数:
738
http://networkx.github.io/documentation/networkx-1.9/install.html1. 安装setuptoolswget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python2. 安装netw...
分类:
Web程序 时间:
2014-07-02 17:10:16
阅读次数:
337
git clone https://bitbucket.org/pypy/numpy.gitcd numpypypy setup.py install...
分类:
编程语言 时间:
2014-07-02 10:43:25
阅读次数:
222
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277
系统环境:Centos6.5 x64虚拟机:vmware10网络连接:桥接,选好之后在选择网卡(本机实际上网走的网卡)设置网络: setup (网络这设置工具)service network restarts(重启网络)桥接用的是自己网卡的网络,想要虚拟机上网,必要要四个条件:ip地址,子网掩码,....
分类:
其他好文 时间:
2014-07-01 19:23:45
阅读次数:
326
1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 // Do any additional setup after loading the view. 5 6 //1:使用第三方库 7 NSData *d...
分类:
移动开发 时间:
2014-07-01 16:40:39
阅读次数:
297
最近工作需要,用Cython写了*.pyx扩展,并将其编译成C文件,最后转换为so扩展,供python引用使用 distutils 编译,建立一个setup.py的脚本from distutils.core import setupfrom distutils.extension import Ex...
分类:
编程语言 时间:
2014-07-01 11:56:14
阅读次数:
250
一、通过命令创建项目 前面搭建好环境后,怎样创建自己的cocos2d-x项目呢? 先来看看cocos2dx 3.1的目录吧 这就是 cocos2dx 3.1的目录, 3.1版本的创建跟以前的不同了(好吧,又变了),我们先把 download-deps.py 和 setup.py 执行...
分类:
其他好文 时间:
2014-07-01 10:37:51
阅读次数:
272
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view.
self.mapView = [[MKMapView alloc] initWithFrame:self.view.bounds];
self.mapView.mapType =...
分类:
其他好文 时间:
2014-07-01 06:17:34
阅读次数:
758