12 2015 档案

C# FUNC 应用
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace FuncDemo{ class Program { static void Main(st... 阅读全文

posted @ 2015-12-28 16:36 HOT SUMMER 阅读(655) 评论(0) 推荐(0) 编辑

WCF教程网址
摘要:http://www.cnblogs.com/iamlilinfeng/archive/2012/09/25/2700049.htmlhttp://www.cnblogs.com/artech/archive/2008/07/08/1237902.html 阅读全文

posted @ 2015-12-22 22:22 HOT SUMMER 阅读(181) 评论(0) 推荐(0) 编辑

C#扩展方法实现 byte[] 输出为HEX字符串形式
摘要:public static class Util { public static string ToHexString(this byte[] bytes) { string byteStr = string.Empty; ... 阅读全文

posted @ 2015-12-17 13:53 HOT SUMMER 阅读(5360) 评论(0) 推荐(0) 编辑

apache配置,禁止指定后缀访问
摘要:每天都有人来服务器上扫描点什么,想下载点数据库或者什么的服务器是java的,没有asp或者mdb这样的访问用一下配置,可以禁止asp或者mdb访问,也可以加上zip和rar禁止Options -Indexes FollowSymLinksAllowOverride AllOrder allow,de... 阅读全文

posted @ 2015-12-08 21:47 HOT SUMMER 阅读(501) 评论(0) 推荐(0) 编辑

IServerChannelSinkProvider
摘要:(一) Remoting框架图这是msdn上关于Remoting客户端与服务器端进行通信的示意图。客户端与服务端的通信是通过发送消息来实现的。消息的处理是由客户端,服务端创建的一系列的通信信道来处理的。客户端通过代理将消息的调用转换为IMessage,IMessage传入通信处理链,经过客户端For... 阅读全文

posted @ 2015-12-05 10:54 HOT SUMMER 阅读(465) 评论(0) 推荐(0) 编辑

在服务器端的远程对象中加上抽象工厂的接口和实现类
摘要:public interface IServerObject{Person GetPersonInfo(string name,string sex,int age);}public interface IServerObjFactory{IServerObject CreateInstance()... 阅读全文

posted @ 2015-12-05 10:51 HOT SUMMER 阅读(192) 评论(0) 推荐(0) 编辑

pannel加载窗体
摘要:public static void loadFillForm(Panel panel, System.Windows.Forms.Form frm) { if (frm != null && panel != null) { ... 阅读全文

posted @ 2015-12-04 08:57 HOT SUMMER 阅读(314) 评论(0) 推荐(0) 编辑

SVN清除,VS中SVN的错误以及全部替换
摘要:是tortoisesvn吧?右键,设置,已保存数据,认证数据,清除=======>>>>>> .r20批量替换为空再重新生成 阅读全文

posted @ 2015-12-03 09:19 HOT SUMMER 阅读(1044) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示