安装composer报错Project directory fecshop/ is not empt
分类:
其他好文 时间:
2020-07-11 09:44:29
阅读次数:
80
一个网站需求说明书的示例1) Project OverviewDescribe the business and industry. Outline your main business goals and what services/solutions you want to provide.2)... ...
分类:
Web程序 时间:
2020-07-11 00:08:36
阅读次数:
174
新建一个空文件夹,记住路径(这里右键pycharm打开更省事); 打开pycharm,点击file、点击settings; 选中project interpreter 点击下拉,点击show all; 点击右上角加号,选择virtualenv environment 选择new environmen ...
分类:
其他好文 时间:
2020-07-10 23:51:22
阅读次数:
82
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver 刚开始开发登录窗体时,用的是eclipce,数据库连接总是出问题,会出现--找不到jdbc驱动,后来在百度上面搜索的方法也没能解决问题,偶然在一篇博客上看到用idea添加jdbc驱动。 方 ...
分类:
数据库 时间:
2020-07-10 21:28:21
阅读次数:
85
Developing a multi-module application where the backend runs on Spring Boot and the frontend is powered by Angular is far less complicated than one mi ...
分类:
编程语言 时间:
2020-07-10 19:34:06
阅读次数:
88
用Android studio导入一个项目时,可以会报Add Google Maven repository and sync project有可能的解决方法如下:在项目的build.gradle中修改如下: buildscript { repositories { maven{ url 'http ...
分类:
其他好文 时间:
2020-07-10 19:08:47
阅读次数:
159
pytest相对unittest来说,有很多优点,比如pytest有大量的插件,用例失败可以定义重新执行几次.... 前置:安装pytest; 使用pycharm打开settings,在project点击+搜索pytest后点击install即可 一、pytest的命名规则: 1、运行的.py文件必 ...
分类:
其他好文 时间:
2020-07-10 19:02:39
阅读次数:
80
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch ...
分类:
其他好文 时间:
2020-07-10 19:01:48
阅读次数:
42
今天更改一个文件时,远程仓库更改了文件,但是已经对文件做了修改,所以不是git pull下来,无奈只好撤销修改,但是不知道怎么撤销,查看了廖雪峰的教程 https://wiki.jikexueyuan.com/project/git-tutorial/undo-modify.html 命令git c ...
分类:
其他好文 时间:
2020-07-10 15:13:08
阅读次数:
60
安装 下载软件 → 安装 → Edit Custom VM option 填一行(-javaagent:) → 重启 → 输入激活码 IDEA-Module 在 Eclipse 中有 Workspace(工作空间) 和 Project(工程) 的概念,在 IDEA 中只有 Project(工程) 和 ...
分类:
其他好文 时间:
2020-07-10 13:16:37
阅读次数:
67