04 2012 档案

摘要:aspx 页面<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default6.aspx.cs" Inherits="Default6" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">< 阅读全文
posted @ 2012-04-17 13:35 晓风拂月 阅读(3011) 评论(0) 推荐(1)
摘要:客户端HTML页面代码<html><head> <meta http-equiv="content-type" content="text/html;charset=gb2312" /> <title>File Upload</title></head><body> <form action="http://192.168.6.32:82/fileupload.aspx" method="post" id="uplo 阅读全文
posted @ 2012-04-17 13:29 晓风拂月 阅读(623) 评论(0) 推荐(0)
摘要:需要使用jquery.jsoncookie.js jquery.cookie.jsvar COOKIE_NAME = "Bind_Prod_List";var product; product = $.JSONCookie(COOKIE_NAME);//判断是否存在function IsExistsInCookie(userName) { var flag = false; for (var i = 0; i < product.Product.length; i++) { var p = product.Product[i]; if (p.UserNa... 阅读全文
posted @ 2012-04-11 17:01 晓风拂月 阅读(3992) 评论(4) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net;using System.Text;using System.IO;using System.Security.Cryptography.X509Certificates;using System.Net.Security;namespace SD2.StockShare{ public class HttpWebResponseUtility { private stati... 阅读全文
posted @ 2012-04-01 18:03 晓风拂月 阅读(565) 评论(0) 推荐(0)