at91sam9263 28KB ROM, 80KB SRAM 。1M多的.bin文件下载到板子上,可以正常运行,是下载到哪个地方?调试时的.hex又是下载哪个地方?可能是nand或者norflash中,还不确定SD卡就是nand flash加上控制电路和接口现在一般来讲,内存指的是RAM。现在有的...
分类:
其他好文 时间:
2014-07-10 12:24:24
阅读次数:
197
1,设置A机时间服务器: a,修改 /etc/ntp.conf,如下: # Undisciplined Local Clock. This is a fake driver intended for backup# and when no outside source of synchroniz.....
分类:
系统相关 时间:
2014-07-10 12:15:56
阅读次数:
253
1、数据库链接int cppDatebase::DatabaseConnect(sBit8 *uName,sBit8 *pWord,sBit8 *dbName){ dbHandle = mysql_init(NULL); if(NULL == dbHandle) { cout<<...
分类:
数据库 时间:
2014-07-10 12:14:02
阅读次数:
227
最近公司的SVN服务器地址做了变更,而我用的操作系统是Ubuntu操作系统,我也不想把以前下载的代码重新进行修改,我想通过修改svn地址,应该可以,终于在网上通过查找资料,找到了解决的方法: 进行你所工作的svn映射到本地的目录中。在终端下运行$svn switch --relocate http:...
分类:
其他好文 时间:
2014-07-10 12:01:47
阅读次数:
409
参考http://www.zation.me/2013/05/28/build_offline_mobile_web_app.html他的事件总结的比较好checking:客户端正在检查manifest文件的更新,或者尝试下载manifest文件时触发。注意:这个事件总是首先触发的。noupdate...
分类:
移动开发 时间:
2014-07-10 11:46:15
阅读次数:
200
转载自:http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=20543672&id=3020416生活在 Bash shell 中,熟记以下快捷键,将极大的提高你的命令行操作效率。编辑命令Ctrl + a :移到命令行首Ctrl + e :...
分类:
其他好文 时间:
2014-07-10 11:38:49
阅读次数:
235
简介grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
分类:
系统相关 时间:
2014-07-10 11:37:34
阅读次数:
402
题目:求1+2+3...+n,要求不能使用乘除法、for、while、if、else、switch、case等关键字以及条件判断语句题解分析:不能使用乘除法,也就不能使用 n(n+1)/ 2公式了不能使用for while 也就不能使用循环之类的利用构造函数求解:循环只是让相同代码重复执行n遍,我们...
分类:
其他好文 时间:
2014-07-10 11:33:22
阅读次数:
208
机型:Samsung Galaxy S GT-I9000版本:2.2.1bug:Couldn't create directory for SharedPreferences file xxx.xmlAttempt to read preferences file xxx.xml without p...
分类:
其他好文 时间:
2014-07-10 10:39:02
阅读次数:
311
《编程之美》第一章 让CPU暂用率听你指挥的粗糙实现,如何控制CPU的暂用率固定在50%#include #include #ifdef __cplusplus extern "C" { #endif #include #ifdef __cplusplus } #endif #define Get....
分类:
其他好文 时间:
2014-07-10 10:36:20
阅读次数:
213