随笔分类 -  资源

摘要:https://github.com/bedlate/vue-data-loading Examples examples Installation npm install vue-pull-to --save Use Setup <template> <div> <pull-to :top-loa 阅读全文
posted @ 2018-05-07 16:18 创业男生 编辑
摘要:git使用ssh密钥 git支持https和git两种传输协议,github分享链接时会有两种协议可选: git协议链接图例 : ↓ https协议链接图例:↓ git使用https协议,每次pull, push都会提示要输入密码,使用git协议,然后使用ssh密钥,这样免去每次都输密码的麻烦 初次 阅读全文
posted @ 2018-05-04 11:42 创业男生 阅读(444) 评论(0) 推荐(0) 编辑
摘要:附录:个人的VSCode首选项配置(仅供参考) { "editor.tabSize": 2, "files.associations": { "*.vue": "vue" }, "eslint.autoFixOnSave": true, "eslint.options": { "extensions 阅读全文
posted @ 2018-05-04 10:17 创业男生 编辑
摘要:https://rsuitejs.com 阅读全文
posted @ 2018-04-25 14:39 创业男生 编辑
摘要:MUI:http://dcloudio.github.io/mui/(使用H5+app模式,号称是最接近原生,但是目前在手机和电脑浏览器无法使用) app-framework:http://app-framework-software.intel.com/ (有Android、iOS等主题样式可供选 阅读全文
posted @ 2018-04-19 16:39 创业男生 编辑
摘要:https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ 阅读全文
posted @ 2018-04-19 16:03 创业男生 编辑
摘要:/* html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline) v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark html5doctor.com/html-5-reset-stylesheet/*/ html, body, div... 阅读全文
posted @ 2018-04-19 15:05 创业男生 阅读(183) 评论(0) 推荐(0) 编辑
摘要:更多: http://l-lin.github.io/font-awesome-animation/ 阅读全文
posted @ 2018-03-12 15:59 创业男生 编辑
摘要:先附上一张货真价实的效果图: 以上部分代码,为了适应我司项目的需求,原来插件源码大改(因为项目中下拉框用了select2,所以原来插件的下拉框就有问题了,在加上原来插件本身就有点问题,特别是农历 、节气....),具体代码不做阐述,如有类似需求,请私信。主要脚本代码如下: 阅读全文
posted @ 2017-11-23 10:33 创业男生 阅读(4095) 评论(3) 推荐(0) 编辑
摘要:https://www.ag-grid.com/javascript-grid-resizing/ 最全的报表 组件https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ODataService/Angular/MaterialTe 阅读全文
posted @ 2017-11-14 15:02 创业男生 编辑
摘要:一、animates.css animate.css是来自dropbox的工程师Daniel Eden开发的一款CSS3的动画效果小类库。包含了60多款不同类型的CSS3动画,包括:晃动,闪动,各种淡出淡出效果,如果你想快速的整合各种CSS3动画特效的话,使用它即可方便的实现。 查看演示: http 阅读全文
posted @ 2017-11-10 11:10 创业男生 编辑
摘要:1. debugger 除了console.log, debugger是我们最喜欢、快速且肮脏的调试工具。执行代码后,Chrome会在执行时自动停止。你甚至可以把它封装成条件,只在需要时才运行。 if (thisThing) { debugger; } 2. 用表格显示对象 有时, 有一组复杂的对象 阅读全文
posted @ 2017-11-07 10:24 创业男生 阅读(226) 评论(0) 推荐(0) 编辑
摘要:改造特性: 适应业务需要,选项里面包含“其他”其它”,可以点击填写并设置自定义选项 效果图: 具体代码不做阐述,如有类似需求,请私信。主要源码: 阅读全文
posted @ 2017-09-20 14:49 创业男生 阅读(3434) 评论(0) 推荐(0) 编辑
摘要:改动特性: 1.支持回调,可用于ajax提交 2.提示框样式修改,原版太丑,修改成bootstrap的popover 样式 原版还存在缺陷:被校验的表单元素设置不灵活,还得加上id、name 什么的,建议设置个data-id等属性,有时间再改,效果和jquery-validate差不多,气泡效果提示 阅读全文
posted @ 2017-09-20 13:58 创业男生 阅读(690) 评论(0) 推荐(0) 编辑
摘要:// 服务层 , import默认会找该目录下index.js的文件,这个可能有小伙伴不知道 // 可以去了解npm的引入和es6引入的理论概念 import axiosPlugin from "./server"; Vue.use(axiosPlugin); 对axios的封装(AXIOS:ind 阅读全文
posted @ 2017-08-30 18:18 创业男生 编辑
摘要:一、安装配置依赖 1) vue init webpack-simple 项目名称 2) cnpm install 3 ) npm run dev 4 ) cnpm install vuex vue-router axios -D 5 ) cnpm install style-loader css-l 阅读全文
posted @ 2017-07-07 14:52 创业男生 阅读(248) 评论(0) 推荐(0) 编辑
摘要:H5技术干货 meta标签相关知识 H5页面窗口自动调整到设备宽度,并禁止用户缩放页面 <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,us 阅读全文
posted @ 2017-07-07 14:49 创业男生 编辑
摘要:滴滴cube-ui https://didi.github.io/cube-ui/#/zh-CN/docs/quick-start 有赞开源Vant(适合做商城) https://tech.youzan.com/vant-1-release/?from=timeline Radon-UI https 阅读全文
posted @ 2017-07-07 12:02 创业男生 编辑
摘要:综合类综合类 地址前端知识体系 http://www.cnblogs.com/sb19871023/p/3894452.html前端知识结构 https://github.com/JacksonTian/fksWeb前端开发大系概览 https://github.com/unruledboy/Web 阅读全文
posted @ 2017-07-07 11:20 创业男生 编辑
摘要:JFinal / JFinal JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标是开发迅速、代码量少、学习简单、功能强大、轻量级、易扩展、Restful。在拥有Java语言所有优势的同时再拥有ruby、python、php等动态语言的开发效率!为您节约更多时间,去 阅读全文
posted @ 2017-06-05 22:19 创业男生 阅读(823) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示