一、Console控制台出现Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED的错误
在安卓开发中,一般选择运行,则会向ADT开始安卓app。
如果app无法安卓,在控制台遇到Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED错误,如下图:
然后去L...
分类:
移动开发 时间:
2015-06-18 22:13:31
阅读次数:
187
LEK - logstash + elasticsearch + KibanaElasticsearch, Logstash, and Kibana — designed to take data from any source and search, analyze, and visualize ...
分类:
其他好文 时间:
2015-06-18 17:11:17
阅读次数:
209
如果在Sublime使用时出现:There are no packages available for installation 错误,不用着急,这个只是因为ip4 和ip6转换错误导致的。解决方法:
打开windows控制台,输入 ping sublime.wbond.net 然后看响应ping包的IP地址是多少,我这里是 50.116.34.243. 然后打开系统的host文件:C:\Wind...
分类:
其他好文 时间:
2015-06-18 15:26:50
阅读次数:
745
官方文档:http://www.percona.com/doc/percona-server/5.6/tokudb/tokudb_installation.htmlENABLINGTHETOKUDBSTORAGEENGINEMANUALLYIfyou’rerunningPerconaServer5.6.22-71.0thisstorageenginerequiresmanualinstallation.INSTALLPLUGINtokudbSONAME‘ha_tokudb.so‘;INSTALLPL..
分类:
数据库 时间:
2015-06-17 18:27:01
阅读次数:
174
转自:http://www.hongkiat.com/blog/clean-install-mavericks/During the installation process, you mayexperiencethe indicator hanging at“About a second rema...
分类:
系统相关 时间:
2015-06-16 14:38:46
阅读次数:
612
Install Docker on Mac OS XYou can install Docker using Boot2Docker to rundockercommands at your command-line. Choose this installation if you are fami...
分类:
系统相关 时间:
2015-06-16 01:18:11
阅读次数:
327
Visual Studio 2015 RC Community 安装后出现 Windows 10 SDK 安装失败的错误提示,日志中的错误描述如下:[1404:0CB4][2015-06-15T17:11:48]i000: MUX: ExecuteError: Package (VSSeconda....
分类:
Windows程序 时间:
2015-06-15 18:19:16
阅读次数:
3097
完全卸载oracle11g步骤:1、 开始->设置->控制面板->管理工具->服务 停止所有Oracle服务。2、 开始->程序->Oracle - OraHome81->Oracle Installation Products-> Universal Installer,单击“卸载产品”-“全部展...
分类:
数据库 时间:
2015-06-15 12:40:45
阅读次数:
134
在区间上贪心
#include
#include
#include
using namespace std;
struct point
{
double x1,x2;
}p[1005];
bool cmp(point a,point b)
{
return a.x1<b.x1;
}
int main()
{
int n,r,i,t,end_flag,count;
doub...
分类:
其他好文 时间:
2015-06-12 19:26:34
阅读次数:
151
INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
遇到这个错误是在测试Service 的 android:process 属性
官方说的不够明确:
android:process
The name of the process where the service is to run. Normally, all components...
分类:
其他好文 时间:
2015-06-12 11:52:04
阅读次数:
106