在IIS中配置PHP运行环境简单步骤 安装 IIS 7.0 打开 Control Panel\Programs\Programs and Features\Turn Windows features on or off, 在打开的对话框中勾选上这两个选项: 单击OK等待片刻, IIS就安装完成了. ...
分类:
Web程序 时间:
2016-07-02 22:40:17
阅读次数:
231
Given a 2D matrix matrix, find the sum of the elements inside the rectangle defined by its upper left corner (row1, col1) and lower right corner (row2 ...
分类:
编程语言 时间:
2016-07-01 15:54:44
阅读次数:
166
There are n bulbs that are initially off. You first turn on all the bulbs. Then, you turn off every second bulb. On the third round, you toggle every ...
分类:
其他好文 时间:
2016-06-30 14:12:42
阅读次数:
191
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
编程语言 时间:
2016-06-25 17:43:33
阅读次数:
152
一、样式 1.常见按钮 .btn-app .btn-group .btn-corner .btn-xs .btn-sm .btn-mini .btn-minier .btn-defalut .btn-danger .btn-info .btn-primary .btn-success .btn-wa ...
分类:
其他好文 时间:
2016-06-23 15:53:07
阅读次数:
394
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2016-06-23 00:49:54
阅读次数:
147
SIFT(Scale-invariant feature transform)是一种检测局部特征的算法,该算法通过求一幅图中的特征点(interest points,or corner points)及其有关scale 和 orientation 的描述子得到特征并进行图像特征点匹配,获得了良好效果。
基本的路线:
1. 尺度空间极值检测:搜索所有尺度上的图像位置。通过高斯微分...
分类:
编程语言 时间:
2016-06-21 08:00:23
阅读次数:
554
proBuilder material turn black解法: Unity Preferences->ProBuilder Basic->Disable Auto UV2 Generation打勾。 参考:http://www.protoolsforunity3d.com/forum/index ...
分类:
其他好文 时间:
2016-06-19 16:52:40
阅读次数:
118
最近CTO给我分配了一个移动端H5开发的任务,主要功能是需要实现翻书效果,我听过主要需求后,当时是呀!!!接下来自己尝试使用 fullPage.js和Swiper来实现翻书效果,结果效果都不是非常的理想,后来想起自己曾经做过PC版的翻书效果,当时使用的是Turn.js ,查过其相关API后,整个人突 ...
分类:
Web程序 时间:
2016-06-18 14:11:52
阅读次数:
463
题目链接https://leetcode.com/problems/rectangle-area/题目原文
Find the total area covered by two rectilinear rectangles in a 2D plane.
Each rectangle is defined by its bottom left corner and top right c...
分类:
编程语言 时间:
2016-06-16 15:06:27
阅读次数:
327