码迷,mamicode.com
首页 >  
搜索关键字:xpl    ( 1173个结果
angular 动画
ngAnimate 做了什么? ngAnimate 模型可以添加或移除 class 。 ngAnimate 模型并不能使 HTML 元素产生动画,但是 ngAnimate 会监测事件,类似隐藏显示 HTML 元素 ,如果事件发生 ngAnimate 就会使用预定义的 class 来设置 HTML 元 ...
分类:其他好文   时间:2017-07-08 22:22:10    阅读次数:427
[LeetCode] Hamming Distance
The Hamming Distance between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, calcul ...
分类:其他好文   时间:2017-07-08 13:17:12    阅读次数:173
php等比例缩放图片及剪切图片代码
php等比例缩放图片及剪切图片代码分享 /** * 图片缩放函数(可设置高度固定,宽度固定或者最大宽高,支持gif/jpg/png三种类型) * Author : Specs * * @param string $source_path 源图片 * @param int $target_width ...
分类:Web程序   时间:2017-07-07 18:23:22    阅读次数:259
[leetcode-264-Ugly Number II]
Write a program to find the n-th ugly number. Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For example, 1, 2, 3, 4, 5, ...
分类:其他好文   时间:2017-07-07 15:37:08    阅读次数:231
“等一下,我碰!”——常见的2D碰撞检测
转自:https://aotu.io/notes/2017/02/16/2d-collision-detection/ 在 2D 环境下,常见的碰撞检测方法如下: 外接图形判别法 轴对称包围盒(Axis-Aligned Bounding Box),即无旋转矩形。 圆形碰撞 圆形与矩形(无旋转) 圆形 ...
分类:其他好文   时间:2017-07-06 13:23:48    阅读次数:579
myeclipse编译弹框:The builder launch configuration could not be found
myEclipse 每次编译时报 "The builder launch configuration could not be found" 的弹框:不影响项目编译启动,但是弹框挺烦人,从网上看到解决方法:出处:http://blog.csdn.net/defonds/article/details ...
分类:系统相关   时间:2017-07-05 19:56:14    阅读次数:371
C#启动外部程序(进程)
通过调用Process类可以启动系统内部(环境变量里的)或者指定位置的程序,例如: ...
分类:Windows程序   时间:2017-07-04 09:49:32    阅读次数:211
What-are-P-NP-NP-complete-and-NP-hard
https://www.quora.com/What-are-P-NP-NP-complete-and-NP-hard https://www.quora.com/How-do-you-explain-NP-Complete-and-NP-hard-to-a-child https://www.qu ...
分类:其他好文   时间:2017-07-02 23:23:56    阅读次数:212
(ubuntu ufw)My firewall is blocking network connections from the docker container to outside
Maybe this is due to the current version, but the current answer doesn't work on my system (Docker 0.7.2 with base Ubuntu image).The solution is expla ...
分类:Web程序   时间:2017-06-29 15:27:39    阅读次数:271
Android基础新手教程——4.2.3 Service精通
Android基础新手教程——4.2.3 Service精通 标签(空格分隔): Android基础新手教程 本节引言: 本节,我们继续来研究Service(服务)组件,本节将会学习下Android中的AIDL跨进程通信的一些 概念,并不深入到源代码层次。临时知道是什么。会用就可以。開始本节内容~ ...
分类:移动开发   时间:2017-06-28 17:08:52    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!