摘要: 实例 实例 规定段落中的文本不进行换行: nowrap:文本不会换行,文本会在在同一行上继续,直到遇到 <br> 标签为止。 阅读全文
posted @ 2016-07-18 11:09 jacketlin 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 解决弹框问题 阅读全文
posted @ 2016-07-15 17:19 jacketlin 阅读(8789) 评论(0) 推荐(0) 编辑
摘要: URL无法显示某些特殊符号,这个时候就要使用编码了。编码的格式为:一个百分号,后面跟对应字符的ASCII(16进制)码值。例如 空格的编码值是"%20"。(ASCII参考)URL中的特殊字符特殊含义 十六进制值 1.+ 表示空格(在 URL 中不能使用空格) %20 2./ 分隔目录和子目录 %2F 阅读全文
posted @ 2016-07-06 16:33 jacketlin 阅读(440) 评论(0) 推荐(0) 编辑
摘要: mvc页面跳转 阅读全文
posted @ 2016-07-06 16:31 jacketlin 阅读(567) 评论(0) 推荐(0) 编辑
摘要: window.frameElement的使用。 阅读全文
posted @ 2016-07-04 10:09 jacketlin 阅读(2695) 评论(0) 推荐(0) 编辑
摘要: Int: tinyint 非常小的整数:一个字节。8位 smallint 较小整数: mediumint 中等大小整数 3个字节:最大支持16777215 int 标准整数 bigint 较大整数 浮点数 float 单精度浮点数 double 双精度浮点数 decimal 一个串的浮点数 阅读全文
posted @ 2016-06-29 10:00 jacketlin 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Javascript刷新页面的几种方法: window.navigate(location)location.reload()location=locationlocation.assign(location)location.replace(location)history.go(0)docume 阅读全文
posted @ 2016-06-21 15:48 jacketlin 阅读(116) 评论(0) 推荐(0) 编辑
摘要: RenderPartial: 通常被用来显示一个功能相对独立的“块”,比如说显示菜单或者导航条。 RenderPartial输出的结果被作为调用的View的一部分显示。 这个方法会直接将结果写入到当前请求的http response数据流中,这意味着它使用了和当前webpage/template使用 阅读全文
posted @ 2016-06-06 19:31 jacketlin 阅读(807) 评论(0) 推荐(0) 编辑
摘要: jquery使用手册:http://www.eduyo.com/doc/jquery/cheatsheet.html $(this).hasClass("input_money") parseInt(0) 阅读全文
posted @ 2016-05-31 17:07 jacketlin 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 引用: 配置文件: <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="UA_Service" value="http://testserver3:3300/WebService/LoginSe 阅读全文
posted @ 2016-01-28 13:39 jacketlin 阅读(271) 评论(0) 推荐(0) 编辑