上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 52 下一页
摘要: 如果ubuntu要安装新软件,已有deb安装包(例如:iptux.deb),但是无法登录到桌面环境。那该怎么安装?答案是:使用dpkg命令。dpkg命令常用格式如下:sudo dpkg -I iptux.deb#查看iptux.deb软件包的详细信息,包括软件名称、版本以及大小等(其中-I等价于--... 阅读全文
posted @ 2015-11-26 09:45 圆旭 阅读(352) 评论(0) 推荐(0)
摘要: class Student(object): @property def score(self): return self._score @score.setter def score(self, value): if not isinstance... 阅读全文
posted @ 2015-11-19 17:29 圆旭 阅读(303) 评论(0) 推荐(0)
摘要: 下面是几个vi与行移动有关的命令:G:光标移至最后一行nG:光标移至第n行首n+:光标下移n行n-:光标上移n行注意输入命令,需要首先按ESC键回到命令模式。转自:http://zhidao.baidu.com/link?url=g6KMde5QV2O4ctJDTzmbu2xzcGbx2gEmSad... 阅读全文
posted @ 2015-11-19 10:40 圆旭 阅读(18064) 评论(0) 推荐(0)
摘要: 1.在 Fork 的代码库中添加上游代码库的 remote 源,该操作只需操作一次即可。如: 其中# upstream 表示上游代码库名, 可以任意。git remote addupstreamhttps://github.scm.corp.ebay.com/montage/frontend-ui-... 阅读全文
posted @ 2015-11-13 16:20 圆旭 阅读(664) 评论(0) 推荐(0)
摘要: msgfmt --statistics --verbose -o django.mo django.po 阅读全文
posted @ 2015-11-12 10:29 圆旭 阅读(354) 评论(0) 推荐(0)
摘要: sudo ln -sT /path/to/source/directory /path/to/destination/directory注意路径一定要用绝对路径例: sudo ln -sT /home/xxx/django_openstack_auth/openstack_auth/ /home/x... 阅读全文
posted @ 2015-11-10 16:45 圆旭 阅读(1550) 评论(0) 推荐(0)
摘要: 错误原因:1.sshd 未安装2.sshd 未启动3.防火墙4需重新启动ssh 服务解决方法:1.确定安装sshd: $ sudo apt-get install openssh-server 2.启动sshd:$ sudo net start sshd 3.检查防火墙设置,关闭防火墙:$ su... 阅读全文
posted @ 2015-11-10 15:28 圆旭 阅读(10196) 评论(0) 推荐(0)
摘要: 首先如果数据较少的话,只需要双击鼠标左键,回车,就会自动转换成超链接。转自:http://zhidao.baidu.com/question/200363361.html?qbl=relate_question_1&word=excel%20%B1%E4%20%B3%AC%C1%B4%BD%D3&o... 阅读全文
posted @ 2015-11-06 18:51 圆旭 阅读(874) 评论(0) 推荐(0)
摘要: 转自:http://blog.sina.com.cn/s/blog_642e41c20101tct3.html 阅读全文
posted @ 2015-11-06 10:58 圆旭 阅读(130) 评论(0) 推荐(0)
摘要: ,只要进入ubuntu :sudo update-grub 就行了! 它会自动给Grub添加NTFS模块,以支持NTFS下的文件读取转自: http://zhidao.baidu.com/link?url=DiGB3QeskY3cA5Jctw_x0-lS8VqsavZ32abPWZUXzpj3xrr... 阅读全文
posted @ 2015-11-06 10:33 圆旭 阅读(163) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 52 下一页