上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 132 下一页

2022年12月9日

单个子元素靠右

摘要: https://www.cnblogs.com/taoshihan/p/16820008.html 设置display:flex后 flex布局设置单个子元素靠右 比如有三个元素: <div> <div></div> <div></div> <div></div> </div> 最外层的设置disp 阅读全文

posted @ 2022-12-09 13:48 四海骄阳 阅读(194) 评论(0) 推荐(0)

2022年12月6日

Sql Server sql语句创建索引

摘要: https://blog.csdn.net/beautifull001/article/details/125178715 create index [index_mode] on [cn_name]([car_mode]);index_mode自定义索引名 cn_name表名 car_mode列名 阅读全文

posted @ 2022-12-06 09:58 四海骄阳 阅读(1288) 评论(0) 推荐(0)

2022年12月4日

uniapp和vue的区别

摘要: https://m.php.cn/article/481418.html uniapp和vue的区别 uni-app可以编译到(头条,支付宝,微信,QQ,百度)小程序,安卓版,ios版,h5版。通过打包实现一套代码多端运行;vue在web上是为单页应用而生的,在app上,单页应用会卡死。 uni-a 阅读全文

posted @ 2022-12-04 18:27 四海骄阳 阅读(226) 评论(0) 推荐(0)

2022年12月2日

方便门诊

摘要: 方便门诊是直接去前台取一个方便号(需支付1元钱),直接让方便号的医生开具相关检查项目。再等自己挂的专家号到了,直接将检查结果给医生看即可。方便门诊的主要服务内容是开非处方药、检查单、为慢性病患者开常用药。出于用药安全考虑,处方药品是不能直接在方便门诊开的(《慢性病门诊治疗专用病历》中记载药品除外)。 阅读全文

posted @ 2022-12-02 15:19 四海骄阳 阅读(2014) 评论(0) 推荐(0)

2022年12月1日

css 透明度

摘要: .box3{ width: 200px; height: 200px; background-color: yellowgreen; position: absolute; top: 200px; left: 200px; z-index: 30; /** * 设置元素的透明背景 * opacity 阅读全文

posted @ 2022-12-01 22:05 四海骄阳 阅读(53) 评论(0) 推荐(0)

pom.xml报错web.xml is missing and <failOnMissingWebXml> is set to true

摘要: https://www.cnblogs.com/suziyu/p/11048360.html 一、web.xml is missing and <failOnMissingWebXml> is set to true 原因是在项目中缺少web.xml,且<failOnMissingWebXml>被设 阅读全文

posted @ 2022-12-01 15:01 四海骄阳 阅读(89) 评论(0) 推荐(0)

2022年11月30日

SpringBoot 如何实现异步编程

摘要: https://blog.csdn.net/m0_60028455/article/details/121650608 首先我们来看看在Spring中为什么要使用异步编程,它能解决什么问题? 为什么要用异步框架,它解决什么问题? 在SpringBoot的日常开发中,一般都是同步调用的。但实际中有很多 阅读全文

posted @ 2022-11-30 15:59 四海骄阳 阅读(884) 评论(0) 推荐(0)

IntelliJ IDEA:Unregistered VCS root detected. The directory…is under Git, but is not registered in t

摘要: https://blog.csdn.net/CHENYUFENG1991/article/details/74136439/ 当我们在IDEA中导入一个Git项目或者初始化一个Git项目的时候,往往会出现“Unregistered VCS root detected. The directory…i 阅读全文

posted @ 2022-11-30 13:17 四海骄阳 阅读(542) 评论(0) 推荐(0)

idea创建SpringBoot项目时,Type 选择 maven project 和maven pom 有什么区别?

摘要: https://blog.csdn.net/bin_0203/article/details/121841615 在操作到Type选项时有四种项目类型可供选择: Maven Project (Generate a Maven based project archive) Maven POM (Gen 阅读全文

posted @ 2022-11-30 10:42 四海骄阳 阅读(207) 评论(0) 推荐(0)

2022年11月28日

Nginx SSL证书部署指南

摘要: https://help.xinruiyun.cn/doc/482-698.html 一、 安装 SSL 证书的环境 1.1 SSl 证书安装环境简介 Centos 6.4 操作系统;Nginx 1.9.1;Openssl 1.0.1+;SSL 证书一张(备注:本指南使用 s.wosign.com  阅读全文

posted @ 2022-11-28 22:14 四海骄阳 阅读(1290) 评论(0) 推荐(0)

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 132 下一页

导航