摘要:ALTER TABLE 表名AUTO_INCREMENT = 0; // 从0开始
阅读全文
摘要:【问题现象】 又花了老半天时间解决这个问题,问题现象提示../util/sql/pdoutil.php文件找不到。假定如下目录: folder1 + file1.php foler2 + file2.php file3.php 已在file2.php包含file1.php,使用require_onc
阅读全文
摘要:public static void print(String text){ boolean debug = true; if (debug) { Context context = BaseApp.getContext(); StackTraceElement stackTrace...
阅读全文
摘要:【问题1】使用FileOutputStream类写数据到文件中,本来是很简单的实现,但就是生成的文件与原文件大小不一样,排查了一整天,才找到问题原因所在,writer = new FileOutputStream(savePath);byte[] buffer = new byte[2048];wh...
阅读全文
摘要:转自“http://blog.sina.com.cn/s/blog_9dd7675101012v1h.html”setBackgroundDrawable和setBackgroundColor的用法1.设置背景图片,图片来源于drawable;flightInfoPanel.setBackgroun...
阅读全文
摘要:找了半天,才找到怎么切换全角和半角shift + 空格
阅读全文
摘要:转自“http://blog.csdn.net/shakespeare001/article/details/7843460”android:layout_gravity和android:gravity的区别标签:androidlayoutbuttonencoding2012-08-08 15:53...
阅读全文
摘要:转自“http://www.it165.net/pro/html/201403/10629.html”修改最小SDK版本(minSdkVersion)版本:AndroidStudio 0.5.1因为Android的一些特定功能需要高版本的支持, 当最小SDK版本(minSdkVersion)过低时,...
阅读全文
摘要:由于国内墙问题,android sdk 无法更新,需要设置代理打开sdk manager工具,设置代理:mirrors.opencas.cn,端口:80备注:1、该代理可能会过期;2、注意勾选“Force https://..."
阅读全文
摘要:实际上可以在Android SDK Manager工具中查看,但可能不全android 6.0 API 23android 5.1.1 API 22android 5.0.1 API 21android 4.4W.2 API 20android 4.4.2 API 19android 4....
阅读全文