新建android 项目
右击→properties→C/C++ Build 。去掉默认的build command
设置成${NDKROOT}/ndk-build.cmd
分类:
移动开发 时间:
2014-08-21 11:11:43
阅读次数:
240
首件创建项目:此处可参照:http://maven.apache.org/guides/mini/guide-webapp.htmlmvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-webapp -Darchet.....
分类:
Web程序 时间:
2014-08-21 09:42:24
阅读次数:
274
ubuntu chrome tab and bookmark display chinese font crash reinstall chinese font with below command: $ sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy...
分类:
其他好文 时间:
2014-08-20 22:50:13
阅读次数:
217
ifconfig使用出现问题了?竟然提示找不到~~于是百度~~[flymouse@localhost /]$ ifconfig提示:“bash: ifconfig: command not found”切换到root用户下[root@localhost /]$ ifconfig依然提示:“bash:...
分类:
其他好文 时间:
2014-08-20 22:38:52
阅读次数:
287
Redis提供了丰富的命令(command)对数据库和各种数据类型进行操作,这些command可以在Linux终端使用。在编程时,比如使用Redis 的Java语言包,这些命令都有对应的方法。下面将Redis提供的命令做一总结。官网命令列表:http://redis.io/commands1、连接操...
分类:
其他好文 时间:
2014-08-20 22:30:43
阅读次数:
321
Description
Problem F
Supermean
Time Limit: 2 second
"I have not failed. I've just found 10,000 ways that won't work."
Thomas Edison
Do you know how to compute the mean (or average...
分类:
其他好文 时间:
2014-08-20 21:11:33
阅读次数:
378
提交了几次都被feedback,以下均为本人碰到过得问题,希望对大家解决提交问题有帮助
Number one:PLA 3.3.12
We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the
te...
分类:
移动开发 时间:
2014-08-20 16:28:33
阅读次数:
444
1 消息循环所在的函数
CWinApp::Run
2 消息类别
Windows Messages
WM_XX前缀开头,但是除了WM_COMMAND消息外。
Control Notifications
包含来自控件或者子窗口发给父窗口的 WM_COMMAND的通知消息。
Command Messages
菜单,工具栏按钮,快捷键
3 消息的发送和接受
CWinApp...
分类:
其他好文 时间:
2014-08-20 16:27:02
阅读次数:
182
(1)数据库驱动问题
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" org.hibernate.Hibern...
分类:
系统相关 时间:
2014-08-20 16:22:52
阅读次数:
229
sed是一个很好的文件处理工具,本身是一个管道命令,主要是以行为单位进行处理,可以将数据行进行替换、删除、新增、选取等特定工作,下面先了解一下sed的用法
sed命令行格式为:
sed [-nefri] ‘command’ 输入文本
分类:
系统相关 时间:
2014-08-20 16:10:52
阅读次数:
348