今天将ArcGIS系列的软件从ArcGIS9.3.1升级到ArcGIS10.1,然后就使用VS创建一个简单的AE应用程序,然后拖放一个toolbar、LicenseControl以及MapControl控件。接着编译应用程序,编译成功。然后单击F5运行程序,这个时候程序报错,出现下面所示的错误:Ar...
分类:
其他好文 时间:
2014-10-26 00:19:05
阅读次数:
275
最近在做一个WinForm的项目. 使用vs2013开发. 数据库使用的是oracle. 在本地写了一个webservice .测试正常.发布到服务器的时候.就是提示了错误. 打开服务器上的日志.看到如下信息:System.ArgumentException: The specified store...
分类:
其他好文 时间:
2014-10-23 17:37:31
阅读次数:
329
【小记】 近期由于想配置Android的开发环境,把原来的MyEclipse5.5删了,下载了最新的Eclipse3.7版本号,由于之前在进行Python开发,就下载了最新的Pydev2.4版本号,安装插件之后,新建Pythonproject时,提演示样例如以下错误:Project interp.....
分类:
系统相关 时间:
2014-10-21 17:38:54
阅读次数:
150
Lists.UpdateListItems 方法 (websvcLists) Windows SharePoint Services 3 Adds, deletes, or updates the specified items in a list on the current site.命名空间:...
分类:
其他好文 时间:
2014-10-21 11:37:28
阅读次数:
529
I am trying to convert an address specified by an IP number or a name, both in String (i.e.localhostor127.0.0.1), into anInetAdressobject. There's no ...
分类:
编程语言 时间:
2014-10-21 03:34:56
阅读次数:
201
Causedby:org.hibernate.AnnotationException:Noidentifierspecifiedforentity:使用hibernate的e-r映射pojo类的时候遇到org.hibernate.AnnotationException:Noidentifierspecifiedforentity异常。可是entity类的注释没有问题,唯一的不正常的地方是这张表比较特殊没有主键,好像..
分类:
Web程序 时间:
2014-10-21 02:31:05
阅读次数:
189
namespace YourNamespace{ /// /// Uses the Name value of the ColumnAttribute specified, otherwise maps as usual. /// /// The type of the ...
分类:
移动开发 时间:
2014-10-21 00:45:58
阅读次数:
3600
//EDITOR CLASS TO CREATE QUAD MESH WITH SPECIFIED ANCHOR//Created by Alan Thorn on 23.01.2013//------------------------------------------------using U...
分类:
其他好文 时间:
2014-10-20 22:54:33
阅读次数:
283
当我没初始配在lnmp的时候,用浏览器打开查看php能否解析网页的时出现File not found 不用惊奇让我我们分析一下 使用php-fpm解析PHP,"No input file specified","File not found"是令nginx新手头疼的常见错误,原因是php-fpm进程...
分类:
其他好文 时间:
2014-10-19 10:13:39
阅读次数:
421
点击AlertDialog 关闭之后再点击报错:The specified child already has a parent. You must call removeView() on the child's parent first.意思是这个子view 已经有个父view了,你现在要使用的...
分类:
其他好文 时间:
2014-10-18 13:50:44
阅读次数:
170