码迷,mamicode.com
首页 >  
搜索关键字:mount point    ( 11132个结果
5.5 编程实例-红蓝三角形
#include typedef GLfloat point2d[2]; // a point data type void triangle( point2d a, point2d b, point2d c) // display a triangle { glBegin(GL_TRIANGLES...
分类:其他好文   时间:2014-06-18 21:02:32    阅读次数:334
Linux服务器下没有root权限装Matlab R2013a
Matlab R2013a Unix版下载地址注意:由于我是在单位的集群系统上装Matlab,没有root权限,故下载下来的.iso文件不能在linux下用mount命令挂载,故先在Win下解压,再将解压后的文件上传至服务器。由于没有root权限,所有需要安装的内容都装在自己的家目录下。另外,如果你...
分类:系统相关   时间:2014-06-18 20:10:12    阅读次数:533
ruby 中的变量
1、变量和常量:全局变量用$; 实例变量用@; 类变量用@@;Local Variable: name fish_and_chips x_axis thx1138 _x _26Instance Variable: @name @point_1 @X @_ @plan9Class Variable.....
分类:其他好文   时间:2014-06-18 17:13:55    阅读次数:245
python调用c代码2
1、生成动态链接库[root@typhoeus79 c]# more head.c #include #include typedef struct _point{ int x; int y;}Point;Point * InitPoint(int x,int y){ Point ...
分类:编程语言   时间:2014-06-18 15:45:00    阅读次数:267
【Leetcode】Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Fin...
分类:其他好文   时间:2014-06-17 22:17:43    阅读次数:325
PostGIS导入导出SHP文件常用命令
SHP导入POSTGIS数据库引用直接导入数据库 shp2pgsql-I-s2437-WGBKshop_point.shppublic.ntable|psql-Upostgres-w-djwsz 导出sql再导入数据库 shp2pgsql-s"2437"-W"GBK"-ID:\shop_point....
分类:其他好文   时间:2014-06-17 15:55:19    阅读次数:348
linux下挂载NTFS分区错误修复
今天在linux下打开win的NTFS硬盘总是提示出错了,而且是全部的NTFS盘都出错,其中sda1错误显示如下:Error mounting /dev/sda1 at /media/wangbo/24F02EECF02EC3C0: Command-line `mount -t "ntfs" -o ...
分类:系统相关   时间:2014-06-17 00:29:31    阅读次数:383
c#方法
1.可变的方法参数:params public void DrawLine(params Point [] p){}-->DrawLine(p1,p2); orDrawLine(p1,p2,p3);2.向上引用(方法重定义):父类引用子类实例,调用时,则调用父类的方法3.virtual,o...
分类:其他好文   时间:2014-06-17 00:15:04    阅读次数:228
nginx高并发优化
nginx高并发优化一、关闭系统中不需要的服务二、优化磁盘写操作mount-oremountdefaults,noatime,nodiratimepartionmount_partionfstab将partionmount_partiondefaults00修改为partionmount_partiondefaults,noatime,nodiratime00即修改为写入磁盘不修改访问时间三、优化资源限..
分类:其他好文   时间:2014-06-16 17:26:30    阅读次数:276
linux硬盘分区格式化及挂载
linux硬盘分区格式化及挂载   1、硬盘的接口类型           硬盘的接口一般分为两种,一种是IDE并行接口,一种是SATA串行接口, 在linux上面IDE接口的硬盘被识别为/dev/hd[a-z]这样的设备,其中hdc表示光驱设备,这是因为主板上面一般有两个IDE插槽,一个IDE插槽可以接两个硬盘,而光驱是接着IDE的第二个插槽上面的第一个接口上面。其他诸如SCSI,SAS...
分类:系统相关   时间:2014-06-16 14:39:04    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!