04 2012 档案
摘要:erlang日志功能----问题解析更新: 2011-07-13来源: 互联网字体:【大中小】 用mochiweb搭建好代码框架后,发现并没有日志功能,于是决定增加日志。 我用过log4c以及ACE的日志功能。其中,最喜欢的就是,日志信息的分级过滤功能。可以根据不同情况,控制日志中输出的信息,而不用在代码中注释掉部分信息。还有日志大小控制功能,可以避免日志文件占用过多的系统资源。 《ProgrammingErlang》说,在erlang OTP中已经内置了一个日志模块,并具备过滤功能。直接使用其提供的配置文件elog4.config。并定义了4个宏,分别对应error_logger中的erro
阅读全文
摘要:=Useful Links=====Cluster-Fudge of android dev forums:====http://www.xda-developers.com/http://www.anddev.org/http://www.rbgrn.net/====Getting started with games, kind of useful====http://www.rbgrn.net/content/54-getting-started-android-game-development====Gaming 101, apparently this is the shit. Ne
阅读全文
摘要:可以以左声道或者右声道来播放音频文件:import android.app.Activity;import android.os.Bundle;import android.view.View;import android.widget.Button;import android.widget.TextView;import android.media.MediaPlayer;import android.media.AudioManager;import android.media.AudioTrack;import android.media.AudioFormat;public clas
阅读全文

浙公网安备 33010602011771号