- 博客(4)
- 收藏
- 关注
原创 拖拽代码
.dragArea{ background-color:blue; filter:alpha(opacity=50); -moz-opacity:0.5; } body{ margin:0px; }onmousedown="mousedown.apply(this,arguments);">/*******************************************
2008-08-06 15:56:00 564
转载 使用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 599 2
原创 缩略图
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 455
转载 转 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 522
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人