在给控件设置背景时像ps那样的背景透明 在3.0以下可以使用
imageView.setBackgroundResource(android.R.id.empty);但是这个方法在3.0以上会出现ERROR/AndroidRuntime(xxxxx):
Caused by: android.cont...
分类:
移动开发 时间:
2014-05-20 00:08:42
阅读次数:
615
ERROR: could not load library "D:/Program
Files/PostgreSQL/9.3/lib/postgis-2.1.dll": Invalid access to memory
location.这个错误,参照:http://trac.osgeo.org/p...
分类:
数据库 时间:
2014-05-19 23:52:29
阅读次数:
1776
进入Project->Settings->General 下,在下拉框中选“Use MFC
in a Static Library”(使用MFC做为静态链接库);然后添加头文件#include ,并且要放在其它头文件前。否则,会有#error :
WINDOWS.H already included...
问题描述,以前做的程序迁移到vs2013后出现500.22问题。HTTP 错误 500.22
- Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。最可能的原因: 此应用程序在
system.web/httpModules 节中定义配置。可尝试的...
分类:
其他好文 时间:
2014-05-19 10:38:58
阅读次数:
276
VS2010出现FileTracker : error
FTK1011不知道是不是vs2010的一个bug,反正有人提交了.FileTracker : error
FTK1011编译错误的解决办法有三个,推荐使用第二个方法一:把目标框架改为Framewotk=4.0方法二:新增环境变量TRACKFI...
分类:
其他好文 时间:
2014-05-18 21:25:20
阅读次数:
401
最近在做真机测试的时候,经常出现Installation error: INSTAL
L_FAILED_INSUFFICIENT_STORAGE这个问题,导致apk没法安装到是手机上,在eclipse中运行Android程序默认是将程序安装到手机的Rom中,如果Rom空间不足,就会提示这个错误。.....
分类:
其他好文 时间:
2014-05-18 20:14:04
阅读次数:
362
package main import ("fmt")//对象定义type Rect
struct{x,y float64width ,height float64} //对象方法实现func (r *Rect)
Area()float64{return r.width*r.height}//Go语...
分类:
其他好文 时间:
2014-05-18 19:36:55
阅读次数:
405
运行NodeJS时出现如下错误:Error: Most middleware (like
bodyParser) is no longer bundled with Express and must be installed
separately.意思是命令行中运行npm install body-...
分类:
其他好文 时间:
2014-05-17 21:57:26
阅读次数:
336
1. VMware安装失败 “Failed to create the requested
registry key Key:installer Error:1021"1.1.
windows7在注册表(cmd--->regedit)中找到HKEY_LOCAL_MACHINE ---> SOFTWA...
分类:
其他好文 时间:
2014-05-17 15:15:48
阅读次数:
259
错误日志:log_error,log_warnings 服务器启动和关闭过程中的信息
服务器运行过程中的错误信息 事件调度运行一个事件时产生的信息
在从服务器上启动从服务器进程时产生的信息一般查询日志:general_log,general_log_file,log,log_output={...
分类:
数据库 时间:
2014-05-17 14:53:01
阅读次数:
347