Little BishopsA bishop is a piece used in the game of chess which is played on a board of square grids. A bishop can only move diagonally from its cur...
分类:
其他好文 时间:
2014-07-09 23:05:17
阅读次数:
252
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
Blur滤镜比较类似于ps里面的运动模糊效果。语法:{FILTER:blur(add=add,direction=direction,strength=strength)}“ADD”参数是一个布尔判断“TRUE(默认)”或者“FALSE”。它指定图片是否被改变成印象派的模糊效果。模糊效果是按顺时针的...
分类:
Web程序 时间:
2014-07-08 23:59:12
阅读次数:
356
Description
Imagine you are standing inside a two-dimensional maze composed of square cells which may or may not be filled with rock. You can move north, south, east or west one cell at a step. T...
分类:
其他好文 时间:
2014-07-08 21:04:29
阅读次数:
347
这
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
最今在玩2048这款小游戏,游戏逻辑简单,非常适合我这种对于游戏新入行的人来实现逻辑。于是选择了最拿手的ruby语言来实现这款小游戏的主要逻辑。还是挺简单的,加起来4小时左右搞定。
上代码:
require 'optparse'
module Help
HELP_TEXT =< move to left
r =>...
分类:
其他好文 时间:
2014-07-08 18:02:06
阅读次数:
252
首先我们要了解下目前最常用的透明文件格式有:*.gif ,*.tif , *.png
,*.tga等,.jpg等格式是没有透明背景这一说的。其实这个我也不太懂。下面主要是使用PS来演示一下如何将一张.jpg图片的特定背景转换为透明背景了。
首先用PS打开我们将要处理的.jpg图片,然后双击右下角的图层0,如下图所示:
会弹出一个对话框,直接单击确定就行了。
然后选择左侧工具栏中的...
分类:
其他好文 时间:
2014-07-08 16:19:02
阅读次数:
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
1、文件新建 (1).菜单栏新建,快捷键(Ctrl+N) (2).预设的使用--->一般用于网页制作,就选择Web,宽度,高度的单位,网页是像素 (3).分辨率的设置--->电脑网页屏幕分辨率为:72,分辨率越高,图像越清晰 (4).颜色模式--->位图模式,灰度模式,GRB模式(主要用于网...
分类:
其他好文 时间:
2014-07-05 22:45:13
阅读次数:
224