会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码艺术
代码改变世界,我改变代码
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
31
32
33
34
35
36
37
38
39
···
42
下一页
2015年2月13日
.NET 单点登录开源项目
摘要: 1、https://www.apereo.org/cas/client-integration2、源码下载https://wiki.jasig.org/display/CASC/.Net+Cas+Client
阅读全文
posted @ 2015-02-13 15:50 小白ACE
阅读(377)
评论(0)
推荐(0)
2015年2月5日
WF控制台工作流(2)
摘要: using System;using System.Linq;using System.Activities;using System.Activities.Statements;namespace WorkflowDemo{ class Program { static ...
阅读全文
posted @ 2015-02-05 16:29 小白ACE
阅读(203)
评论(0)
推荐(0)
WF控制台工作流(1)
摘要: 简单使用WF工作流示例:using System;using System.Linq;using System.Activities;using System.Activities.Statements;namespace WorkflowDemo{ class Program { ...
阅读全文
posted @ 2015-02-05 15:34 小白ACE
阅读(191)
评论(0)
推荐(0)
2015年2月4日
C# 反射实例
摘要: 1、接口using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace PlugDemo{ public interface IPlugToText { ...
阅读全文
posted @ 2015-02-04 14:57 小白ACE
阅读(372)
评论(0)
推荐(0)
2015年2月3日
socket 聊天室
摘要: 服务端:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Te...
阅读全文
posted @ 2015-02-03 10:24 小白ACE
阅读(355)
评论(0)
推荐(0)
2015年2月2日
C# HTTP上传多个文件及传递参数
摘要: 1、HTTP上传文件及传递参数 #region 6.0 上传多个文件和参数 /// /// HttpUploadFile /// /// /// /// /// /// public static string HttpUpl...
阅读全文
posted @ 2015-02-02 16:02 小白ACE
阅读(1940)
评论(0)
推荐(0)
2015年1月28日
C# 时间戳与时间相互转化
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 时间戳demo{ /* * Unix时间戳(Unix timestamp),或称Unix时间(Unix...
阅读全文
posted @ 2015-01-28 20:45 小白ACE
阅读(17514)
评论(0)
推荐(0)
2015年1月24日
C# 批量修改文件名
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
阅读全文
posted @ 2015-01-24 12:14 小白ACE
阅读(4408)
评论(0)
推荐(0)
2015年1月23日
js设定延迟时间的函数
摘要: 1.如果想要在执行一个js函数之前延迟一段时间应该怎么做?答:"setTimeout('update()',1000);" 其中update()函数就是延迟后执行的函数,后面的时间单位为ms。实例一:实例二:如果你能看看源代码,会发现我们的任务很简单,就是给文档增加一个 input 文本框,并聚焦和...
阅读全文
posted @ 2015-01-23 22:37 小白ACE
阅读(4637)
评论(0)
推荐(0)
2015年1月21日
嵌入式iframe子页面与父页面js通信方式
摘要: iframe框架中的页面与主页面之间的通信方式根据iframe中src属性是同域链接还是跨域链接,有明显不同的通信方式,同域下的数据交换和DOM元素互访就简单的多了,而跨域的则需要一些巧妙的方式来实现通信。一、同域下父子页面的通信父页面 Parent.aspx 无标题页 ...
阅读全文
posted @ 2015-01-21 22:17 小白ACE
阅读(815)
评论(0)
推荐(0)
上一页
1
···
31
32
33
34
35
36
37
38
39
···
42
下一页
公告