上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 55 下一页

2015年10月28日

关于.net 2.0 remoting 中 TCP Channel 用户认证探讨(一)

摘要: http://www.cnblogs.com/scucj/archive/2007/05/09/740808.html 阅读全文

posted @ 2015-10-28 13:43 HOT SUMMER 阅读(204) 评论(0) 推荐(0)

2015年10月27日

事件

摘要: public class MyEventArgs { private int _rate; public int Rate { get { return _rate; } } p... 阅读全文

posted @ 2015-10-27 10:41 HOT SUMMER 阅读(214) 评论(0) 推荐(0)

委托回调的异步技术

摘要: static void Main(string[] args) { //DateTime dt = DateTime.Now; //RemoteObject.MyObject app = new RemoteObject.MyObject... 阅读全文

posted @ 2015-10-27 10:12 HOT SUMMER 阅读(235) 评论(0) 推荐(0)

代理的简单使用 简单的异步

摘要: static void Main(string[] args) { //DateTime dt = DateTime.Now; //RemoteObject.MyObject app = new RemoteObject.MyObject(... 阅读全文

posted @ 2015-10-27 09:43 HOT SUMMER 阅读(188) 评论(0) 推荐(0)

2015年10月26日

【ecshop后台详解】系统设置-商店设置

摘要: 商店设置是我们ecshop新用户第一步先要设置的地方,因为里面相当于网站的基础。包括公司名称,电话,地址,tittle等重要的信息都是这里修改,如果这里没有修改的话,如果有访客来到你网站可能以为走错了地方,后果是非常严重的。相关的视频教程也会马上跟进,请关注我们【ecshop模板堂视频教程系列】第一... 阅读全文

posted @ 2015-10-26 15:44 HOT SUMMER 阅读(9840) 评论(0) 推荐(0)

2015年9月1日

utubu远程

摘要: http://www.linuxidc.com/Linux/2014-04/100491.htm首先安装xfce:sudo apt-get updatesudo apt-get install xfce4如果网速较慢,这会持续一段时间。然后安装xrdp组件和vnc服务器:sudo apt-get i... 阅读全文

posted @ 2015-09-01 10:01 HOT SUMMER 阅读(341) 评论(0) 推荐(0)

2015年8月21日

C# FTP操作类可用

摘要: public class FtpClient { #region 构造函数 /// /// 创建FTP工具 /// /// 默认不使用SSL,使用二进制传输方式,使用被动模式 /// //... 阅读全文

posted @ 2015-08-21 21:48 HOT SUMMER 阅读(3570) 评论(0) 推荐(0)

C# FTP操作类

摘要: using System;using System.Net;using System.IO;using System.Text;using System.Net.Sockets;using System.Collections.Generic;namespace 阿飞_秋风扫落叶网站软文系统.Com... 阅读全文

posted @ 2015-08-21 18:11 HOT SUMMER 阅读(963) 评论(0) 推荐(0)

2015年8月19日

缺少编译器要求的成员“System.Runtime.CompilerServices.ExtensionAttribute..ctor” 解决方案

摘要: namespace System.Runtime.CompilerServices { public class ExtensionAttribute : Attribute { } } 网上找的其他方法错误产生环境及非完美解决办法错误提示:缺少编译器要求的成员“System.Ru... 阅读全文

posted @ 2015-08-19 23:52 HOT SUMMER 阅读(1394) 评论(0) 推荐(0)

远程读取XML根级别上的数据无效。 行 1,位置 1

摘要: trim一下就可以了 阅读全文

posted @ 2015-08-19 13:14 HOT SUMMER 阅读(267) 评论(0) 推荐(0)

上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 55 下一页

导航