Office2010中功能强大的图片背景删除工具 图片背景删除功能是Office 2010中新增的功能之一,包含在2010版的Word、Excel、PowerPoint和Outlook之中。利用删除背景工具可以快速而精确地删除图片背景,使用起来非常方便。与一些抠图工具不同的是,它无需在对象上进行精确描绘就可... Read More
posted @ 2012-05-22 17:47 Merray Views(842) Comments(0) Diggs(0)
ERROR 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax***该错误一般出现在表名或者字段名设计过程中出现了mysql关键字导致的。例如假设我误用了code这个关键字做了字段名MSSQL中关键字需要用‘[ ]’ 括起来。即[code]即可Mysql中呢,找了下资料,使用的时候用 `code`如果不仔细看你一定以为是单引号,最初我也是这样认为的,但经实践发现用了单引号也是无法通过验证的, Read More
posted @ 2012-05-22 17:29 Merray Views(137372) Comments(2) Diggs(2)
原文地址:http://hi.baidu.com/cooltown/blog/item/c9e6dc11d3159cdca6ef3f34.html名词解释及翻译:Instances (In Use/Running):实例的使用状态。In Use代表正在使用中的实例数。Running代表已经创建的实例数。Minimum number of instances:最小实例个数。Maximum number of instances:最大实例个数。The maximum time a client will wait to get a service:客户端等待获取服务的最大时间。首先,简单介绍一下 Read More
posted @ 2012-05-21 10:02 Merray Views(2829) Comments(0) Diggs(0)
修改地图服务的连接实例个数 默认是2 改大点就可以 Read More
posted @ 2012-05-19 17:52 Merray Views(411) Comments(0) Diggs(0)
最近使用MYSQL 不熟悉工具 尤其是创建存储过程找不到 该文章说的详细 记下备用http://www.cnblogs.com/reveyjay/archive/2012/01/03/2311079.html Read More
posted @ 2012-05-19 11:23 Merray Views(362) Comments(0) Diggs(0)
更改嵌入互操作类型如下图右击选中引用类型 设置属性 ”嵌入互操作类型“ 改为 ”true”出现 “无法从程序集**中嵌入互操作类型,因为该程序集缺少“ImportedFromTypeLibAttribute”特性或“PrimaryInteropAssemblyAttribute“特性”错误如下图右击选中引用类型 设置属性 ”嵌入互操作类型“ 改为 ”Flase“ 即可 Read More
posted @ 2012-05-19 09:46 Merray Views(7567) Comments(0) Diggs(1)
开发环境 vs2010 winform短信接口调用问题:添加引用ImApiDotNet.dll 成功,libmySQL.dll无法添加引用。libmySQL.dll:是用来连接Mysql数据库的动态链接库, 移动MAS用的是MYSQL数据库,没有这个文件将无法与数据库通信。解决办法:C/S 直接把ImApiDotNet.dll 和libmySQL.dll 拷贝到Debug目录下就可以了。B/S 拷贝libmySQL.dllC:\Windows\system32下即可。 Read More
posted @ 2012-05-18 16:17 Merray Views(1684) Comments(2) Diggs(0)
ArcGIS 常见问题 http://www.cnblogs.com/njlhb/archive/2007/09/18/897293.htmlarcgis server 更改实例端口:http://blog.csdn.net/rommayer/article/details/5678714arcsom.exe和arcsoc.exe个数问题:http://www.cnblogs.com/ericgisser/archive/2009/10/15/gis_so.htmlAO中的一些常用接口:http://www.cnblogs.com/wenjl520/archive/2009/03/02/140 Read More
posted @ 2012-05-18 08:49 Merray Views(372) Comments(0) Diggs(0)
原文地址 http://www.cnblogs.com/binlee/archive/2011/04/28/2032160.htmlusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Runtime.Serialization;usingSystem.ServiceModel;usingSystem.Text;usingSystem.Web;usingESRI.ArcGIS.Geometry;usingESRI.ArcGIS.Carto;usingESRI.ArcGIS.Geodatabase;usi Read More
posted @ 2012-05-17 16:02 Merray Views(1913) Comments(0) Diggs(0)
原文地址:http://hi.baidu.com/javacookies/blog/item/aef559a114d6e685461064a8.html<UserControlx:Class="ArcGISSilverlightSDK.Find"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:esri="clr-name Read More
posted @ 2012-05-17 14:46 Merray Views(1374) Comments(0) Diggs(1)