- 博客(12)
- 收藏
- 关注
原创 文字向上无限滚动
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>文字从下到上无缝轮播</title> <style> #rollCon { width: 360px; text-align: center; display: block;
2021-11-22 16:03:13 717
原创 kendoUI的charts
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>Kendo UI Snippet</title> <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2020.3.1118/styles/kendo.default-v2.min.css"/> <
2020-12-18 10:36:52 238
原创 ionic自定义改变顶部与Tabs颜色
// 底部的背景颜色 ion-tab-bar{ --background: rgb(241, 241, 241); } // 底部按钮默认的颜色 ion-tab-button { ion-icon, ion-label { color:rgba(58, 38, 38, 0.6) !important; --ion-color-base: rgba(49, 40, 40, 0.6) !important; } } // 底部按钮选中的颜色 ion-tab-button.tab-
2020-10-15 09:34:56 468
原创 ionic生成二维码(测试有效)
第一步安装 支持中文 npm install ngx-qrcode2 --save 不支持中文 npm install angular2-qrcode --save 第二步引入(在需要使用的模块中引入) 第三部使用 TS代码 效果
2020-10-10 09:28:18 273
原创 选择器---多级联动
代码 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style"...
2020-08-20 10:12:33 489
原创 功能------弹窗,一键复制,截屏
点击的按钮 '<button type="button" class=" gdTypeBtn gdTypeBtnActive" onclick="popupShow(\'' + _data.planUuid +'\')">报告</button>' 方法 // 这里是弹框的js var mask = mui.createMask(function() { return false; }); //callback为用户点击蒙版时自动执行的回调; // ma
2020-08-20 09:35:04 268
原创 制作有提示的搜索框
<header class="mui-bar mui-bar-nav" style="margin: 0px;height: 34px;margin-top:6px;"> <div style="width:100%;height:100%;background-color: #fff;position: relative;box-shadow: 0px 2px 1px #c8c6c2;border-radius: 3px;"> <!-- <a
2020-07-31 16:40:32 311
原创 vue项目创建tabbar
<van-tabbar v-model="tabIndex" router border fixed z-index="10" active-color="#42B0ED" inactive-color="#2A2A2A"> <van-tabbar-item replace :to="item.path" v-for="(item,index) in tabbarList" :key="index"> <span>{{item...
2020-07-17 21:37:08 195
原创 Vue -- vue项目,执行npm install,出现错误:Can‘t find Python executable “python“, you can set the PYTHON
执行如下命令: npm install --python=python2.7 npm config set python python2.7 若不是默认安装,需要指定python位置:npm config set python phthon安装路径 ,如npm config set python D:/python/python.exe
2020-07-17 21:33:03 1938
原创 MySQL基础环境配置
MySQL笔记 数据库 关系型数据库:MySQL MariaDB Oracle PostgreSQL 非关系型数据库:MongoDB Redis Memcached 安装并配置环境变量 1.配置环境变量 1.进入MySQL安装目录bin目录 2.复制目录路径 3.找到我的计算机->右键属性->高级系统设置->高级->环境变量->找到path,点击编辑->在原来值得基础上添加英文的 ; 然后将刚才复制的路径粘贴,点击完成 4.打开cmd命
2020-06-02 10:51:09 329
转载 如何转载博客
如何转载别人的csdn博客 转载来源 https://blog.csdn.net/qq_31001889/article/details/80322564 实践 检查。在喜欢的博客页面右键(用快捷键ctrl+shift+I也行只是比较难找到相应想要的html码)选择“检查”,出现如下界面: 找目标。把鼠标停靠在上图中“类似菜单的东西”里的各个“菜单”,看左边有颜色...
2020-06-02 10:50:40 210
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人