码迷,mamicode.com
首页 >  
搜索关键字:minimum depth of bin    ( 47234个结果
unity3d中的Viewport
Camera属性中有个Viewport Rect,如下图:X、Y为(0, 0)代表左下角,(1, 1)代表右上角;W和H分别是Viewport的宽(Width)和高(Height),摄像机的Aspect参数(下一段提到)由W、H以及窗口的长宽比共同决定。通过设置这4个参数以及深度(Depth),可以...
分类:其他好文   时间:2014-04-30 20:33:13    阅读次数:514
Nginx使用(配置开机启动)
环境: 系统:CentOS 6.5 Final 安装目录:/usr/local/nginxNginx开机自启:①编写shell实现控制vi /etc/init.d/nginx添加内容:#!/bin/bash# nginx Startup script for the Nginx HTTP Ser.....
分类:其他好文   时间:2014-04-30 16:34:10    阅读次数:582
ibatis_001 入门
ibatis学习记录--001本实例是JavaWeb项目,使用的是Mysql数据库;所需jar包:ibatis-2.3.0.677.jar;mysql-connector-java-5.1.7-bin.jar;1.基本Java环境搭好后,Eclipse创建JavaWeb项目;导入上述两jar包;2....
分类:其他好文   时间:2014-04-30 16:24:41    阅读次数:553
对rsync进行封装的shell脚本
抓取#!/bin/bash. push.sh# 错误处理:尝试查找备份文件function onError(){ local errFile="err" local serverInfo=($1 $2 $3) # ip username password l...
分类:其他好文   时间:2014-04-30 16:23:25    阅读次数:449
ubuntu12.04 64位 安装w3af以及相关问题的解决
ubuntu12.04 64位下安装w3af:sudo apt-get install w3af解决安装之后w3af_console不能运行的问题:运行w3af_console会提示如下错误:/usr/bin/w3af_console: 3: /usr/bin/w3af_console: /usr/...
分类:其他好文   时间:2014-04-30 14:56:04    阅读次数:569
Zabbix监控MySQL
一、安装zabbix-agentrpm -ivh http://repo.zabbix.com/zabbix/2.2/rhel/5/x86_64/zabbix-release-2.2-1.el5.noarch.rpm/usr/bin/yum -y install zabbix-server-mysq...
分类:数据库   时间:2014-04-30 14:16:55    阅读次数:639
npm 安装相关环境及测试
0、npm 命令C:\Users\Carrie>npm expressUsage: npm where is one of: add-user, adduser, apihelp, author, bin, bugs, c, cache, completion, config, ddp...
分类:其他好文   时间:2014-04-29 16:31:45    阅读次数:396
Shell编程 之 变量设置时的不同模式
未命名#!/bin/bash#======================================================#文件:var_test.sh#作者:daojoo, daojoo@qq.com#作用:测试变量设置时的不同模式#版本:1.0#日期:2012年03月09日 星期...
分类:其他好文   时间:2014-04-29 11:45:46    阅读次数:272
ubuntu cscope
add the following text to .vimrc or .gvimrc: if has("cscope") set csprg=/usr/bin/cscope set csto=0 set cst set nocsverb " add any database in cur...
分类:其他好文   时间:2014-04-29 10:27:46    阅读次数:398
Shell编程 之 条件表达式
1#!/bin/bash -2#===============================================================================3#4#FILE: condition_expression_test.sh5#6# USAGE: ./con...
分类:其他好文   时间:2014-04-29 10:15:46    阅读次数:426
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!