解决方法:
在AndroidManifest.xml文件中添加android:debuggable字段,如下所示。[java] view plaincopy
分类:
其他好文 时间:
2014-05-12 13:44:52
阅读次数:
265
第一种,简单粗暴直接http://repo.springsource.org/libs-release-local/org/springframework/spring/3.2.4.RELEASE/spring-framework-3.2.4.RELEASE-dist.zip直接粘到地址栏或者下载工...
分类:
编程语言 时间:
2014-05-12 13:09:57
阅读次数:
332
Demo: Ogre.Demo: Unity3d.PyConsole: display server
information.PyConsole: Stop the server.Guiconsole: debug.Guiconsole:
log.demo视频:http://v.youku.com/...
分类:
Web程序 时间:
2014-05-12 09:58:12
阅读次数:
437
环境系统:阿里云64位centos 6.3[rao@AY~]$ cat
/etc/issueCentOS release 6.3 (Final)Kernel \r on an \m[rao@AY~]$ uname -aLinux
AY1404062027584053a1Z 2.6.32-358.6....
分类:
其他好文 时间:
2014-05-12 09:27:33
阅读次数:
510
linux下.net环境;rpm -ivh
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
&& yum makecache && yum search mono;
分类:
系统相关 时间:
2014-05-11 00:43:36
阅读次数:
332
1. dialyzer Dialyzer starts its analysis from
either debug-compiled BEAM bytecode or from Erlang source code. Dialyzer
可以分析*.erl和有debug-info的BEAM, Dia...
分类:
其他好文 时间:
2014-05-10 06:32:02
阅读次数:
253
题目大意:
给出N个立方体。
求一个三维空间中被包围三次的空间的体积之和。
思路分析:
发现Z的范围很小。那么我们可以枚举Z轴,然后对 x y做扫描线。
而且不用枚举所有的Z ,只需要将Z离散化之后枚举。
#include
#include
#include
#include
#define maxn 2222
#define debug puts("fuck!...
分类:
其他好文 时间:
2014-05-10 05:00:29
阅读次数:
467
系统配置的yum源是163的镜像站,本来想用lsb_release命令查看一下系统的版本等信息,结果显示没有此命令,那就安装其相关软件包吧,用yum-yinstallredhat-lsb相依属性列出了40个软件包,本来没想安装这么多,愣了个神还没有按y键呢系统自己就莫名其妙又继续了,继续就继续吧,..
分类:
其他好文 时间:
2014-05-10 04:01:38
阅读次数:
649
installing-percona XTRADB Cluster 5.6
For Redhat 6.4
一、 服务器版本查看
Root# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.4 (Santiago)
二、 新建目录:
Root#mkdir -p /softwares
三、 下载RPM包
1、下载XTRADB Cluster包
2、下载XTRABACKUP包
四、 安装依赖包
1、 安装包准备
2、 安...
分类:
数据库 时间:
2014-05-10 03:27:27
阅读次数:
628
编译出现的错误:
1>------ 已启动生成: 项目: HelloCpp, 配置: Debug Win32 ------
1>生成启动时间为 2014/5/9 14:43:43。
1>InitializeBuildStatus:
1> 正在创建“Debug.win32\HelloCpp.unsuccessfulbuild”,因为已指定“AlwaysCreate”。
1>ClC...
分类:
其他好文 时间:
2014-05-09 20:51:16
阅读次数:
230