背景一些东西可以存在自己定义的文件里面,这个文件可以在手机中,可以在SD卡中,在这里就主要介绍一下在SD卡中的存储和读取吧~代码public class
save { public static void savefile2card(Context context,String usernam...
分类:
移动开发 时间:
2014-06-16 10:45:43
阅读次数:
223
今天在开发.net引用程序中,需要System.Drawing.Image.Save
创建图片,debug的时候程序一切正常,可是发布到IIS后缺提示出现“GDI+中发生一般性错误”的异常。于是开始“摆渡”,并寻找到了解决办法:赋予
NETWORK SERVICE 帐户以写权限。以下为晚上寻找到的资...
分类:
其他好文 时间:
2014-06-13 14:43:58
阅读次数:
291
6月10号docker 1.0稳定版本发布,找了台ubuntu的机器,装了下ubuntu
version:12.04docker
version:1.0.0装docker的步骤可以看官方文档:https://docs.docker.com/installation/ubuntulinux/装好之后,...
分类:
移动开发 时间:
2014-06-12 07:13:23
阅读次数:
293
所有的 DP 问题都可以简单得用 Recursion
的方式实现。这通常是最容易想到的思路。问题是这种实现不够 efficient,存在 subproblem 被重复计算的情况。有两种解决这个问题的方法:1.
很直观的,在 naive recursion 里加入 一个 save 的环境,把每个 su...
分类:
其他好文 时间:
2014-06-10 19:31:29
阅读次数:
261
【Project Browser】 You can drag items from the
project structure list to the Favourites and also save search queries there. The
filters work by add...
分类:
其他好文 时间:
2014-06-09 15:25:46
阅读次数:
282
1、如果让一的一方维护关系,取决于的因素有
1、在一的一方的映射文件中,set元素的inverse属性为default/false 2、在客户端的代码中,通过一的一方建立关系
3、session.save/update方法是用来操作表的,和操作关系没有关系2、怎么样采用级联的方法通...
分类:
其他好文 时间:
2014-06-08 19:02:28
阅读次数:
258
一、自定义视图类继承View或者View的子类
All of the view classes defined in the Android framework extend View.
Your custom view can also extend Viewdirectly,
or you can save time by extending one of the exist...
分类:
移动开发 时间:
2014-06-08 10:11:27
阅读次数:
342
查看帮助命令
bixiaopeng@bixiaopeng ~$ adb shell screencap -v
screencap: invalid option -- v
usage: screencap [-hp] [-d display-id] [FILENAME]
-h: this message
-p: save the file as a png.
-d: speci...
分类:
移动开发 时间:
2014-06-08 05:06:26
阅读次数:
353