码迷,mamicode.com
首页 >  
搜索关键字:@component @controller @service @repository    ( 41522个结果
Redis:设置 AUTH 密码
1. 临时密码(关闭redis,密码失效) (1)首先进入redis,如果没有开启redis则需要先开启: 命令行启动:其中a、b一起启动,c则另一命令行启动a、.\redis-server.exe 服务启动b、.\redis.windows-service.conf 服务配置c、.\redis-c ...
分类:其他好文   时间:2021-04-01 13:37:58    阅读次数:0
vue项目打包分析
修改package.json中的script,在build后面加个 --report "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --report", "lint": "vue-cli- ...
分类:其他好文   时间:2021-04-01 13:17:14    阅读次数:0
naco常用命令
最后我们可以通过 docker ps 命令查看容器的运行信息: docker ps 1.# 列出本机的所有 image 文件。 $ docker image ls 案例: docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE redis 5 aa2 ...
分类:其他好文   时间:2021-03-31 12:35:36    阅读次数:0
Azure Service Bus(2)
先去NuGet里安装Service Bus 组件 下面是应用,贼简单 var MethodCont = new JObject { new JProperty("vendorCode",EclpNum),//商家编码 new JProperty("waybillCode",TripNumber),/ ...
分类:其他好文   时间:2021-03-31 12:29:07    阅读次数:0
如何:调试 Windows 服务应用程序
如何:调试 Windows 服务应用程序 https://docs.microsoft.com/zh-cn/dotnet/framework/windows-services/how-to-debug-windows-service-applications 官网地址 <main id="main" ...
分类:Windows程序   时间:2021-03-31 12:23:33    阅读次数:0
mysql的用户管理
1,mysql重置root密码。 编辑配置文件 /etc/my.cnf ,在[mysqld]后面任意一行添加“skip-grant-tables”用来跳过密码验证 接下来我们需要重启MySQL,使用service mysqld restart 进入mysql中重置密码, mysql> update ...
分类:数据库   时间:2021-03-31 12:22:32    阅读次数:0
Linux上设置redis的开启自启动的方法(适用于centos 7及以上版本)
网上很多帖子有在Linux上安装Redis的分享,这里我就不再多介绍。 redis在centos7中的开机自启在系统服务目录里创建redis.service文件 vi /etc/systemd/system/redis.service 写入以下内容:[Unit]Description=redis-s ...
分类:系统相关   时间:2021-03-31 12:13:38    阅读次数:0
mysql 多实例构建
1- 多实例准备数据存储路径,2- 配置文件 详细,3- 初始化多实例数据库,4- systemctl启动数据库配置,5- 验证多实例 ...
分类:数据库   时间:2021-03-31 11:52:50    阅读次数:0
Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.
启动项目突然报错,异常信息为一下情况: 解决方法: 修改当前项目下: .idea\workspace.xml 找到<component name="PropertiesComponent">,在里面添加<property name="dynamic.classpath" value="true" / ...
分类:移动开发   时间:2021-03-31 11:50:39    阅读次数:0
ElementUI 表单校验 有内容仍然会提醒
参照:elementUI官方文档 https://element.eleme.cn/#/zh-CN/component/form 常见错误,几个要点: <template>中 1.<el-form>标签中, model 和 rules属性 未填 2.<el-form-item>标签中,prop属性 ...
分类:其他好文   时间:2021-03-30 13:56:39    阅读次数:0
41522条   上一页 1 ... 31 32 33 34 35 ... 4153 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!