摘要:
新建.erlang文件:io:format("consulting .erlang in ~p~n",[element(2, file:get_cwd())]).c:cd("C:/erl5.7.2/work"). %注意是符号“/”,而不是“\”。目录根据各人需要自行修改io:format("Now... 阅读全文
摘要:
错误发生的情况是模式匹配失败。对于badmatch异常,很难找到单一的原因,但经常性的原因是你无意间尝试绑定已绑定过的变量。 阅读全文
摘要:
=ERROR REPORT==== 10-Apr-2015::16:30:04 ===Error in process with exit value: {badarg,[{processring2,loop,1,[{file,"processring2.erl"},{line,38}]}]}Mo... 阅读全文
摘要:
//WC[K][N] double **WC = (double**)malloc(sizeof(double*)*K); for (int i = 0; i < K; i++) { WC[i] = (double*)malloc(sizeof(double)*N); } 阅读全文
摘要:
在socket函数和bind函数之间加入一段代码://建立服务器端socketif((server_sockfd=socket(AF_INET,SOCK_STREAM,0))<0){ perror("server_sockfdcreationfailed"); exit(EXIT_FAILUR... 阅读全文
摘要:
如果空白面是最后一页,且鼠标在第一行,可选“格式”-“段落”,将这一行的行距设为固定值1磅,该空白页将自动消失。 阅读全文
摘要:
:g/^$/d 阅读全文
摘要:
1、在自己的家目录(/home)下建立.vimrc文件。控制台输入vi ~/.vimrc 回车。 2、在.vimrc文件中输入如下文本:set tabstop=4 set softtabstop=4 set shiftwidth=4 set noexpandtab set nu set auto... 阅读全文
摘要:
sudo apt-get installlanguage-selector-gnome 阅读全文
摘要:
y:to substitute this matchn:to skip this matcha:to substitute this and all remaining matchesq:to quit the commandl:to substitute this match and quit (... 阅读全文