码迷,mamicode.com
首页 >  
搜索关键字:x11    ( 856个结果
Error: Can't open display
当你运行xterm出现错误如下:xtermXterror:Can‘topendisplay:xterm:DISPLAYisnotset我的系统centos6.2解决办法:1、首先确定你安装了x11:yum-yinstallxorg-x11-xauth2、其次修改配置文件:/etc/ssh/sshd_config,AllowTcpForwardingyesX11ForwardingyesForwardX11yes或者(For..
分类:其他好文   时间:2017-01-13 01:30:13    阅读次数:856
解决virtualbox与mac文件拖拽问题
apt-get purge virtualbox-guest-x11apt-get autoremove --purgerebootapt-get updateapt-get dist-upgraderebootapt-get updateapt-get install -y virtualbox- ...
分类:系统相关   时间:2017-01-10 23:31:04    阅读次数:467
Ubuntu 16.04 编译VTK7.1
编译过程总共分为三步: 第1步:准备编译环境 第2步:cmake生成工程 第3步:编译安装 第1步:准备编译环境 Ubuntu在编译VTK7.1之前需要安装三个软件包:Qt5,X11,OpenGL,CMake 1. 安装Qt5,从Qt官网下载qt-opensource-linux-x64-5.7.1 ...
分类:系统相关   时间:2017-01-08 21:36:11    阅读次数:735
yii2表单提交不刷新的问题
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 public function actionContact() { $model = new ContactForm(); if ($model->load(Yii::$app->request->post()) && $ ...
分类:其他好文   时间:2017-01-08 09:10:34    阅读次数:358
php实现注册
<?php header("Content-Type:text/html;charset=gb2312"); @mysql_connect('localhost','root','ebaeba') or die("数据库服务器连接失败"); @mysql_select_db("test") or d ...
分类:Web程序   时间:2017-01-07 22:36:37    阅读次数:307
Qt数据库操作(qt-win-commercial-src-4.3.1,VC6,Oracle,SQL Server)
qt-win-commercial-src-4.3.1、qt-x11-commercial-src-4.3.1Microsoft Visual C++ 6.0、KDevelop 3.5.0Windows Xp、Solaris 10、Fedora 8SQL Server、Oracle 10g Clie ...
分类:数据库   时间:2017-01-05 01:34:16    阅读次数:441
HTML5的新语义化的标签
在HTML5之前采用HTML+CSS文档结构写法 Diagram illustrates a typical two-column layout marked up using divs with id and class attributes.It contains a header, foote ...
分类:Web程序   时间:2017-01-04 23:13:34    阅读次数:294
linux rpm包制作
LinuxRpm包制作一、简介RPM(RedHatPackageManager)的最常见的软件包管理器。软件包管理器rpm,deb(dpkg)RPM包命名:name-version-release.architecture.rpm。xorg-x11-xsm-1.0.2-4.fc6.i386.rpm包名版本号编译次数厂商平台RPM功能:安装、卸载、升级、查询和验证。rpm-ivh安装..
分类:系统相关   时间:2017-01-04 17:23:27    阅读次数:342
计算器源码
计算器源码 基于递归和正则表达式实现的计算器,源码如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 4 ...
分类:其他好文   时间:2016-12-27 09:56:52    阅读次数:228
856条   上一页 1 ... 56 57 58 59 60 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!