1、把整个工程都设为手动引用----------------------------选中MRCAPP 再找到bulid settings---------------------------------------------------------在搜索框中输入arc---------------...
分类:
其他好文 时间:
2014-07-24 00:48:57
阅读次数:
274
MainActivity如下:
package cc.ab;
import android.os.Bundle;
import android.provider.Settings;
import android.app.Activity;
/**
* Demo描述:
* 设置设备在睡眠期间始终保持WLAN开启.
*
* 参考资料:
* 1 http://stackoverflow....
分类:
移动开发 时间:
2014-07-23 22:33:07
阅读次数:
283
快捷键能够明显提高编码效率,然而不同的IDE快捷键都不相同,如果你以前是一个Eclipse的程序员,你很有可能会选择在IntelliJ中使用Eclipse的快捷键(在File-Settings-Keymap中可以选择Eclipse快捷键)。诚然这会让你暗爽一阵子,但是长远角度讲,还是推荐学习一下IntelliJ的快..
分类:
其他好文 时间:
2014-07-23 21:30:16
阅读次数:
311
头文件: #include GetModuleFileNameA()char moduleFileName[MAX_PATH]; GetModuleFileNameA(0, moduleFileName, MAX_PATH);取得的路径为:c:\Documents and Settings\...
分类:
其他好文 时间:
2014-07-23 16:47:41
阅读次数:
369
The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to ...
分类:
其他好文 时间:
2014-07-23 15:15:56
阅读次数:
292
1.日期作为变量当做文件名的一部分. C:\Documents and Settings\Simon>echo %date%2008-09-09 星期二 C:\Documents and Settings\Simon>echo %date:~5,5%09-09 如果我们需要加入自订的分隔符,比如想要...
Right click ‘Computer’ and select ‘Properties’;Click the ‘Advanced system settings’ and in the dialog tab of ‘Advanced’ click button ‘Environment Vari...
最近改用Idea但是热部署成了一个问题,在网上搜索需要jrebel实现热部署,下面就是实现热部署的步骤,亲测无误。①idea安装jrebel插件这个在settings-->plugins中如图所示,然后搜索jrebel就能安装好插件。注:这个插件是收费的,所以想用的话还是要出钱的,貌似也不便宜,当..
分类:
其他好文 时间:
2014-07-22 18:19:12
阅读次数:
433
问题:把编译好的镜像烧写到小板上后,发现设置--->存储 里只显示0.98G的系统空间,而且在设置--->应用 点开后会崩溃。崩溃时的日志信息如下:
time( 3407): at com.android.settings.applications.ManageApplications$TabInfo.updateStorageUsage(ManageAppl...
分类:
移动开发 时间:
2014-07-22 00:13:36
阅读次数:
911
出现error的过程:在运行另外一个xcode项目重置了code sign,回到原来的项目的时候出现这个error
修复方法:
targe-build settings-code signing identity-choose iOS Developer
然后Provision File选择对应的file
参考链接:
https://developer.apple.com/leg...
分类:
移动开发 时间:
2014-07-21 23:30:01
阅读次数:
322