Laravel 搭建 Composer 包,实现配置 Config、门面 Facade、服务 Service、发布到 Packagist 58847 Laravel / 4378 / 7 / 发布于 1年前 / 更新于 1年前 好久没写 php 代码,有需求要写一个内部使用的包,折腾了半天,用最简单 ...
分类:
其他好文 时间:
2021-01-04 10:38:33
阅读次数:
0
添加依赖 <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> <scope>test</scope> </dependency ...
分类:
编程语言 时间:
2021-01-02 11:26:25
阅读次数:
0
MySQL安装配置 #####1 卸载旧版本(如果存在) 检查是否存在mysql:命令行(win+r 打开运行窗口)模式下: mysql --version 卸载教程:https://www.cnblogs.com/wzz2500/p/11361571.html 1 关闭服务:右击计算机 >管理 > ...
分类:
数据库 时间:
2021-01-02 10:50:13
阅读次数:
0
[dcc32 Error] dxGrDate.pas(1402): E2250 There is no overloaded version of 'GetTextExtentPoint32' that can be called with these arguments GetTextExtent ...
分类:
其他好文 时间:
2021-01-01 12:57:20
阅读次数:
0
一、查看Linux内核版本命令(两种方法): 1、cat /proc/version 2、uname -a 二、查看Linux系统版本的命令(3种方法): 1、lsb_release -a,即可列出所有版本信息: 这个命令适用于所有的Linux发行版,包括RedHat、SUSE、Debian…等发行 ...
分类:
系统相关 时间:
2021-01-01 12:51:16
阅读次数:
0
用户和组管理 用户管理 useradd //用户创建命令;创建一个叫linux001的用户(不能用纯数字创建) [root@lc ~]# useradd linux001 [root@lc ~]# id linux001 uid=1000(linux001) gid=1000(linux001) g ...
分类:
系统相关 时间:
2021-01-01 12:49:25
阅读次数:
0
在配置正确,网络正常的情况下下载依赖jar包仍然出现Could not transfer artifact xxxxx,无法从远程获取jar包 在设置中,vm输入命令“-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowa ...
分类:
编程语言 时间:
2021-01-01 12:39:32
阅读次数:
0
Vue基础模板 var vm=new Vue({ el:"#app", data:{ 属性名:属性值, ... }, methods: { 函数名: function () {...}, ... } }) 根组件 new Vue() 全局组件 Vue.component("组件名",{ templa ...
分类:
其他好文 时间:
2021-01-01 12:37:25
阅读次数:
0
docker启动elasticsearch闪退dockerlogselasticsearch......ERROR:[1]bootstrapchecksfailed[1]:maxvirtualmemoryareasvm.max_map_count[65530]istoolow,increasetoatleast[262144]ERROR:Elasticsearchdidnotexitnormall
分类:
其他好文 时间:
2021-01-01 12:33:36
阅读次数:
0
错误截图: 解决方法: 1 找到启动项目的配置文件,web项目为Web.config,控制台项目为app.config 我这里的启动项目为单元测试项目,配置文件为app.config,原始内容如下: 我现在dll的版本为12.0.0.0 修改appconfig如下: ...
分类:
Web程序 时间:
2021-01-01 12:31:51
阅读次数:
0