摘要: RS-485, also known as TIA-485(-A), EIA-485, is a standard defining the electrical characteristics of drivers and receivers for use in serial communica 阅读全文
posted @ 2018-06-10 18:03 dion至君 阅读(651) 评论(0) 推荐(0) 编辑
摘要: The original address Mware Tools is one of important components for virtual machine (VM) in order get excellent performance. It is a group of utilitie 阅读全文
posted @ 2018-06-03 16:49 dion至君 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 在xenserver中安装vncserver软件。启动显示正常 用grep命令查看也确实有线程在运行。 但实际上用命令service vncserver status查看vnc状态,显示没有桌面在运行,诡异。 在root/目录下用ls -a 查看隐藏文件夹,找到.vnc/目录下的xstartup文件 阅读全文
posted @ 2018-05-23 16:13 dion至君 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 在xenserver上安装vnc软件时,报错 [root@cloud yum-3.4.3]# ./yummain.py install yumThere are no enabled repos.Run "yum repolist all" to see the repos you have.You 阅读全文
posted @ 2018-05-23 13:40 dion至君 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 运行环境:win10系统,神舟战神z7m-KP7GT型号笔记本,VMWare虚拟机,XenServer7.2.0,XenCenter7.2.0 5月22日下午安装上xenserver虚拟机,发现虚拟机连接不上外网,试着关闭防火墙,仍然不行,命令service iptables stop,之后查看se 阅读全文
posted @ 2018-05-22 15:34 dion至君 阅读(783) 评论(0) 推荐(0) 编辑
摘要: Table of Contents MySQL NDB Cluster is a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment. Recent 阅读全文
posted @ 2018-05-20 14:10 dion至君 阅读(181) 评论(0) 推荐(0) 编辑
摘要: chapter 13 13.1 数据分组 如果要将数据分为多个逻辑组怎么办?? 要用数据分组 13.2 创建分组 使用group by子句。group by会指示对mysql进行分组,然后对每个组进行聚集。 注意:使用group by时,如果在select使用了表达式,则必须在group by 中使 阅读全文
posted @ 2018-04-07 19:16 dion至君 阅读(272) 评论(0) 推荐(0) 编辑
摘要: Linux下的软件包是一个独立的程序,用于Linux系统的包管理。在Linux下,软件包的安装方式很多样,不如Windows下的软件安装简单,Windows下基本上就是傻瓜式下一步下一步,而Linux依托于强大的shell工具,可以完成很丰富的功能。 先了解下软件包的构成: 软件包由二进制文件、库文 阅读全文
posted @ 2018-03-27 09:57 dion至君 阅读(589) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-03-16 23:49 dion至君 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 晚上尝试在ubuntu 16.04版本下安装python的Anaconda3发行版。 从清华源下载的Anaconda3-Linux 64位版本安装包,然后顺利的下一步,下一步.....一切顺利!结果到了安装完,正好我也洗完澡了。 尝试了用conda list命令查看安装的package列表,结果 W 阅读全文
posted @ 2018-03-16 21:48 dion至君 阅读(644) 评论(0) 推荐(0) 编辑