在“Running Android Lint”期间发生了内部错误
分类:
移动开发 时间:
2015-04-05 16:00:51
阅读次数:
134
背景:WCF服务需要寄宿到相应的可运行进程中执行,常见的有四种寄宿,分别是控制台程序、WinForm程序、IIS和Windows服务。之前学习老A博客和《WCF全面解析》时最常用到的是控制台寄宿,近期由于项目需求,需要在WinForm程序中调用WCF服务,本博文通过一个简单的实例来演示WCF在WinForm中的寄宿。并着重介绍如何利用事件绑定控制宿主主UI界面控件。...
AsyncTask是android自带的一个异步处理线程
它带了很多参数
都很方便使用
但是有一些注意事项
1:
官网说明: AsyncTasks should ideally be used for short operations (a few seconds at the most.) If you need to keep threads running f...
分类:
其他好文 时间:
2015-04-04 06:52:53
阅读次数:
177
刚碰到这个问题,写好的一个项目没有任何问题却不能运行,运行直接报出这个错误,ADT环境一直在用,没有任何问题,各种fix、clean、恢复R文件、重启ADT,无果,遂从网上查找各种解决办法,发现无数人遇到这个问题,找到一种比较合理的方案,但是我没有测试效果,没有找到keysto..
分类:
移动开发 时间:
2015-04-03 19:36:15
阅读次数:
200
如题解决方案如下:1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tools下3.键入adb kill-server ,如果adb关闭了会提示 server not running * 4.再输入 adb start-server 如果不成功会提示 dae...
分类:
数据库 时间:
2015-04-03 19:02:25
阅读次数:
157
Unless MS DTC is currently installed on the computer running the instance of the Database Engine, this example produces an error message. For more inf...
分类:
其他好文 时间:
2015-04-03 00:14:36
阅读次数:
445
给你n个数,每次插入一个数,当插入数的数量为奇数的时候,我们就输出中位数
分类:
其他好文 时间:
2015-04-02 14:50:37
阅读次数:
515
运行mpiexec提示mpiexec_mic: cannot connect to local mpd (/tmp/mpd2.console_jzhang); possible causes: 1. no mpd is running on this host 2. an mpd is runn.....
分类:
其他好文 时间:
2015-04-01 23:18:26
阅读次数:
245
In the previous example we looked at spawning external processes. We do this when we need an external process accessible to running Go process. Someti...
分类:
其他好文 时间:
2015-04-01 14:58:08
阅读次数:
135
打包时报如下错误:Export aborted because fatal lint errors were found. These are listed in the Lint View. Either fix these before running Export again,or turn ...
分类:
移动开发 时间:
2015-03-31 14:29:53
阅读次数:
168