摘要: 一、Ant Design Pro https://github.com/ant-design/ant-design-pro 二、wookteam https://gitee.com/aipaw/wookteam 三、mxGraph https://segmentfault.com/a/1190000 阅读全文
posted @ 2020-11-19 21:06 onceweb 阅读(1232) 评论(0) 推荐(0)
摘要: index.html <!DOCTYPE html><html> <head> <meta charset="utf-8"> <title>window.open</title> <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery 阅读全文
posted @ 2020-10-23 00:21 onceweb 阅读(5728) 评论(0) 推荐(1)
摘要: 文件目录WEB-INF conf jdbc.properties ①sqlserver连接 jdbc.url=jdbc:sqlserver://127.0.0.1:22;databaseName=p18000jdbc.driver=com.microsoft.sqlserver.jdbc.SQLSe 阅读全文
posted @ 2020-10-21 10:43 onceweb 阅读(526) 评论(0) 推荐(0)
摘要: .customScroll ::-webkit-scrollbar-button { background-image: url(customScrollIcon.png); } .customScroll ::-webkit-scrollbar { width: 17px; height: 17p 阅读全文
posted @ 2020-10-20 17:01 onceweb 阅读(344) 评论(0) 推荐(0)
摘要: 一、执行了nginx命令,ip访问不生效,操作如下 ①云服务器 更多 安全组 实例端口检测 ②一件检测 一键放通 二、安装 Nginx 在 CentOS 上,可直接使用 yum 来安装 Nginx(也可以通过下载压缩包、解压、编译的方式安装) yum install nginx -y 三、启动Ngi 阅读全文
posted @ 2020-10-20 00:50 onceweb 阅读(300) 评论(0) 推荐(0)
摘要: 一、css 1、css样式子元素设置:display: inline-block; 父元素(没有设置宽高和绝对定位的情况下)设置: white-space:nowrap;可以让子元素排一列; 2、contain 就是 100% auto ;cover 就是auto 100% 3、bootstrap 阅读全文
posted @ 2020-10-14 14:39 onceweb 阅读(129) 评论(0) 推荐(0)
摘要: WampServer 64下载 phpmyadmin初始密码帐户:root密码为空 一、WampServer 一直为橙色 1、计算机管理中找到 SQL Server Reporting Services 将它停止 2、在右边的操作中找到管理服务器选项,选择停止 (打开Internet Informa 阅读全文
posted @ 2020-10-13 11:25 onceweb 阅读(585) 评论(0) 推荐(0)
摘要: html: <div style="position: absolute;left:0;top: 0;"> <input type="button" onclick="clickFun('baidu')" value="百度网全屏"> <input type="button" onclick="cl 阅读全文
posted @ 2020-09-28 11:07 onceweb 阅读(661) 评论(0) 推荐(0)
摘要: 1、 $("body").click(function(event){ if(!$(event.target).closest("#graphContainer")[0]){ that.propertiesShowWin.setVisible(false);//关闭事件 } }) vue mount 阅读全文
posted @ 2020-09-22 18:11 onceweb 阅读(56) 评论(0) 推荐(0)
摘要: 1.vue优点? 轻量级框架:只关注视图层,是一个构建数据的视图集合,大小只有几十kb; 简单易学:国人开发,中文文档,不存在语言障碍 ,易于理解和学习; 双向数据绑定:保留了angular的特点,在数据操作方面更为简单; 组件化:保留了react的优点,实现了html的封装和重用,在构建单页面应用 阅读全文
posted @ 2020-09-18 13:48 onceweb 阅读(637) 评论(0) 推荐(0)