03 2018 档案
文件上传
摘要:上传jar包 Java代码 package com.hous.crud.controller; import java.io.IOException; import org.springframework.stereotype.Controller; import org.springframewo
阅读全文
Font Awesome 中文网
摘要:http://www.fontawesome.com.cn/
阅读全文
bootstrap glyphicons
摘要:https://getbootstrap.com/docs/3.3/components/
阅读全文
BootsStrap基本CSS样式
摘要:http://bootstrap.kinghack.com/base-css.html
阅读全文
AngularStrap使用
摘要:http://mgcrea.github.io/angular-strap/#/alerts
阅读全文
BootStrap警告
摘要:https://code.ziqiangxuetang.com/bootstrap/bootstrap-alerts.html
阅读全文
PopupJS弹出框
摘要:https://github.com/jlong/popupjs
阅读全文
angular-cron-gen
摘要:https://github.com/vincentjames501/angular-cron-gen
阅读全文
angular:关于ng-repeat和ng-options
摘要:二者都可用于实现下拉列表,并且度娘上有很多关于两者的内容,此处不再赘述,本文为了说明在最近的项目中遇到的相关问题,可以写成如下格式 另:附上在解决过程中尝试的方法,可能重复,有问题仅做记录(以下简写,以下两种方法都是使用ng-repeat) 【步骤】:列表list中id类型规定为number类型,首
阅读全文
ng-remote-validate远程监听
摘要:https://github.com/webadvanced/ng-remote-validate
阅读全文
ngVerify - 更高效的 angular 表单验证
摘要:https://segmentfault.com/a/1190000006612247
阅读全文
Angular.js与Bootstrap相结合实现表格分页代码
摘要:先给大家简单介绍angular.js和bootstrap基本概念。 AngularJS 是一个 JavaScript 框架。它可通过 <script> 标签添加到 HTML 页面。 AngularJS 通过 指令 扩展了 HTML,且通过 表达式 绑定数据到 HTML。 Bootstrap,来自 T
阅读全文
angularjs ng-repeat倒叙
摘要:<div ng-app="myApp" ng-controller="customersCtrl"> <table> <tr ng-repeat="x in names|orderBy:'Country'| reverse"> <td>{{ x.Name }}</td> <td>{{ x.Count
阅读全文
lodash中文文档
摘要:https://www.lodashjs.com/docs/#_chunkarray-size1
阅读全文
cron表达式 Angular-cron-jobs
摘要:http://angular-cron-jobs.github.io/angular-cron-jobs/#/#noSelectSample
阅读全文
AngularStrap
摘要:http://mgcrea.github.io/angular-strap/#/popovers
阅读全文
Angular File Upload
摘要:http://nervgh.github.io/pages/angular-file-upload/examples/simple/
阅读全文
jquery bootstrap多选框效果下载
摘要:http://www.kuitao8.com/demo/view/id/2039
阅读全文
AngularJS中ng-options实现下拉列表的数据绑定
摘要:下拉列表的简单使用 ng-option指令使用很简单,只需要绑定两个属性: 一个是ng-model用于获取选定的值; 另一个是ng-options用于确定下拉列表的元素数组。 上面这条语句就是把选择的值与engineer.currentActivity进行双向数据绑定,然后列表中的选项是activi
阅读全文
angularjs select 三级联动
摘要:angularjs select 三级联动 省份: 市/区: 县级/区域: {{selected.name}} {{selec...
阅读全文
java实现邮箱发送邮件功能
摘要:(http://www.cnblogs.com/zhangdiIT/p/8184293.html 复制原版) 邮箱验证是一个很常见的功能了,基本上每个网站都会用的到,java也有专门的jar来处理邮件发送等服务,这里只是简单的实现一下发送邮件的功能,具体jar包就不再提供了,我会把所有需要引用的包都
阅读全文
浙公网安备 33010602011771号