(Destop)1.卸载旧版本软件,ArcGIS Destop要最后卸载,还有清除注册表2.要安装破解版本里面的Lisence Manager 3.安装顺序Lisence Manager->Destop->,注意装完LisenceManager后,要停止服务,然后安装Destop,然后把许可文件覆盖...
分类:
其他好文 时间:
2014-07-11 23:54:09
阅读次数:
465
using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste...
分类:
其他好文 时间:
2014-07-11 23:15:16
阅读次数:
266
参考:http://blog.csdn.net/sxycxwb/article/details/121861590、删除之前的数据库1、Run the Enable-Migrations command in Package Manager Console 进入(PM)软件包管理控制台 (视图——....
分类:
数据库 时间:
2014-07-11 21:08:09
阅读次数:
297
在Layer Stack Manager中,要先点选已有层(如Top Layer),再点Add Layer或Add Plane,才能增加层追问能告诉下4 5 8层的设置吗?有那些要求?回答一般分层方案:4层板 Top---GND---VCC---Bottom 关键信号优先布TOP层。6层板 S1.....
分类:
其他好文 时间:
2014-07-09 18:11:13
阅读次数:
522
1.首先要在工程引用中导入System.Configuration.dll文件的引用。2.通过System.Configuration.ConfigurationManager.ConnectionStrings["connectionstring"].ToString();就能得到App.conf...
分类:
移动开发 时间:
2014-07-09 16:47:36
阅读次数:
157
现象:目前每次使用Eclipse启动Tomcat 的时候经常出现OutOfMemoryError thrown from the UncaughtExceptionHandler in thread ***
解决办法 在debug Configuration中设置Arguments 下面的VM arguments加上 -Xms512m -Xmx1024m -XX:MaxPermSize=51...
分类:
系统相关 时间:
2014-07-09 10:25:02
阅读次数:
234
1、从HDFS中读取数据
Configuration conf = getConf();
Path path = new Path(pathstr);
FileSystem fs = FileSystem.get(conf);
FSDataInputStream fsin= fs.open(path );
BufferedReader br =null;
Strin...
分类:
其他好文 时间:
2014-07-09 09:17:40
阅读次数:
290
通过HBaseAdmin维护表(创建,删除表)importorg.apache.hadoop.conf.Configuration;
importorg.apache.hadoop.hbase.HBaseConfiguration;
importorg.apache.hadoop.hbase.HColumnDescriptor;
importorg.apache.hadoop.hbase.HTableDescriptor;
importorg.apache.hadoop.hbase...
分类:
编程语言 时间:
2014-07-09 08:28:58
阅读次数:
170
[root@centos64x64mysql-5.1.65]#/etc/init.d/mysqldrestartMySQLmanagerorserverPIDfilecouldnotbefound![FAILED]解决办法第一,先删除rm-rf/var/lib/mysql,然后重新初始化/usr/local/mysql/bin/mysql_install_db--user=mysql
分类:
数据库 时间:
2014-07-08 09:19:32
阅读次数:
281