1.https://getcomposer.org/download/ 点击xx.exe下载,并且安装7.1.x左右的PHP版本,选择php.exe文件位置进行安装 2.使用composer -v,查看是否安装成功 3.composer config -g repo.packagist compos ...
分类:
其他好文 时间:
2020-06-25 15:56:20
阅读次数:
43
Create Python visuals in Power BI Desktop Select the Python visual icon in the Visualizations pane. In the Enable script visuals dialog box that appea ...
分类:
编程语言 时间:
2020-06-25 15:45:58
阅读次数:
91
从零开始参考 : https://www.cnblogs.com/cxk1995/p/5800196.html 由于我已经建好了私有库,所以通过如下步骤提交本地代码 0. 在github已经创建好的repo页面,点击“Clone”获取 <web URL>. 1. 将remote repo 克隆到本地 ...
分类:
其他好文 时间:
2020-06-25 12:20:01
阅读次数:
70
一、安装 wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo yum -y install apac ...
分类:
其他好文 时间:
2020-06-25 11:59:31
阅读次数:
84
FormCreate 加一条 ReportMemoryLeaksOnShutdown:=true; 退出程序的时候,如果有内存泄漏,会弹出一个对话框. *1就是有1个,3就是有3个,2就是有2个 13 - 20 bytes: TJSONNumber x 1, TJSONObject x 1, TJS ...
今天在 Linux 上安装 mysql-server 的时候,出现了以下这个问题。(环境是 Centos 7) 没有可用软件包 mysql-server。 错误:无须任何处理 解决方法: 1.下载相应 rpm 包: wget http://repo.mysql.com/mysql-community ...
分类:
数据库 时间:
2020-06-24 18:07:57
阅读次数:
59
项目汇报要录制一些视频和截图、Gif 等,于是就收集了一些好用的软件,安装方法如下,使用方法都很容易就不介绍了: 1. 录屏 SimpleScreenRecorder(建议) sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder ...
分类:
系统相关 时间:
2020-06-24 00:29:30
阅读次数:
95
How to show git log history for a sub directory of a git repo? git log a b c ...
分类:
其他好文 时间:
2020-06-23 15:57:52
阅读次数:
44
Springboot返回json格式 1、技术概述 该技术是解决springboot如何返回json格式的问题。学习该技术的起因是我们组的项目需要接口返回json格式,有时还需要多重嵌套返回要求的格式。技术难点 主要在返回嵌套json格式,如何正确的装配并返回也是一个难点。 2、技术详述 核心是使用 ...
分类:
编程语言 时间:
2020-06-23 15:44:44
阅读次数:
114
备份文件: # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors tha ...
分类:
其他好文 时间:
2020-06-23 11:43:38
阅读次数:
63