姜源の云笔记
  • 首页
  • 分类
  • 工具
  • 标签
  • 归档
  • 关于
  • Docsify
  •   

02-响应式布局经验

1. 图片随网页大小变化超过屏幕宽度时,缩小,高度等比例缩小,小于屏幕宽度时,显示原图尺寸: 1234img{ height: auto; max-width: 100%;} 始终随容器宽度变化: 1234img{ width: 100%; height: auto;} 2. 网页整体内容居中123456/* 如果居中后还有留白,则可能内部标签是有 p
2018-05-13
04_网页技术 > 07_Bootstrap
#Bootstrap #响应式

04-BootstrapValidator表单校验

更好的表单校验:Bootstrap Validator 官网(GitHub):https://github.com/nghuuphuoc/bootstrapvalidator 官网(jQuery):https://plugins.jquery.com/bootstrapValidator/ 文档(API):http://bootstrapvalidator.votintsev.ru/api/
2018-05-13
04_网页技术 > 07_Bootstrap
#Bootstrap #校验

05-ECharts数据可视化图表

官网:https://echarts.apache.org/zh/index.html 下载:https://echarts.apache.org/zh/builder.html 实例:https://echarts.apache.org/examples/zh/index.html 教程:https://echarts.apache.org/zh/tutorial.html (官网5分钟上手 E
2018-05-13
04_网页技术 > 07_Bootstrap
#Bootstrap #ECharts

06-demo:旅游网首页

效果图:效果图: 源码 - 初版:123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
2018-05-13
04_网页技术 > 07_Bootstrap
#Bootstrap

02-手机短信验证码

阿里云的短信平台:http://www.aliyun.com搜索短信服务,进入短信服务控制台,设置AccessKey+签名+短信模板。SDK及DEMO下载:https://help.aliyun.com/document_detail/55359.html 注意事项:阿里云短信服务,1条验证码 0.045元,需要有余额才能发送! 1. 环境依赖 bootstrap 框架依赖导入
2018-05-13
04_网页技术 > 10_验证码技术
#验证码

03-邮箱发送验证码

1. 步骤和工具类首先需要准备的东西 我这里以QQ邮箱为例。 点击 设置 ->账户,找到这个页面: 拿到授权码 并保存好: MailUtil 工具类: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
2018-05-13
04_网页技术 > 10_验证码技术
#验证码

01-敏感词&图过滤

百度智能云:https://cloud.baidu.com/campaign/Promotionai/index.html Java SDK 内容接口说明:https://cloud.baidu.com/doc/ANTIPORN/s/tk3h6xdji 依赖: 12345<dependency> <groupId>com.baidu.aip</groupId&
2018-05-13
13_第三方 > 01_Baidu
#BaiduAPI #第三方

02-证件照&营业执照识别

百度智能云:https://cloud.baidu.com/campaign/Promotionai/index.html 依赖: 12345<dependency> <groupId>com.baidu.aip</groupId> <artifactId>java-sdk</artifactId> <versi
2018-05-13
13_第三方 > 01_Baidu
#BaiduAPI #第三方

01-短信验证码

阿里云服务:https://vision.aliyun.com/ 短信服务API:https://help.aliyun.com/document_detail/55284.html 可视化调试:https://api.aliyun.com/new#/?product=Dysmsapi&version=2017-05-25&api=SendSms&tab=DEMO&amp
2018-05-13
13_第三方 > 02_Aliyun
#Aliyun #第三方

02-OSS对象存储

阿里云服务:https://vision.aliyun.com/ OSS对象存储API:https://help.aliyun.com/document_detail/32011.html 1. 简介 2. Demo2.1 依赖12345<dependency> <groupId>com.aliyun.oss</groupId> <artif
2018-05-13
13_第三方 > 02_Aliyun
#Aliyun #第三方
…2728293031323334353637…
CSDN GitHub Hexo Fluid
总访问量(PV) 次, 总访客数(UV) 人