一路繁花似锦绣前程
失败的越多,成功才越有价值

导航

 
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页

2021年6月1日

摘要: 一、创建时间和更新时间 CREATE TABLE `mytest` ( `text` VARCHAR (255) DEFAULT '' COMMENT '内容', `create_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT ' 阅读全文
posted @ 2021-06-01 14:05 一路繁花似锦绣前程 阅读(80) 评论(0) 推荐(0)
 

2021年5月28日

摘要: ###一、swagger #####1、配置pom.xml <dependency> <groupId>com.spring4all</groupId> <artifactId>swagger-spring-boot-starter</artifactId> <version>1.9.1.RELEA 阅读全文
posted @ 2021-05-28 17:02 一路繁花似锦绣前程 阅读(83) 评论(0) 推荐(0)
 

2021年5月25日

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>自定义input[type='file']样式</title> </head> <body> <input type="file"/> <style type= 阅读全文
posted @ 2021-05-25 12:48 一路繁花似锦绣前程 阅读(110) 评论(0) 推荐(0)
 

2021年4月27日

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>my-vue</title> <style> #app { width: 600px; height: 300px; overflow: auto; } tab 阅读全文
posted @ 2021-04-27 18:24 一路繁花似锦绣前程 阅读(703) 评论(0) 推荐(0)
 

2021年4月23日

摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>点划线边框</title> </head> <body> <div></div> <style> div { width: 100px; height: 100 阅读全文
posted @ 2021-04-23 10:28 一路繁花似锦绣前程 阅读(689) 评论(0) 推荐(0)
 

2021年4月17日

摘要: 一、快速入门 1、关闭防火墙 systemctl disable firewalld systemctl stop firewalld 2、安装etcd和kubernetes软件 yum update yum install -y etcd kubernetes 3、启动服务 systemctl s 阅读全文
posted @ 2021-04-17 05:39 一路繁花似锦绣前程 阅读(71) 评论(0) 推荐(0)
 

2021年4月8日

摘要: <!DOCTYPE html> <html> <head> <title>js调用摄像头并截图转file对象</title> <meta charset="utf-8"/> </head> <body> <video id="video" width="300" height="300"></vid 阅读全文
posted @ 2021-04-08 21:28 一路繁花似锦绣前程 阅读(251) 评论(0) 推荐(0)
 

2021年3月31日

摘要: 1、npm i -S mavon-editor 2、plugins新建mavon-editor.js import Vue from 'vue' import mavonEditor from 'mavon-editor' Vue.use(mavonEditor) 3、配置nuxt.config.j 阅读全文
posted @ 2021-03-31 22:18 一路繁花似锦绣前程 阅读(439) 评论(0) 推荐(0)
 

2021年3月25日

摘要: 1、npm i -S cookie-universal-nuxt 2、nuxt.config.js modules: [ 'cookie-universal-nuxt' ] 3、使用 * 服务端(store/index.js) const actions = { // nuxt提供的,每次刷新页面都 阅读全文
posted @ 2021-03-25 13:09 一路繁花似锦绣前程 阅读(520) 评论(0) 推荐(0)
 
摘要: 1、npm i -D cross-env 2、配置package.json "scripts": { "dev": "cross-env NODE_ENV=dev nuxt", "build": "nuxt build", "start": "cross-env NODE_ENV=prod nuxt 阅读全文
posted @ 2021-03-25 13:08 一路繁花似锦绣前程 阅读(274) 评论(0) 推荐(0)
 
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页