码迷,mamicode.com
首页 >  
搜索关键字:done    ( 2584个结果
HTML5 Introduction
1. HTML5 HistoryHTML4.01 –1999.12HTML5 – 2014.10– Done (8 years) In2006, WHATWG&W3C, decide to create a new version ofHTML In2008, the first...
分类:Web程序   时间:2015-08-26 09:27:31    阅读次数:152
stuck with
I can guess what might be the problem here, because I've done it:I've found that often when I add init code to loadView, I end up with an infinite sta...
分类:其他好文   时间:2015-08-26 09:21:24    阅读次数:186
Linux系统基础优化脚本--安装完操作系统必做的操作
#!/bin/sh ###openiptablesservice,allowthisportsaccess80,3307,21#### functionfirewall(){ serviceiptablesstart forPortin21803307 do iptables-IINPUT5-mstate--stateNEW-mtcp-ptcp--dport$Port-jACCEPT done /etc/init.d/iptablessave } ###disableselinuxservice##..
分类:系统相关   时间:2015-08-26 00:06:11    阅读次数:313
【转】【shader面板】Shader Compilation in Unity 4.5
【原文】Shader Compilation in Unity 4.5A story in several parts. 1) how shader compilation is done in upcoming Unity 4.5; and 2) how it was developed. Fir...
分类:编程语言   时间:2015-08-25 13:39:26    阅读次数:178
shell 使用字典
#!/bin/bashdeclare-AAPPPORTAPPPORT=([zhaocancan]=159****1876)forkeyin${!APPPORT[*]}doecho$keyphoneis${APPPORT[$key]}done#zhaocancanphoneis159****1876
分类:系统相关   时间:2015-08-25 12:33:15    阅读次数:279
LINUX-文件字符集问题总结
1、如何查看一个文件使用哪种字符集:vimfilename:setencoding结果:fileencoding=utf-82、字符集转换:forfilenamein`ls-1*.*`docd路径iconv-fUTF-8-tGB18030${filename}>${filename}.tmpmv${filename}.tmp${filename}done主要代码:iconv-fUTF-8-tGB18030
分类:系统相关   时间:2015-08-21 17:22:12    阅读次数:203
Empower Developers
?Empower DevelopersTimothy HighTHingS ARE uSuAlly EASiER SAid THAn donE, and software architects are notoriously good at coming up with things to say. To keep your words from becoming a lot of hot air...
分类:其他好文   时间:2015-08-20 10:36:42    阅读次数:97
Web学习之----js 操作获取和设置 cookie
引自http://www.nowcoder.com/questionTerminal/eb4d2b3204b14545a78541440c43d969?orderByHotValue=0&done=0&pos=8&mutiTagIds=571&onlyReference=false// 创建cook...
分类:Web程序   时间:2015-08-20 01:15:43    阅读次数:164
LINUX常用命令
1.linux循环cp文件到新目录for i in `ls`docp $i /usrdone2.linux循环压缩一个目录下面的所有文件foriin`ls`docp$i.tar.gz/路径done注意:ls旁边的2个符号各位可别输入错啦,那笔记本来说是数字键1左边的一个按键,有波浪线的那个。3.sc...
分类:系统相关   时间:2015-08-19 16:21:56    阅读次数:135
linux-shell之case-for-While-双括号-循环嵌套-break-continue
? case : 流控制语句? 循环语句for…done语句? 使用(()) 扩展shell中算数运算算使用方法? 循环语句嵌套? 跳出循环:break和continue? Shift参数左移指令? shell中函数使用方法case语句;选择结构case SWITCH inValue1) state...
分类:系统相关   时间:2015-08-18 10:14:29    阅读次数:336
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!