摘要:
FTP简单管理代码。。在这个做个备注using System.Collections.Generic;using System.IO;namespace CommonSystemFrameWork.Storage{ public abstract class StorageProvider { public abstract List<string> List(string path); public abstract List<string> List(string path, string fillter); public abstra... 阅读全文
摘要:
DevExpress 项目的默认是英文版本的。 版本必须在12.0以上在我们开发的时候以及发布给客户的时候 要改成中文版本。 System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-CN"); System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN"); 在系统初... 阅读全文
摘要:
HTTP 错误 500.21 - Internal Server Error处理程序“PageHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler”错误原因:在安装FrameWorkv4.0后在安装IIS6,导致Framework没有安装完全解决方案:只需要重新安装一下就可以了.在Frameworv4.0的目录中安装的程序以管理员权限重新运行一下就可以了.%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -i参考:http://blog626.bl 阅读全文
摘要:
DevComponents.DotNetBar 控件添加选项卡 同理 在这里做个备注。。。。。 阅读全文
摘要:
问题描述:在执行Sqlite数据读写时报错:混合模式程序集是针对“v2.0.50727”版的运行时生成的,在没有配置其他信息的情况下,无法在 4.0 运行时中加载该程序集。解决方法:在app.config中加入以下配置<configuration> <startup useLegacyV2RuntimeActivationPolicy="true"><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></star 阅读全文
摘要:
备注:以下所有的来自 互联网,版权归原作者所有股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同时查询)Endpoint: http://webservice.webxml.com.cn/WebServices/StockInfoWS.asmx 复制 EndpointDisco: http://webservice.webxml.com.cn/WebServices/StockInfoWS.asmx?disco 复制 DiscoWSDL: http://webservice.webxml.com.cn/WebServices/StockInfoWS.asmx?wsd 阅读全文
摘要:
SELECT 字段名= convert(varchar(100), a.name), 表名= convert(varchar(50), d.name ), 类型= CONVERT(varchar(50),b.name), 库名= 'ServerModeXpoDemo', 字段说明=convert(varchar(50), isnull(g.[value],'')) ... 阅读全文
摘要:
在这里做个记录 防止忘记http://msdn.microsoft.com/en-us/library/cc716729.aspxOrcale:http://docs.oracle.com/cd/B28359_01/win.111/b28376/appendixa.htm//SQL 一些很好的国外网站:http://www.sqlteam.com/http://blog.sqlauthority.com/ 阅读全文
摘要:
在插件式开发。我们要调用其它插件或模块的委托事件时、那么我们需要通过反射。Module 模块namespace Module2{ /// /// MainWindow.xaml 的交互逻辑 /// [Plugin("MainWindow", "测试反射")] public partial class MainWindow { public delegate void TestHandler(string msg,string info,string text); public event TestHandler TestEv... 阅读全文
摘要:
如果不使用MVVM。直接调用GridControl 事件 取当前单击某一列的值。如果在MVVM中那么则使用Command 。通过Command传递参数等 就比以往的直接调用事件复杂。。需求:在点击 GridConrol的时候 下面值跟着变化。。主要是通过鼠标 RowDoubleClick 和键盘 Enter 时 调用CommandMVVM:View Code <UserControl.Resources> <!--数据模板--> <DataTemplate x:Key="RowDetailTemplate"> <GroupBox G 阅读全文
摘要:
1 基础 2 创建数据库 3 /****** 创建数据库******/ 4 CREATE DATABASE [PlateFormsExpress] ON PRIMARY 5 ( 6 NAME = N'PlateFormsExpress', /*数据名称*/ 7 FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\PlateFormsExpress.mdf' , /*文件路经*/ 8 SIZE = 2304KB , /*大小*/ 9 MAXSIZ... 阅读全文
摘要:
<Grid x:Name="LayoutRoot"> <TextBlock Height="23" HorizontalAlignment="Left" Margin="56,23,0,0" Text="用户编号:" VerticalAlignment="Top" /> <TextBlock Hei 阅读全文
摘要:
尝试向 URI“http://localhost:8554/CustomerManage.svc”发出请求时出错。这可能是由于试图以跨域方式访问服务而又没有正确的跨域策略,或策略不适用于 SOAP 服务。您可能需要与该服务的所有者联系,以发布跨域策略文件并确保该文件允许发送 SOAP 相关的 HTT 阅读全文
摘要:
支持模型-视图-视图模型 (MVVM) 模式是独立从基础业务逻辑的用户界面应用程序的模式. 该模式可以使用到 WPF,Silverligth,Windows phone 应用 。 Model: namespace SLMvvmDemo2.Model { //Model 模型 //客户表 public 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
摘要:
在Winform或其它项目 有时候有很多老是在重复 有时候很麻烦。。那么我们将他做成模板、、打开VS2010、或其它版本新建一个项目:选择VS 文件 下面有个选项《导出模板》然后下一步:选择相应的图标,然后点击完成:模板制作完成:打开VS2010新建项目时你将会发现你的模板:然后项目将会是你的模板:制作完成然后我们将制作Forms 模板:#region Version Info /* * ======================================================================== * 【本类功能概述】 * 作者:芦永强 * 时间:$time$ 阅读全文
摘要:
interfacenamespace SQLLiteHelper{ /// <summary> /// 数据库操作抽象 /// </summary> public interface IDataAccess { /// <summary> /// 打开 /// </summary> void Open(); /// <summary> /// 关闭 /// </summary> void Close(); /// <summary> ... 阅读全文
摘要:
在Winform。。TreeView绑定数据RoleManager tManager = new RoleManager(); DataTable dt = tManager.FindRoleRigthByRoleid(listRoleView.SelectedItems[0]... 阅读全文
摘要:
初学WCF。。。。服务端:服务契约: [ServiceContract(Namespace ="http://serverModel.Samples",SessionMode =SessionMode.Required, CallbackContract = typeof(ICalcualtorDuplexCallBack))] public interface IService2 { [OperationContract(IsOneWay = true)] void Clear(); [OperationCon... 阅读全文
摘要:
Microsoft Visual Studio Ultimate 2012 旗舰版 有效注册密钥:YKCW6-BPFPF-BT8C9-7DCTH-QXGWCMicrosoft Visual Studio Premium 2012 高级版 有效注册密钥:MH2FR-BC9R2-84433-47M63- 阅读全文