夏科艺ID:powerkoria
9140次访问,排名11550(-1)好友1人,关注者1
从mud时代到3d时代的一个游戏开发者
powerkoria的文章
原创 69 篇
翻译 0 篇
转载 18 篇
评论 27 篇
最近评论
powerkoria:之后在looknfeel里将statictext控件设置了属性:
<Property name="VertFormatting" initialValue="VertCentred" redrawOnWrite="true" />
<Property name="HorzFormatting" initialValue="LeftAlig……
powerkoria:今天用statictext控件,发现纵向排列在中间时居然不是 CentreAligned
检查源代码发现如下:
enum HorzFormatting
{
LeftAligned, //!< Text is output as a single line of text with t……
powerkoria:今天用statictext控件,发现纵向排列在中间时居然不是 CentreAligned
检查源代码发现如下:
enum HorzFormatting
{
LeftAligned, //!< Text is output as a single line of text with t……
holsety:还有一个优势,OGRE现在有了python的支持,通过pyOGRE来使用python调用OGRE。

稳定性和效率都还不错,而且文档较为丰富。

对于我们这种使用python习惯了的人,不得不说是一大便利啊。
powerkoria:http://www.jinghua8.com/article.asp?id=383
这里有详细的安装方法
文章分类
收藏
    相册
    四川地震
    游戏
    AMF
    http://hi.baidu.com/freedomknightduzhi
    http://www.cppblog.com/tx7do/
    lg3d java project
    mozilla
    Newton物理引擎
    panda 3d
    panda3d中文翻译
    PLIB: A Suite of Portable Game Libraries
    py3d
    Python Computer Graphics Kit
    python实现IE自动化的模块
    python语言参考手册翻译
    sswf
    swfobject2
    web3d资源
    web3d资源2
    我的另一个博客
    无优脚本
    赖勇浩
    存档
    订阅我的博客
    XML聚合  FeedSky

    原创 python写ssh程序 paramiko收藏

    新一篇: python很有用的模块 | 旧一篇: 两个超好的安全免费VPN软件--直达美国!!

    paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. unlike SSL (aka TLS), SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. you may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across the encrypted tunnel -- this is how sftp works, for example.

    it is written entirely in python (no C or platform-dependent code) and is released under the GNU LGPL (lesser GPL).

    there is now also a java port.

    发表于 @ 2008年07月18日 15:39:00|评论(loading...)|收藏

    新一篇: python很有用的模块 | 旧一篇: 两个超好的安全免费VPN软件--直达美国!!

    评论:没有评论。

    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © 一刀 koria@163.com