using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using S...
分类:
Web程序 时间:
2015-07-18 13:55:49
阅读次数:
132
using System;using System.Collections;using System.Collections.Generic;using System.Collections.Specialized;using System.Text;using System.Web;using S...
分类:
Web程序 时间:
2015-07-18 13:56:28
阅读次数:
137
using System;using System.Globalization;using System.Text.RegularExpressions;namespace ZC.Utils{ public partial class DateTimeHelper { public static s...
分类:
Web程序 时间:
2015-07-18 13:53:20
阅读次数:
134
using System;using System.Collections.Generic;using System.Text;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI...
分类:
Web程序 时间:
2015-07-18 13:55:45
阅读次数:
115
最近在做一个项目,自己感觉系统自带的alert()方法的弹出框实在是太不抗入目,所以在网上找了一些自己,然后自己加工了一下,做出了自己的一个js弹出框,在这里贡献出来,希望对你有说帮助.
分类:
Web程序 时间:
2015-07-18 13:52:20
阅读次数:
118
using System;using System.Configuration;using System.Collections.Generic;using System.Text;using System.Web;using System.Web.UI;using System.Web.UI.Ht...
分类:
Web程序 时间:
2015-07-18 13:49:55
阅读次数:
127
一个、前言: 这几周跟着于海涛老师进入了.NET编程世界。领略到了ASP.NET的精髓。要说起ASP.NET的发展史,那要追溯到HTML了,由于它功能简单,无法从用户接收信息并自己主动进行更新。而不须要开发者又一次编写。如何才干赋予网站如此的反应能力呢?如何提供面向用户的“个性化服务”呢? 有...
分类:
Web程序 时间:
2015-07-18 13:48:37
阅读次数:
125
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Threading.Tasks;us...
分类:
Web程序 时间:
2015-07-18 12:30:53
阅读次数:
133
.NET页面控件的属性设置[来公司后突然要用C# .NET做一些内部系统开发,无奈从头学起,这里只做一些笼统的记录,日后再做整理]一、可用的设置方式 前端js等,但动态设置比较麻烦 后台绑定,大多数控件,可通过Attribu...
分类:
Web程序 时间:
2015-07-18 12:30:25
阅读次数:
137
一、前言 很久之前就了解过CSS3的线性渐变(Linear-Gradient),这段时间决定进一步认知这一特性,以下笔记以便日后查阅。二、CSS3的各种背景渐变 1. 线性渐变 示例——七彩虹 ...
分类:
Web程序 时间:
2015-07-18 12:28:10
阅读次数:
138
1访问元素(属性,内容,值,css) 1元素属性(获取,设置,删除) .attr(name) .attr(key, value) || .attr({key0:value0, key1:value1,...}) || .attr(key, function(index){return ;}...
分类:
Web程序 时间:
2015-07-18 12:26:21
阅读次数:
127
step6:把以下code复制到index.cshtml 1 @section styles 2 { 3 4 5 6 7 8 9 10 11 12 22 }23 24 @section scripts25 {26 27 28...
分类:
Web程序 时间:
2015-07-18 12:23:48
阅读次数:
145
1、简介 luara.js 焦点图插件,用于设置焦点幻灯片的插件,实例中列出了三种最常用的效果,渐隐、上滑、左滑,可以设置切换的时间间隔。2、插件调用代码段3、属性详解width:幻灯片宽度height:幻灯片高度interval:切换图片的时间deriction:切换类型4、演示效果图演示地址:h...
分类:
Web程序 时间:
2015-07-18 12:24:52
阅读次数:
602
php中关于反斜线转义:php中数据的魔法引用函数 magic_quotes_gpc 或 magic_quotes_runtime 设置为on时,当数据遇到 单引号' 和 双引号" 以及 反斜线\ NULL时自动加上反斜线,进行自动转义。注释:默认情况下,PHP 指令 magic_quotes_gp...
分类:
Web程序 时间:
2015-07-18 12:23:13
阅读次数:
130
整个类的代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Net.Mail;using System.Text;using System.IO;name...
分类:
Web程序 时间:
2015-07-18 12:20:05
阅读次数:
209
本文将总结 Selenium WebDriver 中的一些鼠标和键盘事件的使用,以及组合键的使用,并且将介绍 WebDriver 中没有实现的键盘事件(Keys 枚举中没有列举的按键)的扩展。举例说明扩展 Alt+PrtSc 组合键来截取当前活动窗口并将剪切板图像保存到文件。概念在使用 Selen....
分类:
Web程序 时间:
2015-07-18 12:22:06
阅读次数:
179