码迷,mamicode.com
首页 >  
搜索关键字:custom state    ( 10586个结果
[翻译] DBCamera 轻量级定制摄像头
DBCamera轻量级定制摄像头https://github.com/danielebogo/DBCameraDBCamera is a simple custom camera with AVFoundation.DBCamera使用了AVFoundation框架并简单的定制了摄像头.Gettin...
分类:数据库   时间:2014-05-26 11:58:35    阅读次数:447
SharePoint Development - Custom Content Type using Visual Studio 2010 based SharePoint 2010
SharePoint Development - Custom Content Type using Visual Studio 2010 based SharePoint 2010 本文主要讲述使用Visual Studio开发基于SharePoint 2010的自定义内容类型,本篇加上后续的几篇合起来会构成一个相对全面的自定义列表...
分类:其他好文   时间:2014-05-26 05:32:37    阅读次数:216
Xcode升级5.1后ios5真机因加载cocostuio资源闪退问题
cocos2dx在ios5真机调试闪退问题: xcode升级5.1后,项目在ios7真机测试没有问题,但在IOS5就出现闪退的现象,这是由于Xcode升级后对项目设置做了一些优化,在custom compiler flags中,-O2是用cocosdx2.2.2项目工程的默认设置,去掉所有的-O2就不会在IOS5真机出现因为加载cocostuio出错而闪退的显现。...
分类:移动开发   时间:2014-05-24 21:55:41    阅读次数:298
struts2国际化全例 错误解决
在struts2中需要做国际化的有: jsp页面的国际化,action错误信息的国际化,转换错误信息的国际化,校验错误信息的国际化 在之前的例子中已经做过和国际化相关的例子了,在struts.xml中配置过   view plaincopy to clipboardprint? constant name="struts.custom....
分类:其他好文   时间:2014-05-24 19:14:09    阅读次数:339
有限状态自动机FSM实现(二)--State模式
基于State模式实现门的有限状态自动机...
分类:其他好文   时间:2014-05-23 00:05:19    阅读次数:349
SQL Server开启READ_COMMITTED_SNAPSHOT
--查询数据库状态select name,user_access,user_access_desc, snapshot_isolation_state,snapshot_isolation_state_desc, is_read_committed_snapshot_onfrom sys.dat.....
分类:数据库   时间:2014-05-22 16:48:03    阅读次数:340
Breaking parallel loops in .NET C# using the Stop method z
List integers = new List() { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };Parallel.ForEach(integers, (int item, ParallelLoopState state) =>{ if (item > 5) { ...
分类:Web程序   时间:2014-05-22 16:03:56    阅读次数:287
使用OpenWrt的SDK
原文:http://wiki.openwrt.org/doc/howto/obtain.firmware.sdk为什么要使用SDK: Reasons for using the SDK are: Compile custom software for a specific release wh...
分类:其他好文   时间:2014-05-22 01:10:32    阅读次数:452
JavaScriptSerializer序列化成Json时DateTime类型数据的处理
JavaScriptSerializer在序列化时会将DateTime的数据序列化成类似\/Date(626543800000)\/这样的值,找了很多方法都不如意,最后在一个博客找到了完美的解决方法,地址:http://blog.calyptus.eu/seb/2011/12/custom-date...
分类:编程语言   时间:2014-05-21 21:14:24    阅读次数:405
创建并设置ASP.NET的会话状态服务器(SQL State Server)
首先创建服务器数据库ASPState:C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regsql -ssadd -sstype p -E -S .\SQLExpress执行数据库脚本Script:USE ASPStateGOCREATE...
分类:数据库   时间:2014-05-21 14:16:56    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!