本文翻译了kithara官方文档,也加入了一些理解,暂时做得还不够完美,后续补充修正。2014.06.06
EtherCAT This tutorial describes the following topics using the EtherCAT API
本向导描述了使用EtherCAT AP...
分类:
其他好文 时间:
2014-06-11 07:34:41
阅读次数:
568
Open vSwitch Advanced Features
Tutorial=======================================Many tutorials cover the basics
of OpenFlow. This is not such atutorial....
分类:
其他好文 时间:
2014-06-07 08:56:17
阅读次数:
282
Tutorial The Kithara ?RealTime Suite? (KRTS) is
a real-time extension for Windows, which currently contains more than 20
different functional modules....
分类:
其他好文 时间:
2014-06-06 10:38:26
阅读次数:
748
翻译自:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_shapes栅格在我们开始画图之前,我们需要了解一下画布栅格(canvas
grid)以及坐标空间。上一页中的HTML模板中有个宽高...
分类:
Web程序 时间:
2014-06-04 14:46:31
阅读次数:
562
在终端输入python,然后importsysprintsys.pathThe Python
Tutorial — Python v2.7.7
documentationhttps://docs.python.org/2.7/tutorial/index.htmlPython
3.1.2和2.7比较...
分类:
移动开发 时间:
2014-06-04 14:45:58
阅读次数:
357
One of the nice features of Java language is
that it provides you the opportunity to execute native system commands and in
this tutorial we will see h...
分类:
编程语言 时间:
2014-05-29 10:27:50
阅读次数:
316
介绍该教程将会让你理解 REST
框架的各个组件是怎么工作的。该教程很深入,你可能需要取饼干和你喜欢的饮料。如果你想快速的浏览,你应该去看 quickstart
。注意:该教程对应的代码可以去GitHub看, tomchristie/rest-framework-tutorial 。完整的实现作为测...
分类:
其他好文 时间:
2014-05-28 16:43:30
阅读次数:
314
http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.htmlstruct
BoundedBuffer { int* buffer; ...
分类:
编程语言 时间:
2014-05-27 16:04:22
阅读次数:
303
1
Java关键字根据官网说明,java有如下关键字。http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.htmlHere
is a list of keywords in the Java programming l...
分类:
编程语言 时间:
2014-05-26 18:22:17
阅读次数:
271
jQuery提供了很多方法来获取一个元素的direct descendant(直接后代)。
最简单的方式是使用direct descendant combinator (>)
例如,如果要获取如下html代码中的直接孩子节点中的a元素,就可以直接使用
> 符号
jQuery
jQuery tutorial
使用selector获取
$('content > a');...
分类:
Web程序 时间:
2014-05-24 19:56:18
阅读次数:
364