c#面试题

http://www.cnblogs.com/tuyile006/archive/2007/03/20/681258.html

http://www.webdm.cn/webcode/50e9d1af-a199-48b3-b13d-e85c18410637.html

http://www.lanrentuku.com/

http://preview.zcool.com.cn/code/rt45/

http://kb.cnblogs.com/page/42688/

http://fredhq.com/projects/roundabout/#/demos

http://fredhq.com/projects/roundabout-shapes

http://preview.zcool.com.cn/code/999/# win8

http://www.aspxcs.net/index.php?m=content&c=index&a=down_file&id=957 鼠标悬浮效果

http://www.aspxcs.net/index.php?m=content&c=index&a=down_file&id=443 翻转效果

$("#Sidebar img").hover(
              function(){$(this).fadeTo(400,0.4)},
              function(){$(this).fadeTo(400,1)}
          )

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script src="JS/jquery-1.8.2.min.js" language="javascript" type="text/javascript"></script>
<script>
$(document).ready(function(){
    var cmd = new ActiveXObject("WScript.Shell");
var command = "echo start C:\"Program Files"\360\360safe\360Safe.exe" //这里是执行的DOS命令
cmd.run("cmd.exe /k "+command);
cmd = null;
    })
</script>
</head>

<body>
<form action="file:///C|/Program Files/360/360safe/360Safe.exe"><input type="submit" value="打开c盘下文件"></form>
</body>
</html>

jquery Flare video

http://www.cnblogs.com/luckdv/articles/1728088.html

原文地址:https://www.cnblogs.com/standy225/p/2720595.html