上一页 1 2 3 4 5 6 ··· 14 下一页
摘要: /*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType 9?a.defaultView||a.parentWindow:! 阅读全文
posted @ 2016-10-20 20:43 庚xiao午 阅读(145) 评论(0) 推荐(0) 编辑
摘要: * { margin:0px; padding:0px; } .daohang { position:relative; width:10%; height:50px; overflow:hidden; float:left; margin-left:10px; } .div1 { position 阅读全文
posted @ 2016-10-19 20:36 庚xiao午 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-18 20:29 庚xiao午 阅读(98) 评论(0) 推荐(0) 编辑
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xh 阅读全文
posted @ 2016-10-17 19:49 庚xiao午 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-16 20:47 庚xiao午 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 步骤: 1、先将项目中的相对路径位置写出来 string path = "images/aaa.txt"; 2、将此相对路径映射成绝对路径 string endpath = Server.MapPath(path); 3、保存 FileUpload1.SaveAs("endpath"); 问题1:文 阅读全文
posted @ 2016-10-09 18:56 庚xiao午 阅读(143) 评论(0) 推荐(0) 编辑
摘要: //窗体移动API [DllImport("user32.dll")] public static extern bool ReleaseCapture(); [DllImport("user32.dll")] public static extern bool SendMessage(IntPtr hwnd, int wMsg, int wParam, int IParam); public ... 阅读全文
posted @ 2016-09-30 20:02 庚xiao午 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 组合查询 阅读全文
posted @ 2016-09-29 20:22 庚xiao午 阅读(78) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// ChinaStates 的摘要说明 /// </summary> public class C 阅读全文
posted @ 2016-09-28 19:15 庚xiao午 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 应用举例: "^\d+$" //非负整数(正整数 + 0) "^[0-9]*[1-9][0-9]*$" //正整数 "^((-\d+)|(0+))$" //非正整数(负整数 + 0) "^-[0-9]*[1-9][0-9]*$" //负整数 "^-?\d+$" //整数 "^\d+(\.\d+)?$ 阅读全文
posted @ 2016-09-27 21:23 庚xiao午 阅读(92) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 14 下一页