码迷,mamicode.com
首页 >  
搜索关键字:castle    ( 291个结果
ZOJ 1002 Fire Net
columns, each representing a street or a piece of wall.A blockhouse is a small castle that has four openings through which to shoot. The four openings...
分类:Web程序   时间:2014-07-19 11:28:06    阅读次数:281
USACO Section 2.1 The Castle
/* ID: lucien23 PROG: castle LANG: C++ */ /************************************************************************/ /* 求图的连通域问题,利用广度扫描 */ /******...
分类:其他好文   时间:2014-07-19 02:41:25    阅读次数:226
23个.NET开源项目
Castle是.NET里走过了三年的开源框架,下载地址如:http://www.castleproject.org/index.html,当然如果你是从事过JAVA开发并用过spring,hibernate的话,那看这个框架应该说是很清晰.另付上在这个框架上有研究的一些Blog文章:http://t...
分类:Web程序   时间:2014-07-17 23:12:01    阅读次数:346
bouncycastle
https://www.bouncycastle.org/The Bouncy Castle APIs currently consist of the following:A lightweight cryptography API for Java and C#.A provider for t...
分类:其他好文   时间:2014-07-16 21:46:57    阅读次数:157
MonoRail学习-入门实例篇
1.到官方网站下载安装文件,地址如下:http://www.castleproject.org/index.php/Castle:Download目前最新版本Beta5(您也可以不需要下载,直接使用实例代码中lib中的dll)2.添加对Castle.MonoRail.Framework.dllCas...
分类:其他好文   时间:2014-07-12 13:51:25    阅读次数:256
[掌眼]解决Castle.ActiveRecord在ASP.NET或WCF环境中HttpContext.Current无效的错误
AR設定檔要指定threadinfotype,不指定的話,預設值是用WebThreadScopeInfo,是用 HttpContext.Current.Items 來存放 SesionScope,所以碰到與UI無關的執行緒,沒有 HttpContext.Current 程式就掛啦。解决方案一:1、检...
分类:Web程序   时间:2014-07-10 16:10:50    阅读次数:222
Qt5官方demo解析集24——Extending QML - Default Property Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集22——Extending QML - Object and List Property Types Example 有时我们看到某个QML类型的声明中,某些数据并没有放在属性 + :后面,它们实际上属于这个...
分类:其他好文   时间:2014-07-08 21:08:51    阅读次数:279
Qt5官方demo解析集22——Extending QML - Object and List Property Types Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集21——Extending QML - Adding Types Example 在上一个例子中我们基于C++创建了一个自定义的QML类型,接下来,我们将该类作为另一个类的属性类型,定义了另一个birthda...
分类:其他好文   时间:2014-07-08 20:01:52    阅读次数:290
Qt5官方demo解析集25——Extending QML - Methods Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集24——Extending QML - Default Property Example 这个例子主要向我们介绍了在QML类型中定义函数的方法。 person.h: #ifndef PERSON_H #d...
分类:其他好文   时间:2014-07-08 17:32:08    阅读次数:269
Qt5官方demo解析集23——Extending QML - Inheritance and Coercion Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集22——Extending QML - Object and List Property Types Example 在上一个例子中,我们为BirthdayParty类创建了带有一个列表参数的属性guests...
分类:其他好文   时间:2014-07-08 16:47:51    阅读次数:240
291条   上一页 1 ... 25 26 27 28 29 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!