1、安装AspectJ: 从http://www.eclipse.org/aspectj/downloads.php下载AspectJ(目前发布的最新版为1.6.3),双击下载下来的jar文件,完成AspectJ的安装;然后吧AspectJ安装目录下的lib中的“aspectjrt.jar”复制到J...
分类:
Web程序 时间:
2015-06-24 12:42:48
阅读次数:
183
想写写关于矩阵变换的博文已经想了很久了,今天看到 winter 写的一篇博客CSS3:transform与transition背后的数学原理,于是就促成了本文。注意,下面的演示内容需要现代浏览器支持。比如Chrome/Firefox/Opera。阅读器中无法看到演示。矩阵是线性代数中的内容,在计算机...
分类:
Web程序 时间:
2015-06-24 12:40:52
阅读次数:
257
function showKeyPress(evt) { evt = (evt) ? evt : window.event return checkSpecificKey(evt.keyCode); } function checkSpecificKey(k...
分类:
Web程序 时间:
2015-06-24 12:40:30
阅读次数:
176
通过对PHP语言的学习,应该知道它是基于函数的一款HTML脚本语言。庞大的函数库支持着PHP语言功能的实现。下面我们为大家介绍有关PHP函数isset()与empty()的相关用法。PHP的isset()函数 一般用来检测变量是否设置格式:bool isset ( mixed var [, mixe...
分类:
Web程序 时间:
2015-06-24 12:39:41
阅读次数:
133
html{filter:fliph}body{-webkit-transform:rotateY(180deg);-moz-transform:skew(0deg,180deg)scale(-1,1);-o-transform:skew(0deg,180deg)scale(-1,1);transfo...
分类:
Web程序 时间:
2015-06-24 12:38:58
阅读次数:
143
出处:CSS 参考手册 http://www.w3school.com.cn/cssref/index.asp text-decoration 属性说明:这个属性允许对文本设置某种效果,如加下划线。如果后代元素没有自己的装饰,祖先元素上设置的装饰会“延伸”到后代元素中。不要求用户代理支持 blink...
分类:
Web程序 时间:
2015-06-24 12:36:40
阅读次数:
158
----------------------------渲染一个Action:@{Html.RenderAction("Rulelist", "AjaxReuqestData",new { area = "AjaxTest" });}public ActionResult Rulelist() .....
分类:
Web程序 时间:
2015-06-24 12:30:17
阅读次数:
140
// 收缩菜单 $("#leftMenu li h3").click(function(){ $v = $(this).next('.ajax').css('display'); if($v =='none'){ $(this)...
分类:
Web程序 时间:
2015-06-24 12:30:35
阅读次数:
147
鼠标事件是在用户移动鼠标光标或者使用任意鼠标键点击时触发的。 (1):click事件:click事件于用户在元素敲击鼠标左键,并在相同元素上松开左键时触发。 $('p').click(function(){ alert('click function is running !'); }); (2):...
分类:
Web程序 时间:
2015-06-24 12:29:03
阅读次数:
149
http协议学习系列1.基础概念篇1.1介绍 HTTP是Hyper Text Transfer Protocol(超文本传输协议)的缩写。它的发展是万维网协会(World Wide Web Consortium)和Internet工作小组IETF(Internet Engineering Task ...
分类:
Web程序 时间:
2015-06-24 12:29:49
阅读次数:
133
import com.eviware.soapui.support.GroovyUtils def groovyUtils = new GroovyUtils( context )def holder = groovyUtils.getXmlHolder( "Get Token#Response" ...
分类:
Web程序 时间:
2015-06-24 12:30:38
阅读次数:
122
Web应用程序性能优化学习笔记1、使用瀑布图初步诊断网站性能瓶颈一般来说,打开一个网页的速度会受到以下几项的影响:1)服务器花了太长的时间将.aspx页面的内容转化为html。2).aspx页面花了太长的时间从服务器端将内容发送到客户端。3)页面上的图片或者flash文件花了太长的时间从服务器端发送...
分类:
Web程序 时间:
2015-06-24 12:27:31
阅读次数:
119
一、动画效果的常用属性实现动画效果需要借助css3的下列属性:transform,transion,animation(具体可以参见教材)二、动画效果实例 1)文字闪烁的动画效果/*文字的闪烁效果*/@-webkit-keyframes blink{ 0%{ opacity:0...
分类:
Web程序 时间:
2015-06-24 12:26:31
阅读次数:
207
扫描入库 /busi/sample/css/index2.css" /> /busi/sample/css/main.css" /> 病历号 病名 ...
分类:
Web程序 时间:
2015-06-24 12:26:16
阅读次数:
103
A*初步A*要保证最短路一定要估价函数小于实际值,越接近越好/*jerryRey转载请注明出处,谢谢http://www.cnblogs.com/jerryRey/*/#include#include#include#includeusing namespace std;const int N = ...
分类:
Web程序 时间:
2015-06-24 12:27:38
阅读次数:
135
using System;using System.Data;using System.Configuration;using System.Linq;using System.Web;using System.Web.Security;using System.Web.UI;using Syste...
分类:
Web程序 时间:
2015-06-24 12:25:24
阅读次数:
116
工具报废移除 /busi/css/reset.css" rel="stylesheet" type="text/css" /> /busi/css/newMain.css" rel="stylesheet" type="text/css" /> ...
分类:
Web程序 时间:
2015-06-24 12:25:02
阅读次数:
597