码迷,mamicode.com
首页 >  
搜索关键字:oda    ( 1007个结果
★定义当前时间以秒表的形式呈现★
<span id="time"></span> <script language="javascript"> function showtime() { var today,hour,second,minute,year,month,date; var strDate ; today=new Dat ...
分类:其他好文   时间:2017-04-05 14:42:41    阅读次数:169
主项目
protected override void OnClosing(CancelEventArgs e) { // XmlParaHelper.Write(vm.ParaInfor); var para = vm.ParaInfor; if (para != null) { XmlSerialize ...
分类:其他好文   时间:2017-04-04 15:10:33    阅读次数:171
Windows Phone 8 与 windows 8 开发技术概览
目前来说Windows phone 8的开发者 大家都是走战斗在在技术朋友,相信大家在做Windows Phone 8开发的同时也在关注Windows 8,我相信很多开发者一定是在 Windows 8 和 Windows phone 8 上起头并进的。其实Windows Phone8 这次最重要的一 ...
分类:Windows程序   时间:2017-04-04 12:29:41    阅读次数:352
Python内置函数.md
Python3 内置函数 abs(x)返回一个数的绝对值。参数可以是一个整数或者一个浮点数。如果参数是一个复数,那么将返回它的模。>>> abs(-123456)123456>>> abs(123456)123456 all(iterable)当 iterable 中所有元素都为 True 时(或者... ...
分类:编程语言   时间:2017-04-01 00:55:40    阅读次数:199
Spring 事务
1.使用注解声明事物 注解演示: 二、事务的传播行为 还以上面题目作为示例,(如果我在service层中加上事物) ******************************************************************************************** ...
分类:编程语言   时间:2017-03-31 21:24:59    阅读次数:279
yum groupinstall报错,处理方法
http://www.cnblogs.com/xiaoluo501395377/archive/2013/05/21/3089970.html 创建repo库 # createrepo -g /yum_repo/rhel7.2/repodata/81c149ffb2267c59a3e6405766b ...
分类:其他好文   时间:2017-03-31 16:43:57    阅读次数:340
Android应用程序启动时发生AndroidRuntime : ClassNotFoundException for Activity class的解决方法
在android应用程序启动时抛出下面异常导致启动失败:07-09 17:12:35.709: ERROR/AndroidRuntime(3866): Uncaught handler: thread main exiting due to uncaught exception 07-09 17:1 ...
分类:移动开发   时间:2017-03-30 18:52:56    阅读次数:221
根据日期计算发布时间段(NSCalendar)
// 返回发布时间dateWithString - (NSString *)backReleaseTimeWithDateStr:(NSString *)dateWithString{ // 获取当前NSCalendar NSCalendar *calendar = [NSCalendar curr ...
分类:其他好文   时间:2017-03-25 16:38:23    阅读次数:201
springboot 集成shiro
首先看下shiro configuration 的配置,重要部分用红色标出了 自定义realm,用于认证和授权 自定义登出过滤器 自定义权限校验过滤器 ...
分类:编程语言   时间:2017-03-24 23:14:51    阅读次数:819
1007条   上一页 1 ... 88 89 90 91 92 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!