[20190520]exp imp on th fly.txt--//以前做的测试,查找浪费许多时间,做1个记录。--//注:仅仅linux 操作系统,bash shell版本不能太低就可以实现,现在安装的linux bash shell应该都没有问题。1.环境:SCOTT@book> @ ver1 ...
分类:
其他好文 时间:
2019-05-20 21:06:28
阅读次数:
137
这篇文章讲了angular reactive form, 这里是angular file upload 组件 https://malcoded.com/posts/angular-file-upload-component-with-express/ 原文:https://malcoded.com/ ...
分类:
其他好文 时间:
2019-05-14 19:24:52
阅读次数:
138
{$banner.title} function copyUrl2() { var Url2=document.getElementById("biao1").innerText; var oInput = document.createElement('input'); oInput.value ... ...
分类:
Web程序 时间:
2019-05-06 15:51:47
阅读次数:
138
get请求的utl数据是这样的,例如:/banner/findBanner?bannerType=1&_=1556107073181 如果参数比较多的话如何自动拼接呢 ...
分类:
编程语言 时间:
2019-05-06 14:38:44
阅读次数:
573
功能简介:包含上一页、下一页、首页、尾页、跳转页面等功能。 编码寄语:化繁为简,则豁然开朗。 运行截图: 关键步骤: $page_banner = "<a href='".$_SERVER['PHP_SELF']."?p=" .($page-1) . "'><上一页</a>"; $page_bann ...
分类:
数据库 时间:
2019-05-05 11:46:18
阅读次数:
129
小程序文档例子,要放到函数当中 获取到图片地址http://127.0.0.1/minishop/public/uploads/banner/20190429\4b486348be1b3b6f226584d8be5fec75.jpg tp5上传图片地址日期后默认是\,在网页中使用是不会有问题的,但是 ...
分类:
微信 时间:
2019-04-30 21:32:57
阅读次数:
334
作用:使不同的类之间进行协调配合(220V的电压经过适配器给12V的电脑供电) Adapt模式有以下两种: 1.类适配器模式(使用继承的适配器) UML类图:后补 Banner类: print接口: PrintBanner类: 主函数: 2.对象适配器模式(使用委托的适配器) UML类图:后补 pr ...
分类:
其他好文 时间:
2019-04-27 13:06:07
阅读次数:
168
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>轮播图</title> 6 </head> 7 <body> 8 <img id="lunbo" src="img/banner_1.jpg ...
分类:
编程语言 时间:
2019-04-27 00:35:28
阅读次数:
191
1,全部都是占满行。 2,使用百分比定义宽度,width:100%; 或者max-width:1200px; min-width:800px; 3,块级元素添加margin:0 auto; 左右自适应宽度居中。 4, height=line-height; text-align:center; 块级 ...
分类:
其他好文 时间:
2019-04-06 14:24:01
阅读次数:
134
CSS命名规则: 头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:logo 广告:banner 页 ...
分类:
Web程序 时间:
2019-04-03 12:43:07
阅读次数:
188