码迷,mamicode.com
首页 >  
搜索关键字:golang error    ( 33820个结果
android 设置背景为空(透明)
在给控件设置背景时像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.
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
在Win32控制台程序中使用CString
进入Project->Settings->General 下,在下拉框中选“Use MFC in a Static Library”(使用MFC做为静态链接库);然后添加头文件#include ,并且要放在其它头文件前。否则,会有#error : WINDOWS.H already included...
分类:Windows程序   时间:2014-05-19 20:42:44    阅读次数:317
vs2013内置IISExpress相关问题
问题描述,以前做的程序迁移到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出现FileTracker : error FTK1011不知道是不是vs2010的一个bug,反正有人提交了.FileTracker : error FTK1011编译错误的解决办法有三个,推荐使用第二个方法一:把目标框架改为Framewotk=4.0方法二:新增环境变量TRACKFI...
分类:其他好文   时间:2014-05-18 21:25:20    阅读次数:401
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE 解决方法
最近在做真机测试的时候,经常出现Installation error: INSTAL L_FAILED_INSUFFICIENT_STORAGE这个问题,导致apk没法安装到是手机上,在eclipse中运行Android程序默认是将程序安装到手机的Rom中,如果Rom空间不足,就会提示这个错误。.....
分类:其他好文   时间:2014-05-18 20:14:04    阅读次数:362
Golang(笔记) 面向对象
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
Error: Most middleware (like bodyParser) ...
运行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
VMware常见错误故障排查
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
马哥学习笔记十八——MySQL进阶之日志管理
错误日志:log_error,log_warnings 服务器启动和关闭过程中的信息 服务器运行过程中的错误信息 事件调度运行一个事件时产生的信息 在从服务器上启动从服务器进程时产生的信息一般查询日志:general_log,general_log_file,log,log_output={...
分类:数据库   时间:2014-05-17 14:53:01    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!