上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 80 下一页
摘要: C++函数模板递归一二维数组动态分配存储空间实例1//baseCplusplus1.h//C++函数模板递归一二维数组动态分配存储空间实例1#include <stdlib.h>#include <iostream> //std::cin>> ; std::cout<<#include <excpt.h>#include <exception>int Abc(int a,int b,int c); //定义Abc(int,int,int)函数float Abc(float a,float b,float c); //定义A 阅读全文
posted @ 2010-07-05 15:44 sqlite例子 阅读(338) 评论(0) 推荐(0)
摘要: (1)sdeversion -o compress -u sde -p sde -i 5151 -D hsg_kd001(2)sdeversion -o compress -u sde -p sde -i 5151 -s 101.101.0.211 -D Taylorsnote:Microsoft Windows [版本 5.2.3790](C) 版权所有 1985-2003 Microsoft Corp.D:/QDS2_Bak>sdeversion -?ArcSDE 9.2Version Administration Utility--------------------------. 阅读全文
posted @ 2010-06-23 17:36 sqlite例子 阅读(256) 评论(0) 推荐(0)
摘要: DotNet FrameWork 4.0中ArcEngine组件中不能构造类解决方法如引用了ESRI.ArcGIS.Carto.dll 对引用dll点击右键,属性->Embed Inter type改为false即可! 阅读全文
posted @ 2010-06-13 23:59 sqlite例子 阅读(121) 评论(0) 推荐(0)
摘要: Resources/Button.xaml-------------------------------------------------<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="Button"> <!--定义按钮样式--> <Style Target 阅读全文
posted @ 2010-05-19 14:18 sqlite例子 阅读(259) 评论(0) 推荐(0)
摘要: app.xaml---------------------------------------------------------------<Application x:Class="WpfApp.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" > <Application.Resources> <Re 阅读全文
posted @ 2010-05-19 14:05 sqlite例子 阅读(143) 评论(0) 推荐(0)
摘要: 在程序中把AoInitializeClass改为AoInitialize就可以了!如下:AoInitialize aoi = new AoInitialize();// AoInitializeClass(); //more license choices could be included here //esriLicenseProductCode productCode = esriLicenseProductCode.esriLicenseProductCodeEngine; esriLicenseProductCode productCode = esriLicenseProductC 阅读全文
posted @ 2010-05-12 18:32 sqlite例子 阅读(196) 评论(0) 推荐(0)
摘要: ArcSDE安装:"Bad Login User" 错误解决方法密码太短了 OKcreate spatial database 页面第一个sde user 文本框填的是要设置的数据库密码,不是数据库名称。我以为是数据库名称每次设置为sde都会出现无法自动创建数据库错误, WARNING: Parameter "TEMP" not found in defaults file!WARNING: Setting TEMP to "C"ESRI ArcSDE Server Setup Utility Tue Dec 08 11:40:14 阅读全文
posted @ 2010-05-11 11:56 sqlite例子 阅读(316) 评论(0) 推荐(0)
摘要: SilverLight工程中调用方法----------------------------------------------------private void Uc_UserManager_Loaded(object sender, RoutedEventArgs e) { //Id,UserGroupId,Name,AliasName,Sex,Password,Locked,Description //string sqlQuery = "select * from User"; DbServiceSoapClient dbs = ServiceUtil.GetDy 阅读全文
posted @ 2010-05-06 22:38 sqlite例子 阅读(139) 评论(0) 推荐(0)
摘要: SilverLight中ImageButton控件制作方法----------------------------------------------------------------------------------public partial class ImageButton : UserControl { public event EventHandler Click = null; public ImageButton() { InitializeComponent(); this.MouseLeftButtonDown += new MouseButtonEventHandle 阅读全文
posted @ 2010-05-06 22:27 sqlite例子 阅读(126) 评论(0) 推荐(0)
摘要: Silverlight中动态获取Web Service地址发布:dxy 字体:[增加 减小] 类型:转载 开发过Silverlight应用的朋友们相信都会遇到这样一个问题在使用WCF或者WS进行数据库操作的时候都需要有一个明确的服务地址,如果是WCF就是svc文件地址。初学者通常会直接使用VS的Add Service Reference来添加引用。这的确是十分方便的手段,但是这样会带来什么样的麻烦呢? 第一,在开发的阶段一旦改变了WS文件的目录结构就必须改变SL工程中的WS地址,而且这种改变并不是单纯的Update Service Reference这么简单,因为地址已经改变了,你必须删掉.. 阅读全文
posted @ 2010-05-05 18:22 sqlite例子 阅读(106) 评论(0) 推荐(0)
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 80 下一页