码迷,mamicode.com
首页 >  
搜索关键字:link error    ( 43909个结果
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
Sublime Text 3 配置 PHPCS 插件
Download php code sniffer addon via Package Control in ST3.Download The php-cs-fixer File From This Website => cs.sensiolabs.org/ (Direct Link => cs.s...
分类:Web程序   时间:2014-05-19 20:51:52    阅读次数:529
在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
html 16 a链接 锚点 a的伪类
#a1 / 本页#a1a name="a1"a:link 未访问的a:visited 访问过的a:hover 鼠标经过的a:active 访问瞬间的visited 是访问他链接的页面 比如# herf="#" 访问过的都会变,不管有几个active 不设置顺序是lvhaa:link 简写成 a
分类:Web程序   时间:2014-05-19 11:24:59    阅读次数:315
vs2013内置IISExpress相关问题
问题描述,以前做的程序迁移到vs2013后出现500.22问题。HTTP 错误 500.22 - Internal Server Error 检测到在集成的托管管道模式下不适用的 ASP.NET 设置。最可能的原因: 此应用程序在 system.web/httpModules 节中定义配置。可尝试的...
分类:其他好文   时间:2014-05-19 10:38:58    阅读次数:276
对于java中接口的作用与理解
1,接口可以多继承。2,接口可以添加公共的属性。3,impl 方法被隐藏,让调用者清晰的看到方法和参数。4,一个接口可以,可以多个实现。exp:List list1 = new ArrayList(); List list2 = new LinkList(); (ArrayList 与 Link.....
分类:编程语言   时间:2014-05-19 08:10:13    阅读次数:462
VS2010出现FileTracker : error FTK1011编译错误的解决办法
VS2010出现FileTracker : error FTK1011不知道是不是vs2010的一个bug,反正有人提交了.FileTracker : error FTK1011编译错误的解决办法有三个,推荐使用第二个方法一:把目标框架改为Framewotk=4.0方法二:新增环境变量TRACKFI...
分类:其他好文   时间:2014-05-18 21:25:20    阅读次数:401
SEGGER J-Link install
Why J-Link?In case you wonder why GNU ARM Eclipse decided to provide support to SEGGER J-Link, the short answer is:because ofJ-Link EDUand of SWO.The ...
分类:其他好文   时间:2014-05-17 14:43:56    阅读次数:907
The J-Link hardware debugging Eclipse plug-in
QuicklinksIf you already know what are the features of the new plug-in and just want to know how to install/use it, you can directly skip to:J-Link in...
分类:系统相关   时间:2014-05-17 14:32:55    阅读次数:890
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!