码迷,mamicode.com
首页 >  
搜索关键字:open gl    ( 25180个结果
sftp put权限不够
报错如下:sftp> put play.zip ./Uploading play.zip to /opt/library/./play.zipremote open("/opt/library/./play.zip"): Permission denied原因:sftp登录以后当前所在目录的owne...
分类:其他好文   时间:2014-05-10 01:59:10    阅读次数:828
Chrome 应用推荐 - 下载管理扩展: Chrono
地址:http://goo.gl/JVdxvgChrono下载管理器让你轻松高效地管理Chrome浏览器中的下载任务。Chrono与Chrome浏览器紧密地整合在一起,如菜单、工具栏支持等等。Chrono接管你在Chrome中的所有下载,让你在浏览器的标签页中进行管理,而不是弹出一个独立于浏览器的程...
分类:其他好文   时间:2014-05-09 16:50:38    阅读次数:401
oracle启动,提示“LRM-00109: could not open parameter file”
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样) copy到$ORACLE_HOME/dbs目...
分类:数据库   时间:2014-05-09 16:26:52    阅读次数:508
一个python小脚本——合并一个文件夹下的所有文本
#coding:utf8import sys,osdef process(path): for f in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:编程语言   时间:2014-05-09 12:41:07    阅读次数:362
ubuntu wireshark 没有接口
There are no interfaces on which a capture can be done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following commands:sudo dpkg-reconfigure ...
分类:其他好文   时间:2014-05-08 22:18:45    阅读次数:397
利用Teensy进行EM410x卡模拟以及暴力破解EM410X类门禁系统可行性猜想
前些天Open入手了Teensy++ 2.0,所以在无聊的情况下研究了Teensy++ 2.0模拟EM410X,并且针对EM410X的门禁进行了一次暴力破解测试,以下就是相关代码以及内容。什么是低频?什么是EM410x?首先,我不得不再次提一下那些工作在125khz频率下的低频卡(如:EM410X之...
分类:其他好文   时间:2014-05-05 10:02:05    阅读次数:555
net run time error
Unable to open shim database version registry key
分类:Web程序   时间:2014-05-05 09:50:00    阅读次数:338
qt 设置程序控件样式
1. 以资源文件的形式设置控件样式QFiledata(QString(":/style.qss"));QStringqssFile;if(data.open(QFile::ReadOnly)){QTextStreamstyleIn(&data);qssFile=styleIn.readAll();d...
分类:其他好文   时间:2014-05-04 20:49:35    阅读次数:317
[OpenGL]OpenGL库函数汇总
目前OpenGL的函数主要包含在3个库中:GL 函数库、GLU 函数库、GLUT 函数库    GL 库函数  颜色编辑 glShadeModel,glColor,glColorPointer,glIndex,glIndexPointer,glColorTableEXT,glColorSubTableEXT 绘制几何图形 glVerte...
分类:其他好文   时间:2014-05-04 18:20:18    阅读次数:787
firefox is already running..在linux中使用firfox出现的问题
中文版显示:Firefox 已经在运行,但是没有响应。如要打开新窗口,您必须先关闭该 Firefox 进程,或者重新启动您的系统。 英文版显示:Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or ...
分类:系统相关   时间:2014-05-04 17:44:21    阅读次数:647
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!