sshd无法使用secureFX传输文件
某同学表示,某些机器无法使用secureFX
进行文件传输。
正常情况下:
i RECV : AUTH_SUCCESS
i RECV : Server Sftp Version: 3
i SEND : RealPath(raw) .
i Resolved RealPath: /home/demo
i SEND : OpenDir /home/demo
而无 …
more ...某同学表示,某些机器无法使用secureFX
进行文件传输。
正常情况下:
i RECV : AUTH_SUCCESS
i RECV : Server Sftp Version: 3
i SEND : RealPath(raw) .
i Resolved RealPath: /home/demo
i SEND : OpenDir /home/demo
而无 …
more ...Django 1.2.7 admin在使用ManyToManyField的时候,默认使用垂直filter_vertical
方式进行显示与选择。此方式在选项比较多的时候,难以直观的看出哪些选项被选中,在尝试使用filter_horizontal
进行显示的时候,我们碰到了一些问题。
pelican官方文档没有显式的指明应该如何自定义jinja template filters.
在制作标签云的时候,不想写复杂的javascript,更不想又import一份javascript进来,所以决定自己搞一个比较简单的标签云
pelican默认的tag排序比较简单,为了能有比较“云”的 …
more ...安装MySQL/Bind with dlz
略过,bind dlz安装,只需在编译的时候增加 --with-dlz-mysql
选项即可。
创建 MySQL 数据库
根据自己的需求创建即可,如使用如下命令创 …
more ...from django import forms
from django.utils.encoding import force_unicode
from django.utils.html import escape, conditional_escape
class SelectMultipleWithTitle(forms.SelectMultiple):
""" multiple select optihon with title """
def render_option(self, selected_choices, option_value, option_label):
option_value = force_unicode(option_value)
selected_html = (option_value in selected_choices) and u' selected="selected"' or ''
return u'<option value="%s"%s …
系统:
Debian Squeeze 6.0 amd64
thrift: 0.8.0
hadoop: 0.20.2 cdh3 hadoop-0.20_0.20.2+923.142
scribe: git current version
首先安装各种库,包括但不局限于:
more ...python-dev maven2 ant sun-java6-jre sun-java6-jdk bison flex gcc make autoconf …