Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:
其他好文 时间:
2014-07-09 23:00:38
阅读次数:
208
从Dom中删除IFrame后,IE9+会回收内存。影响范围:适用于 Internet Explorer 9 以及更高版本。场景(相当隐蔽!!!):在主页面定义一个全局变量,然后让子页面IFrame内的操作去更新这个值。1 //主页面 2 top.G_config = {}; //定义了一个全局变量 ...
分类:
其他好文 时间:
2014-07-09 22:48:21
阅读次数:
279
Blur滤镜比较类似于ps里面的运动模糊效果。语法:{FILTER:blur(add=add,direction=direction,strength=strength)}“ADD”参数是一个布尔判断“TRUE(默认)”或者“FALSE”。它指定图片是否被改变成印象派的模糊效果。模糊效果是按顺时针的...
分类:
Web程序 时间:
2014-07-08 23:59:12
阅读次数:
356
这
clc;
clear all;
Image=imread('9.jpg');
Image=double(Image);
Image_new=Image;
Image_new(:,:,1)=0.393*Image(:,:,1)+0.769*Image(:,:,2)+0.189*Image(:,:,3);
Image_new(:,:,2)=0.349*Image(:,...
分类:
其他好文 时间:
2014-07-08 20:04:34
阅读次数:
235
bootstrap-popover的配置与灵活应用首先罗列一下配置参数:1、animation true/false 是否动画2、placement 'right'/'left'/top/bottom/function(){return 'right'} 弹出提示的位置3、selector 目标对象...
分类:
其他好文 时间:
2014-07-08 00:28:12
阅读次数:
541
一、设置字体大小CSS单词与语法 - TOP基本语法结构:.divcss5{font-size:12px;}设置了文字大小为12px像素Font-size+字体大小数值+单位单词:font-size语法:font-size : absolute-size | relative-size | leng...
分类:
Web程序 时间:
2014-07-06 15:40:14
阅读次数:
216
说实话,我一看到这个returnValue就有点反感,感觉这个就是IE式的老套的用法,因为项目中有用到就了解了下,以下主要是一些我的理解和发现吧。PS:returnValue是window的属性,showModalDialog和open是window的方法。returnValue是与showModa...
分类:
其他好文 时间:
2014-07-06 12:59:05
阅读次数:
271
1在nginx 服务器上安装nrpe客户端:Nginx的服务需要监控起来,不然万一down了而不及时修复,会影响web应用,如下web应用上面启动的nginx后台进程[root@lb-net-2 ~]# ps aux|grep nginxnobody 15294 0.0 0.0 22432 3464 ? S Jul03 0:05 nginx: worker pr...
分类:
移动开发 时间:
2014-07-06 10:44:26
阅读次数:
267
技术人员关注的问题非常多,但常见的至少有以下6种。特此整理,抓住核心问题,解决它。一个人的精力和时间往往非常有限,能把核心问题都解决到位就是成功。" style="margin-top: 0px; margin-bottom: 1em; word-wrap: break-word; color: rgb(34, 34, 34); font-family: 'Roboto Condensed', T...
分类:
其他好文 时间:
2014-07-06 00:28:52
阅读次数:
312
1、文件新建 (1).菜单栏新建,快捷键(Ctrl+N) (2).预设的使用--->一般用于网页制作,就选择Web,宽度,高度的单位,网页是像素 (3).分辨率的设置--->电脑网页屏幕分辨率为:72,分辨率越高,图像越清晰 (4).颜色模式--->位图模式,灰度模式,GRB模式(主要用于网...
分类:
其他好文 时间:
2014-07-05 22:45:13
阅读次数:
224