http://docs.alembic.io/python/examples.html#introduction alembic python 的一个库, 可以使用Python读写alembic 但是需要另外两个外部库, Make sure that PyImath is in your PYTHONPATH, and Boost::Pytho...
分类:
编程语言 时间:
2015-02-12 10:58:53
阅读次数:
175
体验地址Knockout 版todo web app在线体验http://todomvc.com/examples/knockoutjs/源码地址项目源码地址,此地址包含了各种JS框架实现的todo web apphttps://github.com/tastejs/todomvcHTML View...
分类:
Web程序 时间:
2015-02-11 21:51:38
阅读次数:
188
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2015-02-09 15:30:36
阅读次数:
112
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873
接上文Qt5官方demo解析集33——Qt Quick Examples - Window and Screen...
分类:
其他好文 时间:
2015-02-09 14:09:07
阅读次数:
220
ActiveQt ExamplesUsing ActiveX from Qt applications.Animation Framework ExamplesDoing animations with Qt.Animated TilesApplication ChooserEasing Curve...
分类:
其他好文 时间:
2015-02-07 06:52:53
阅读次数:
1383
OrmLite是一个轻量级的对象关系映射包,由Java语言开发。Github上有ormlite-core,ormlite-android,ormlite-examples,分别是主要库,android依赖和一些教程。一、准备为了在android上使用OrmLite,我们需要下载ormlite-cor...
分类:
移动开发 时间:
2015-02-06 20:25:51
阅读次数:
263
一天一段scala代码(六)
为了更好的驾驭spark,最近在学习scala语言特性,主要看《快学scala》,顺便把一些自己认为有用的代码记下来。
package examples
class Account
{
val id = Account.getUnique()//访问这个类的伴生对象
}
object Account //上面类...
分类:
其他好文 时间:
2015-02-04 21:52:08
阅读次数:
254
Validate if a given string is numeric.
Some examples:
"0" => true
" 0.1 " => true
"abc" => false
"1 a" => false
"2e10" => true
主要就是判断一个字符串是不是一个数字,这个题目不是很难,主要是要把所有的情况理清楚
首先有一些情况是允许的
1....
分类:
其他好文 时间:
2015-02-04 18:42:37
阅读次数:
130
ACE_INET_Addrconnect: address not available 问题的解决
黄国强 2015/2/4
这几天要写一个多机通讯的程序,所以看了ACE。
1 问题背景
ACE版本 6.1.9Win7 x64MS VS2008
2 遇到的问题
打开 ace\ACE-6.1.9\ACE_wrappers\examples\APG\Reactor 中的例...
分类:
Web程序 时间:
2015-02-04 16:47:37
阅读次数:
319
Tsung使用
由于我们只是对openfire进行测试,因此我们主要讲解利用jabber_register.xml在openfire上面注册用户,以及利用jabber.xml模拟用户登录openfire上线、离开、会话操作的压力测试。
注册用户
1、执行以下命令进入到安装目录下的examples目录:
# cd /usr/local/tsung/share/doc/tsung/exampl...
分类:
其他好文 时间:
2015-02-04 14:38:37
阅读次数:
204