一.查看内存信息 可以使用free命令显示系统的物理内存和交换分区的总量,以及已使用的、空闲的、共享的、在内核缓冲内的和被缓存的内存数量。使用free命令可以显示计算机系统的内存容量。[root@redhat2 ~]# free --helpfree: invalid option -- '-'us...
分类:
系统相关 时间:
2015-01-26 22:27:14
阅读次数:
197
采用Senparc.Weixin SDK
服务器端代码:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Senparc.Weixin.MP.Co...
分类:
微信 时间:
2015-01-26 21:11:13
阅读次数:
855
更多:http://www.webyang.net/Html/web/article_135.html
最新的W3C标准里是这么实现HTTP跨域请求的,
Cross-Origin Resource Sharing
简单来说,就是跨域的目标服务器要返回一系列的Headers,通过这些Headers来控制是否同意跨域。
这些Headers有:
4 Syntax
...
分类:
Web程序 时间:
2015-01-26 19:18:30
阅读次数:
167
EXPLAIN SyntaxEXPLAIN SyntaxHive provides anEXPLAINcommand that shows the execution plan for a query. The syntax for this statement is as follows:EXPL...
分类:
其他好文 时间:
2015-01-26 13:16:50
阅读次数:
294
# cat main.cf 1 # Global Postfix configuration file. This file lists only a subset 2 # of all parameters. For the syntax, and for a complete parameter...
分类:
其他好文 时间:
2015-01-25 22:15:17
阅读次数:
271
在使用navicat for mysql 10.0.10将服务器上生成的数据库备份还原到本地数据库时,出现以下问题:[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use ...
分类:
数据库 时间:
2015-01-25 13:52:26
阅读次数:
455
Flexi a pure JavaScript color pickerhttp://www.daviddurman.com/flexi-color-picker/highlight Syntax highlighting for the Webhttps://highlightjs.org/?J....
分类:
其他好文 时间:
2015-01-24 18:37:24
阅读次数:
228
这几天编写了几个简单的shell程序,然后都出现了syntax error near unexpected token ‘('
的错误,然后实在是检查不出错误;后面百度了才找到的原因:
之前错误的程序片段如下:
提示的错误如下:
后面才知道原来是$ 与左括号之间多了一个空格,改正以后程序就正常运行了。
其实上面usr=$(whoami)等价于 usr=`w...
分类:
系统相关 时间:
2015-01-23 23:03:01
阅读次数:
373
nested condition statement 嵌套条件语句Interpreter 解释器branching programs 分支程序syntax 语法semantic语义code structure 代码结构piece of code 代码段constant time 常数时间
分类:
其他好文 时间:
2015-01-22 12:35:24
阅读次数:
200
if条件thenCommandelseCommandfi别忘了这个结尾If语句忘了结尾fitest.sh: line 14: syntax error:unexpected end of fiif 的三种条件表达式ifcommandthenif函数then命令执行成功,等于返回0 (比如grep ,...
分类:
系统相关 时间:
2015-01-21 13:00:59
阅读次数:
300