码迷,mamicode.com
首页 >  
搜索关键字:project    ( 15901个结果
安装composer报错Project directory fecshop/ is not empt
安装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打开更省事); 打开pycharm,点击file、点击settings; 选中project interpreter 点击下拉,点击show all; 点击右上角加号,选择virtualenv environment 选择new environmen ...
分类:其他好文   时间:2020-07-10 23:51:22    阅读次数:82
IDEA导入JDBC驱动
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver 刚开始开发登录窗体时,用的是eclipce,数据库连接总是出问题,会出现--找不到jdbc驱动,后来在百度上面搜索的方法也没能解决问题,偶然在一篇博客上看到用idea添加jdbc驱动。 方 ...
分类:数据库   时间:2020-07-10 21:28:21    阅读次数:85
Integrate Angular with a Spring Boot project
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
Add Google Maven repository and sync project
用Android studio导入一个项目时,可以会报Add Google Maven repository and sync project有可能的解决方法如下:在项目的build.gradle中修改如下: buildscript { repositories { maven{ url 'http ...
分类:其他好文   时间:2020-07-10 19:08:47    阅读次数:159
pytest框架
pytest相对unittest来说,有很多优点,比如pytest有大量的插件,用例失败可以定义重新执行几次.... 前置:安装pytest; 使用pycharm打开settings,在project点击+搜索pytest后点击install即可 一、pytest的命名规则: 1、运行的.py文件必 ...
分类:其他好文   时间:2020-07-10 19:02:39    阅读次数:80
maven自动分离lib config
<?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之撤销修改
今天更改一个文件时,远程仓库更改了文件,但是已经对文件做了修改,所以不是git pull下来,无奈只好撤销修改,但是不知道怎么撤销,查看了廖雪峰的教程 https://wiki.jikexueyuan.com/project/git-tutorial/undo-modify.html 命令git c ...
分类:其他好文   时间:2020-07-10 15:13:08    阅读次数:60
17-IDEA
安装 下载软件 → 安装 → Edit Custom VM option 填一行(-javaagent:) → 重启 → 输入激活码 IDEA-Module 在 Eclipse 中有 Workspace(工作空间) 和 Project(工程) 的概念,在 IDEA 中只有 Project(工程) 和 ...
分类:其他好文   时间:2020-07-10 13:16:37    阅读次数:67
15901条   上一页 1 ... 44 45 46 47 48 ... 1591 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!