
.net
stning
这个作者很懒,什么都没留下…
展开
-
缩略图
private static Size NewSize(int maxWidth, int maxHeight, int width, int height) { double w = 0.0; double h = 0.0; double sw = Convert.ToDouble(width); double sh = Convert.ToDouble(height);原创 2008-08-06 12:24:00 · 457 阅读 · 0 评论 -
使用C#编写的一个定时关机程序
using System;using System.Collections;using System.ComponentModel;using System.Drawing;using System.Diagnostics;using System.Runtime.InteropServices;using System.Threading;using System.Windows.Forms;转载 2008-08-06 12:33:00 · 600 阅读 · 2 评论 -
转 SSO-单点登录完全解决方案
单点登录,跨域访问,单点登陆,用户跨域,跨域登录,跨域登陆解决方案服务器端可控情形JS跨域访问解决方法http://homepage.yesky.com/458/2703458.shtmlSingle Sign-On Enterprise Security for Web Applicationshttp://msdn2.microsoft.com/en-us/library/ms97297转载 2008-08-06 12:15:00 · 524 阅读 · 0 评论