什么是shell shell脚本的执行 变量 位置变量 bash变量子串的常用操作(一般了解即可) 变量替换(了解即可) 变量计算常见命令 (()) let expr bc(小数) $[] 其他都是整数 整数测试表达式 man test 变量输入及菜单打印 if条件句语法 shell函数 case结 ...
分类:
系统相关 时间:
2017-05-01 10:00:18
阅读次数:
275
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5379 Problem Description Little sun is an artist. Today he is playing mahjong alone. He suddenly feels ...
分类:
其他好文 时间:
2017-04-30 21:34:07
阅读次数:
159
In MATLAB, there is a very useful function called 'reshape', which can reshape a matrix into a new one with different size but keep its original data. ...
分类:
其他好文 时间:
2017-04-30 14:02:02
阅读次数:
203
第二回合:HTML5的新特性 与之前的HTML4.01相比,HTML5增加了非常多的改变: ① 新的语义元素:<article>、<aside>、<figure>、<figcaption>、<footer>、<header>、<hgroup>、<nav>和<section>等等 ② 新的元素特性:增 ...
分类:
Web程序 时间:
2017-04-28 21:21:44
阅读次数:
306
#! /usr/bin/env.python # _*_ coding: utf-8 _*_ """ start = 1 while True: if start == 7: start += 1 continue print(start) if start == 10: break start .... ...
分类:
其他好文 时间:
2017-04-28 20:24:19
阅读次数:
180
New yeezys 2017 Boost hand to today has been almost two weeks. Continued their own never signed a good tradition, registered 12 stores are still empty ...
分类:
其他好文 时间:
2017-04-28 18:32:56
阅读次数:
267
第十一单元 Bash Scripts 一、Bash脚本基础 1.BASH = GNU Bourne-Again Shell,BASH是GNU组织开发和推广的一个项目。 2.Bash脚本类似批处理,简单来讲就是把许多的指令集合在一起,并提供循环、条件、判断等重要功能,语法简单实用,用以编写程序,大大简 ...
分类:
系统相关 时间:
2017-04-27 17:04:03
阅读次数:
280
在js中,函数的先后执行 (1)在angular中假设有这个场景,对表单资料进行编辑,刚好这个表单有select选项需要从后台中获取,这个时候这个表单使用angular进行开发的时候的正确打开方式应该是 先加载select选项,在加载表单的对应内容(由于http是异步的,并不是单纯的把js顺序调整一 ...
分类:
其他好文 时间:
2017-04-27 12:40:56
阅读次数:
195
proxy:默认值,是否采用延迟不由本方说了算,而是需要由另一方的类级别延迟策略来决定 ...
分类:
Web程序 时间:
2017-04-26 15:41:52
阅读次数:
386
http://www.csdn.net/article/2014-11-07/2822545 https://www.oschina.net/question/569427_218412 http://blog.csdn.net/jimmy609/article/details/37810591 h ...
分类:
其他好文 时间:
2017-04-26 10:07:26
阅读次数:
169