Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:
其他好文 时间:
2015-06-27 06:24:03
阅读次数:
127
It sounds insane(疯狂的).But a study of IT professionals(专业人士) released Wednesday suggests that Microsoft should be able to hit that target with ease.40%...
分类:
其他好文 时间:
2015-06-27 06:26:21
阅读次数:
136
1. Use resources in internalstylefile: 2. Use external style file: 3. Use multiple style files: ...
迫于手机没有流量,反复共享电脑wifi的操作已经让我忍无可忍。因此抽空写了个便利工具,完全利用windows自带功能实现网络共享。
http://forcedfeed.com/wordpress/admob-cocos2dx-windows-phone/
Schema简述Schema —— 一种以文件形式存储的数据库模型骨架,无法直接通往数据库端,也就是说它不具备对数据库的操作能力,仅仅只是数据库模型在程序片段中的一种表现,可以说是数据属性模型(传统意义的表结构),又或着是“集合”的模型骨架。那如何去定义一个Schema呢,请看示例:var mong...
分类:
其他好文 时间:
2015-06-27 06:24:17
阅读次数:
215
在webgl中对图片进行多级处理,也就是framebuffer的使用和操作
分类:
Web程序 时间:
2015-06-27 06:23:17
阅读次数:
259
log4j配置Log4j支持两种配置文件格式,一种是XML格式的文件,一种是properties格式的文件。1.log4j.properties配置方法:步骤:0.下载log4j的jar包;1.新建java项目;2.新建包:3.新建类:4.在src下新建log4J.properites文本文件...
分类:
其他好文 时间:
2015-06-27 06:22:55
阅读次数:
154
介绍了swift的基本语法,并用swift编写了一个web浏览的小demo(利用WebView打开百度、新浪等网页)
分类:
编程语言 时间:
2015-06-27 06:21:55
阅读次数:
142
Given a sorted integer array without duplicates, return the summary of its ranges.For example, given [0,1,2,4,5,7], return ["0->2","4->5","7"].Credits...
分类:
其他好文 时间:
2015-06-27 06:24:14
阅读次数:
170
查询之前我们的集合已经创建成功,我们就先来进行第一步操作 —— 查询。查询分很多种类型,如条件查询,过滤查询等等,今天只学习了最基本的find查询。举例:1.find查询: obj.find(查询条件,callback);Model.find({},function(error,docs){//若没...
分类:
其他好文 时间:
2015-06-27 06:21:13
阅读次数:
134
画板实验 清 空 生成图片 [lim_{x to 0} ]
分类:
其他好文 时间:
2015-06-27 06:23:31
阅读次数:
137
今天我们将学习Mongoose,什么是Mongoose呢,它于MongoDB又是什么关系呢,它可以用来做什么呢?MongoDB是一个开源的NoSQL数据库,相比MySQL那样的关系型数据库,它更显得轻巧、灵活,非常适合在数据规模很大、事务性不强的场合下使用。同时它也是一个对象数据库,没有表、行等概念...
分类:
其他好文 时间:
2015-06-27 06:21:02
阅读次数:
157
Summary RangesTotal Accepted: 2073 Total Submissions: 9344Given a sorted integer array without duplicates, return the summary of its ranges.For exampl...
分类:
其他好文 时间:
2015-06-27 06:23:31
阅读次数:
114
ASP.NET AJAX入门系列(8):自定义异常处理在UpdatePanel控件异步更新时,如果有错误发生,默认情况下会弹出一个Alert对话框显示出错误信息,这对用户来说是不友好的,本文看一下如何在服务端和客户端脚本中自定义异常处理,翻译自官方文档。主要内容1.在服务端自定义异常处理2.在客户端...
分类:
Web程序 时间:
2015-06-27 06:20:30
阅读次数:
184
本文将使用Timer控件更新两个UpdatePanel控件,Timer控件将放在UpdatePanel控件的外面,并将它配置为UpdatePanel的触发器,翻译自官方文档。主要内容 在多个UpdatePanel中使用Timer控件1.添加一个新页面并切换到设计视图。2.如果页面没有包含Script...
分类:
Web程序 时间:
2015-06-27 06:22:48
阅读次数:
152
Why to use splash screen?Typically, you should use a splash screen in your app only if your app is unusually slow to load if you want to add additiona...