摘要:
【获取屏幕坐标与宽度】 使用ComputeScreenPos()内置函数。
阅读全文
posted @ 2015-06-29 18:22
Tekka
阅读(383)
推荐(0)
编辑
摘要:
【委比】 参考:http://blog.csdn.net/guodengh/article/details/14222889
阅读全文
posted @ 2015-06-15 17:29
Tekka
阅读(171)
推荐(0)
编辑
摘要:
【现手】 现手:某一股票即时的成交量。对于最近成交的一笔成交量也称现手。 股市最小交易量是1手,为100股,对于一只股票最近的一笔成交量叫现手。举个例子 如果甲下单5元买100股,乙下单5.01元卖300股,当然不会成交。5元就是买入价,5.01 就是卖出价。这时,有丙下单 5.01元买200...
阅读全文
posted @ 2015-06-15 16:00
Tekka
阅读(167)
推荐(0)
编辑
摘要:
【Three Flavors of Panoramas】1. Partial Panoramasthat you know mainly from traditional landscape photography. They are created by stitching (assembling...
阅读全文
posted @ 2015-06-12 11:14
Tekka
阅读(127)
推荐(0)
编辑
摘要:
【Overlay】 计算机常见单词,有动词和名词两种形式。 例句:
阅读全文
posted @ 2015-06-11 14:11
Tekka
阅读(223)
推荐(0)
编辑
摘要:
【Azimuth】 方位角又称地平经度(Azimuth (angle)缩写Az),是在平面上量度物体之间的角度差的方法之一。是从某点的指北方向线起,依顺时针方向到目标方向线之间的水平夹角。
阅读全文
posted @ 2015-06-10 21:40
Tekka
阅读(285)
推荐(0)
编辑
posted @ 2015-06-09 10:01
Tekka
阅读(161)
推荐(0)
编辑
摘要:
【RenderQueue】 You can determine in which order your objects are drawn using theQueuetag. A Shader decides which render queue its objects belong to, t...
阅读全文
posted @ 2015-06-05 15:00
Tekka
阅读(754)
推荐(0)
编辑
摘要:
【socket】socket.socket([family[, type[, proto]]]) The address family should be AF_INET (the default), AF_INET6 or AF_UNIX.The socket type should be SOC...
阅读全文
posted @ 2015-06-04 10:09
Tekka
阅读(231)
推荐(0)
编辑
摘要:
【struct】1、五个方法。 2、Struct类。
阅读全文
posted @ 2015-06-03 12:31
Tekka
阅读(169)
推荐(0)
编辑
摘要:
【Format Characters】 A format character may be preceded by an integral repeat count. For example, the format string '4h' means exactly the same as '...
阅读全文
posted @ 2015-06-03 12:29
Tekka
阅读(174)
推荐(0)
编辑
摘要:
【Byte Order, Size, and Alignment】 By default, C types are represented in the machine’s native format and byte order, and properly aligned by skipping...
阅读全文
posted @ 2015-06-03 11:08
Tekka
阅读(298)
推荐(0)
编辑
摘要:
【TProtocol】 protocol提供抽象的写入与读取的方法。 1、消息(Message)的读写。消息就是一个完整的包。name一般是方法名,如get(),则name为"get"。 ttype是TMessageTYpe消息类型,指明是调用(call)、还是回复(reply)、或是...
阅读全文
posted @ 2015-06-03 10:20
Tekka
阅读(1174)
推荐(0)
编辑
摘要:
【socket.gethostname() vs socket.getfqdn()】 gethostname()把域名转换为IP。
阅读全文
posted @ 2015-06-02 18:45
Tekka
阅读(2380)
推荐(0)
编辑
摘要:
【Site-specific configuration】 site.py会被自动导入。通过-S选项可阻止此行为。 Importing this module will append site-specific paths to the module search path and add a ...
阅读全文
posted @ 2015-06-02 16:41
Tekka
阅读(210)
推荐(0)
编辑