A Simple Nim Problem Description Two players take turns picking candies from n heaps,the player who picks the last one will win the game.On each turn ...
分类:
其他好文 时间:
2016-10-29 19:35:39
阅读次数:
312
devicePixelRatio window对象 有一个devicePixelRatio属性, 它的官方的定义为:设备物理像素和设备独立像素的比例,也就是 devicePixelRatio = 物理像素 / 独立像素。 获取设备独立像素(屏幕宽度) document.documentElement ...
分类:
移动开发 时间:
2016-10-29 19:01:09
阅读次数:
215
Given a binary tree, find its minimum depth. The minimum depth is the number of nodes along the shortest path from the root node down to the nearest l ...
分类:
编程语言 时间:
2016-10-29 18:35:35
阅读次数:
217
原:http://www.iunbug.com/archives/2012/09/19/411.html 已经有不少前端同行抱怨iScroll4的各种问题,我个人并不赞同将这些问题归咎于iScroll4,因为iScroll4进无论是touch事件的捕获,还是使用transform来处理滚动,以及将c ...
分类:
Web程序 时间:
2016-10-29 14:54:06
阅读次数:
293
@keyframes cardFront { 0%, 40%, 100% { 02 opacity:1; 03 -webkit-transform:rotateY(0deg); 04 -moz-transform:rotateY(0deg); 05 -ms-transform:rotateY(0de ...
分类:
Web程序 时间:
2016-10-27 19:04:46
阅读次数:
339
jQuery幸运大转盘_jQuery+PHP抽奖程序的简单实现 在线实例 查看演示 完整代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- ...
分类:
Web程序 时间:
2016-10-27 10:03:56
阅读次数:
134
使用 Reporting Services 配置管理器可配置 Reporting Services 安装。如果使用“仅文件”选项安装报表服务器,则必须使用此工具来配置服务器,才能使用该服务器。如果使用默认配置安装选项安装了报表服务器,则可以使用此工具来验证或修改在安装过程中指定的设置。Reporti ...
分类:
其他好文 时间:
2016-10-27 01:35:40
阅读次数:
250
在Win32 SDK中创建一些控件的时候需要注意一下(具体是哪些控件请参看MSDN文档中列出来的) [cpp] view plain copy /* MSDN:Carries information used to load common control classes from the * dyn ...
分类:
Windows程序 时间:
2016-10-27 00:43:59
阅读次数:
1083
//// ZFNavigationController.m// Cartext//// Created by 谢泽锋 on 16/3/20.// Copyright © 2016年 xiezefeng. All rights reserved.//#import "ZFNavigationContr ...
分类:
其他好文 时间:
2016-10-26 00:38:28
阅读次数:
218
Xcode8新特性 Interface Builder 随着14年的iPhone6和6P出来之后,iPhone的屏幕尺寸也越来越多,屏幕适配是一个需要解决的问题,以后不一定苹果又出什么尺寸的iPhone呢。 在iPhone6和6P发布的同一年,苹果推出的Xcode6中在原有的Auto layout的 ...
分类:
其他好文 时间:
2016-10-25 09:33:10
阅读次数:
438