上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 53 下一页
摘要: 我在mysql中有这样一段代码 SQL code ? 1 2 3 4 5 6 7 8 declare @byte1 binary(1) declare @byte2 binary(1) declare @smallint smallint set @smallint = 675 set @byte1 阅读全文
posted @ 2016-07-18 20:08 圆旭 阅读(313) 评论(0) 推荐(0) 编辑
摘要: left join(左联接) 返回包括左表中的所有记录和右表中联结字段相等的记录 right join(右联接) 返回包括右表中的所有记录和左表中联结字段相等的记录inner join(等值连接) 只返回两个表中联结字段相等的行 from: http://www.cnblogs.com/pcjim/ 阅读全文
posted @ 2016-07-18 19:53 圆旭 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 转自: http://www.cnblogs.com/javaee6/p/4142270.html?utm_source=tuicool&utm_medium=referral js中遍历数组的有两种方式 1 2 3 4 5 6 7 8 9 var array=['a'] //标准的for循环 fo 阅读全文
posted @ 2016-07-14 19:09 圆旭 阅读(26126) 评论(0) 推荐(3) 编辑
摘要: I have installed a python package with python setup.py install How do I uninstall it? You need to remove all files manually, and also undo any other s 阅读全文
posted @ 2016-07-14 15:43 圆旭 阅读(969) 评论(0) 推荐(0) 编辑
摘要: VMware中的快照是对VMDK在某个时间点的“拷贝”,这个“拷贝”并不是对VMDK文件的复制,而是保持磁盘文件和系统内存在该时间点的状态,以便在出现故障后虚拟机能够恢复到该时间点。如果对某个虚拟机创建了多个快照,那么就可以有多个可恢复的时间点。 当我们为虚拟机创建的快照时,当前可写的VMDK文件变 阅读全文
posted @ 2016-07-12 16:00 圆旭 阅读(4758) 评论(0) 推荐(0) 编辑
摘要: deb http://cn.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiversedeb http://cn.archive.ubuntu.com/ubuntu/ trusty-security main restr 阅读全文
posted @ 2016-07-12 09:57 圆旭 阅读(453) 评论(0) 推荐(0) 编辑
摘要: devstack 重启后没有运行服务。 解释: “Note if you reboot your machine running devstack, you need to rerun stack.sh” 转自: https://ask.openstack.org/en/question/1916/ 阅读全文
posted @ 2016-07-11 15:42 圆旭 阅读(627) 评论(0) 推荐(0) 编辑
摘要: 刚安装了Ubuntu 14.04 server的虚拟机,普通帐号可以远程登录,但是root不行,输入密码后一直报错: permission denied 最后发现ssh的配置(/etc/ssh/sshd_config)不大一样,14.04的默认配置是: 阅读全文
posted @ 2016-07-06 15:14 圆旭 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 修改cobbler的默认密码: 用 openssl 生成一串密码后加入到 cobbler 的配置文件(/etc/cobbler/settings)里,替换 default_password_crypted 字段:# openssl passwd -1 -salt 'random-phrase-her 阅读全文
posted @ 2016-07-06 13:57 圆旭 阅读(1443) 评论(0) 推荐(0) 编辑
摘要: Cobbler报错处理 通过cobbler check检查出现的报错 红色标注为报错关键信息 9.1 报错一 解决启动httpd服务 解决 再进行一些针对apache ServerName参数配置的处理 官方相关资料https://github.com/cobbler/cobbler/wiki/Co 阅读全文
posted @ 2016-07-06 11:15 圆旭 阅读(1011) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 53 下一页