今天开始系统的学习ArcGIS For Flex,先从ESRI的例子学起 1 2 6 33 34 35 48 49 50 51 52 This sample demonstrates how to allow...
分类:
移动开发 时间:
2014-10-21 14:59:40
阅读次数:
261
namespace YourNamespace{ /// /// Uses the Name value of the ColumnAttribute specified, otherwise maps as usual. /// /// The type of the ...
分类:
移动开发 时间:
2014-10-21 00:45:58
阅读次数:
3600
不同的Controller之间使用redirect的话,会把上一个controller的mapping以及参数附加在目标controller的对应的URL后面当成参数,这样子看起来很不爽:.../success/?param1=xxx¶m2=xxx. 经过发现,对于Spring ...
分类:
编程语言 时间:
2014-10-20 21:29:51
阅读次数:
175
一、O-R Mapping 简介 一】概念:可以理解为对象和数据库的映射。 二】常用O-R Mapping映射工具 1)Hibernate(全自动框架) 2)lbatis(半自动框架) 3)Commons Dbutils(只是对JDBC的简单封装)二、DBUtils框架(核心类:QueryRu...
分类:
数据库 时间:
2014-10-20 21:13:13
阅读次数:
325
回顾前几篇搬运了AutoMapper的基本用法,自定义映射,相信有看的同学已经会使用AutoMapper这个强大的Mapping工具了。不过细心的你是否还记得前几篇中有提到Map的创建并非是每次都需要Create,那么AutoMapper对于这些如果管理呢?这篇我们就要来看看AutoMapper的配...
分类:
移动开发 时间:
2014-10-20 14:52:53
阅读次数:
180
CATransition*transition=[CATransitionanimation];
transition.duration=1.0f;
transition.timingFunction=[CAMediaTimingFunctionfunctionWithName:kCAMediaTimingFunctionEaseInEaseOut];
transition.type=@"cube";
transition.subtype=kCATransitionFromRight;
transition...
分类:
其他好文 时间:
2014-10-20 02:15:45
阅读次数:
198
Problem:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the ...
分类:
其他好文 时间:
2014-10-18 23:48:28
阅读次数:
156
今天用实例总结一下group by的用法。归纳一下:group by:ALL ,Cube,RollUP,Compute,Compute by创建数据脚本Create Table SalesInfo(Ctiy nvarchar(50),OrderDate datetime,OrderID int)in...
分类:
其他好文 时间:
2014-10-18 15:28:43
阅读次数:
251
回顾上节说到了AutoMapper的简单使用,对于复杂的Mapping需要强大的自定义,这节我们来看下AutoMapper的自定义Mapping(Projection)搬运自Git:https://github.com/AutoMapper/AutoMapper/wiki/Projection实例本...
分类:
移动开发 时间:
2014-10-17 13:24:04
阅读次数:
215
之前介绍了好多款网页幻灯片,今天要给大家再带来一款纯css3实现的图片3D翻转幻灯片。这款幻灯片图片轮播采用了3D翻转的形式,效果非常不错。一起看下效果图:在线预览源码下载实现的代码。html代码: pure CSS slice cube slideshow ...
分类:
Web程序 时间:
2014-10-17 10:06:58
阅读次数:
359