• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
ArgenBarbie
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 23 24 25 26 27 28 29 下一页
2015年6月16日
Windows系统下修改Erlang默认路径
摘要: 新建.erlang文件:io:format("consulting .erlang in ~p~n",[element(2, file:get_cwd())]).c:cd("C:/erl5.7.2/work"). %注意是符号“/”,而不是“\”。目录根据各人需要自行修改io:format("Now... 阅读全文
posted @ 2015-06-16 11:07 ArgenBarbie 阅读(748) 评论(0) 推荐(0)
2015年4月22日
** exception error: no match of right hand side value
摘要: 错误发生的情况是模式匹配失败。对于badmatch异常,很难找到单一的原因,但经常性的原因是你无意间尝试绑定已绑定过的变量。 阅读全文
posted @ 2015-04-22 20:38 ArgenBarbie 阅读(929) 评论(0) 推荐(0)
2015年4月10日
Erlang:Error in process ... with exit value
摘要: =ERROR REPORT==== 10-Apr-2015::16:30:04 ===Error in process with exit value: {badarg,[{processring2,loop,1,[{file,"processring2.erl"},{line,38}]}]}Mo... 阅读全文
posted @ 2015-04-10 16:38 ArgenBarbie 阅读(748) 评论(0) 推荐(0)
2015年3月19日
二维数组malloc
摘要: //WC[K][N] double **WC = (double**)malloc(sizeof(double*)*K); for (int i = 0; i < K; i++) { WC[i] = (double*)malloc(sizeof(double)*N); } 阅读全文
posted @ 2015-03-19 10:23 ArgenBarbie 阅读(303) 评论(0) 推荐(0)
2014年11月24日
bind出现Address already in use解决方法
摘要: 在socket函数和bind函数之间加入一段代码://建立服务器端socketif((server_sockfd=socket(AF_INET,SOCK_STREAM,0))<0){ perror("server_sockfdcreationfailed"); exit(EXIT_FAILUR... 阅读全文
posted @ 2014-11-24 15:25 ArgenBarbie 阅读(4214) 评论(0) 推荐(1)
2014年11月23日
word中表格占满一页,在后面出现一个空白页 删除方法
摘要: 如果空白面是最后一页,且鼠标在第一行,可选“格式”-“段落”,将这一行的行距设为固定值1磅,该空白页将自动消失。 阅读全文
posted @ 2014-11-23 14:56 ArgenBarbie 阅读(1900) 评论(0) 推荐(0)
在vim中添加空行
摘要: :g/^$/d 阅读全文
posted @ 2014-11-23 09:27 ArgenBarbie 阅读(1214) 评论(0) 推荐(0)
vim 缩进设置
摘要: 1、在自己的家目录(/home)下建立.vimrc文件。控制台输入vi ~/.vimrc 回车。 2、在.vimrc文件中输入如下文本:set tabstop=4 set softtabstop=4 set shiftwidth=4 set noexpandtab set nu set auto... 阅读全文
posted @ 2014-11-23 08:50 ArgenBarbie 阅读(533) 评论(0) 推荐(0)
ubuntu下没有Language Support
摘要: sudo apt-get installlanguage-selector-gnome 阅读全文
posted @ 2014-11-23 00:20 ArgenBarbie 阅读(1153) 评论(0) 推荐(0)
2014年11月22日
Vim:replace with foobar (y/n/a/q/l/^E/^Y)?
摘要: 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 (... 阅读全文
posted @ 2014-11-22 19:32 ArgenBarbie 阅读(1139) 评论(0) 推荐(1)
上一页 1 ··· 23 24 25 26 27 28 29 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3