05 2018 档案
摘要:using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;...
阅读全文
posted @ 2018-05-30 10:41
dxm809
摘要:@{ Layout = null;} Index Panel heading without title Panel content ...
阅读全文
posted @ 2018-05-30 10:17
dxm809
摘要:@{ Layout = null;} Index New Inbox4 Message4 Home5 Profile Messag...
阅读全文
posted @ 2018-05-29 20:25
dxm809
摘要:@{ Layout = null;} Index Home Profile Messages Home Profile ...
阅读全文
posted @ 2018-05-29 14:39
dxm809
摘要:@{ Layout = null;} Index Toggle navigation ...
阅读全文
posted @ 2018-05-29 14:39
dxm809
摘要:@{ Layout = null;} Index .col-xs-12 .col-md-8 .col-xs-6 .col-md-4 .co...
阅读全文
posted @ 2018-05-28 21:54
dxm809
摘要:/* 超小屏幕(手机,小于 768px) *//* 没有任何媒体查询相关的代码,因为这在 Bootstrap 中是默认的(还记得 Bootstrap 是移动设备优先的吗?) *//* 小屏幕(平板,大于等于 768px) */@media (min-width: @s...
阅读全文
posted @ 2018-05-28 21:39
dxm809
摘要:@{ Layout = null;} Index 这是 center-block 实例 Hello world Hello world ... ...
阅读全文
posted @ 2018-05-28 21:32
dxm809
摘要:@{ Layout = null;} View1 Email address Password ...
阅读全文
posted @ 2018-05-28 15:58
dxm809
摘要:@{ Layout = null;} View1 @@ @@example.com $ ...
阅读全文
posted @ 2018-05-28 15:41
dxm809
摘要:@{ Layout = null;} View1 Left Middle Right 1 2 ...
阅读全文
posted @ 2018-05-28 15:15
dxm809
摘要:@{ Layout = null;} View1 (默认样式)Default (首选项)Primary (成功)Success (一般信息)Info (警...
阅读全文
posted @ 2018-05-28 14:53
dxm809
摘要:@{ Layout = null;} View1 //注意:jquery版本太低有可能显示不出效果 Action A...
阅读全文
posted @ 2018-05-28 14:46
dxm809
摘要:至少在项目中添加以下三个文件1 添加css文件 2 添加jquery.js 3 添加bootstrap.js
阅读全文
posted @ 2018-05-28 11:17
dxm809
摘要:select * from(select *,row_number()over(order by ProductID) as num from Products) as t where t.num>10 and t.num<30
阅读全文
posted @ 2018-05-21 15:35
dxm809
摘要:IdUserNameUserPassRegTimeEmail using AspExam.BLL;using AspExam.Model;us...
阅读全文
posted @ 2018-05-17 22:35
dxm809
摘要:--> using System;using System.Collections.Generic;using System.Linq;using System.Text;u...
阅读全文
posted @ 2018-05-14 09:40
dxm809
摘要:window onload是指标签加载完成,并且标签资源加载完成;jquery ready是指标签加载完成,标签资源可能未加载完成$(document).ready(function(){});==$(function());
阅读全文
posted @ 2018-05-11 06:49
dxm809
摘要:通用设置两种方式第一种方式:$('').attr();$('').removeAttr();第二种方式:$('').prop();$('').removeProp();css类属性$('').addClass();$('').removeClass();$('').t...
阅读全文
posted @ 2018-05-11 06:49
dxm809
摘要:正则功能:匹配,提取,替换 <!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head> <meta charset="utf-8" /> <title></title> <script> onload = fu
阅读全文
posted @ 2018-05-10 16:57
dxm809
摘要:点击超链接,执行js脚本,而不进行url跳转 方式一:让js函数返回false,在onclick中也返回false; 显示当前时间 方式二:将href指定成一段脚本 点击显...
阅读全文
posted @ 2018-05-03 22:22
dxm809
浙公网安备 33010602011771号