
前台相关
清月晨光
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
时间工具类
判断是否是日期类型TimeUtils.isDate(args);获取某天开始、结束时间TimeUtils.getDayTime(n:number);参数 名称 必传 参数类型 n 获取n天前时间,不传则为当天时间 否 number 根据传入的数字,获取n天前的开始结束时间,正数则往后推,负数则往前推import{TimeUtils}from'great-jsutils';functiontestTime(){cons...原创 2020-08-07 21:43:09 · 339 阅读 · 0 评论 -
angular6+,表单异步校验
资源地址:https://www.npmjs.com/package/great-ngform示例代码:https://gitee.com/zhtt/angular-demo示例演示: http://zhtt.gitee.io/angular-demo/angular/dist/angular/#/form/reactivenpm install great-ngform --save...原创 2019-02-25 13:01:22 · 1982 阅读 · 2 评论 -
关于数组操作的npm包
安装npm包npm igreat-jsutils --save导入apiimport {JsUtilsApi, ArrayUtils, Base64, TimeUtils,StringUtils } from "great-jsutils/index";示例1:字符串移除//字符串移除,第一个参数是被操作的数组,第二个参数是需要移除的字符串testArray(){...原创 2018-12-17 11:38:24 · 701 阅读 · 0 评论 -
Angularjs异常
encodeUriSegment原创 2017-01-21 08:47:13 · 960 阅读 · 0 评论 -
个人笔记-CSS
overflow:hidden 会影响 list-style,即当ul 中的li 的overflow 为hidden的时候,list-style不起作用,不显示前面的点、圈等样式原创 2014-12-16 09:22:56 · 887 阅读 · 0 评论 -
html5 css3表单新特性
New Document function showValue(newValue) { document.getElementById("range").innerHTML=newValue; } Your Email address Year Of Crime Your Web address Search the site...原创 2015-01-10 21:37:45 · 1023 阅读 · 0 评论 -
css3 html5 3D动画练习
New Document div{margin-bottom:10px;width:200px;height:100px;}@keyframes myfirst{from {background: red;}to {background: yellow;}}@-moz-keyframes myfirst /* Firefox */{from {background:原创 2015-01-10 10:46:19 · 1931 阅读 · 0 评论 -
HTML5兼容及测试相关
HTML5 验证工具来排除代码错误,地址是:http://validator.nu/或 http://validator.w3.org/原创 2015-01-11 12:17:15 · 795 阅读 · 0 评论 -
html5 css3表单
New Document div{margin:20px;} Oscar Redemption Here`s your chance to set the record straight:tell us what year the wrong film got nominated,and which film shouldhave received a n原创 2015-01-10 20:43:32 · 851 阅读 · 0 评论 -
css3 transform
New Document div{margin: 30px 0px 80px;width: 200px;height: 50px;font-size: 18px;font-weight: bold;background: none repeat scroll 0% 0% #DEE4EE;color: #305999;text-align: center;line-heigh原创 2015-01-08 20:15:31 · 776 阅读 · 0 评论 -
css3 图片翻转效果
webkit内核浏览器下观看 New Document .Qcontainer { height: 100%; width: 28%; position: relative; -webkit-perspective: 800; float: left; margin-right: 2%;}.film { width: 100%; height: 15em;原创 2015-01-08 20:47:39 · 728 阅读 · 0 评论 -
css3过度效果
New Document p a{font-size:20px;display:block;font-weight:bold;background:#00aaFF;color:#FFF;width:200px;padding:10px;text-shadow:0px 1px #ccc;border-radius:5px;box-shadow: 5px 5px 5px hs原创 2015-01-07 21:05:16 · 891 阅读 · 0 评论 -
圆角框练习(1)
Documentpre { width:100px; display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background原创 2014-11-17 14:09:49 · 923 阅读 · 0 评论 -
css让文字旋转270度
通过css样式,控制字段旋转一定角度原创 2014-08-06 08:57:53 · 3838 阅读 · 0 评论