IT 媒体实验室(IT Media Lab)
的终身幼稚园团队(Lifelong Kindergarten Group)
创造的图形编程环境。Scratch 使您可以容易地创造自己的交互式故事、游戏、动画、音乐以及艺术作品。
yum install scratch
既可以从桌面应用程序菜单运行(位于编程菜单),也可以在终端窗口输入“scratch”。
R16B
。完整的变更日志位于 http://www.erlang.org/download/otp_src_R16A_RELEASE_CANDIDATE.readme 和 http://www.erlang.org/download/otp_src_R16B.readme。文档包括 http://vimeo.com/44790646 和 http://www.erlang.org/download_release/17
Context 用于上下文切换 |
Coroutine 是一个协同执行库 |
Lockfree 是个无锁数据结构 |
Multiprecision ,针对浮点数、整数和有理数运算的扩展精度算术类型 |
Atomic 是一个 C++11 风格的原子操作函数<> |
Odeint ,用于解常微分方程 |
Boost 1.50.0 发行注记 |
Boost 1.51.0 发行注记 |
Boost 1.52.0 发行注记 |
Boost 1.53.0 发行注记 |
向后兼容性
from PIL import <Module>语法,而非简单地
import <Module>
CRIU (Checkpoint/Restore in User-space)
project offers a user-space implementation of process and process group checkpoint/restore. With the user-space tools crtools available in this release it is possible to checkpoint processes and restore them at a later time again (e.g. after a crash) or migrate the checkpointed process or process group to another system. CRIU aims to be as transparent as possible so that no instrumentation or re-compilation of the process to be checkpointed is necessary.
crtools dump -D /path/to/dump-directory
-t <PID>
要恢复一个进程,使用以下命令:
crtools restore -D /path/to/dump-directory
-t <PID>
C 和 C++ |
python 包括 django 及 flask |
java 包括 jsf 及 maven |
win64
目标上默认异常处理模型从 SjLj
变为 SEH
。win32
目标仍然使用 SjLj
异常处理模型。这将导致所有 win64
目标上使用了异常处理的二进制文件依赖libgcc_s_seh-1.dll
而不是 libgcc_s_sjlj-1.dll
。
JDK
。Java 8 和 OpenJDK8 的加入是为了让开发人员为面向下一版本的 Java 进行程序开发和测试,而同时又可以让用户日常继续使用稳定版 Java 7。
/usr/share/doc/php-common-*/NEWS
以了解版本间的变化并参考位于 http://www.php.net/manual/en/migration55.php 的迁移指南。