nodejs 安装express最简洁的方法 三步

vscode常用快捷键,不断添加!

springboot使用CommonsMultipartResolver上传报错java.lang.ClassCastException

微信小程序 TypeError: _typeof2 is not a function

function _typeof2(o) {

  "@babel/helpers - typeof";

  return (_typeof2 = "function" == typeof Symbol 

spring data jpa方法命名规则

关键字 方法命名 sql where字句 And findByNameAndPwd where name= ? and pwd =? Or findByNameOrSex where name= ? or sex=? Is,Equals findById,findByIdEquals where id= ? Between findByIdBetween where id between ? and ? LessThan findByIdLessThan where id < ? L

解决idea手动设置maven后无效,还是自动回到.m2路径下的问题

作者:admin | 分类:未分类 | 浏览:237 | 评论:0

xml配置文件http://mybatis.org/dtd/mybatis-3-mapper.dtd 报红

作者:admin | 分类:未分类 | 浏览:353 | 评论:0

java: 错误:无效的源发行版:14

IDEA:java: 错误:无效的源发行版:14

在Java项目运行中出现下列报错


导致这个原因出现是因为当前项目的JDK版本与电脑配置的JDK环境版本不一样导致的


1.首先使用win + r打开cmd命令窗口,输入java -version查看当前JDK的版本


2.修改当前项目的JDK版本


选择File -> Project S

zookeeper 链接不上可,./skServer.sh restart 重启或者尝试修改timeout时间

方案一      ./skServer.sh restart 


或者方案二

?timeout=600000

python连接数据库 connect.commit()

		作者:admin | 分类:未分类 | 浏览:189 | 评论:0	

docker挂载(具名挂载、匿名挂载)

1、指定名称挂载

docker run -it -v /home/ceshi:/home centos /bin/bash

 

2、具名挂载(指定了一个名字):带/代表绝对路径开头

-v  卷名:容器内路径

docker run -d  -P --name 容器名称 -v 卷名:容器内路径 镜像名称

例如:docker run -d  -P --name nginx02 -v j

在python3.4中安装pyinstaller. 2021-01-21

1.升级pip

pip install pip==19.1.1

2.升级wheel

pip install wheel==0.33.6

3.升级setuptools

pip install setuptools==42.0.2

4.安装pywin32

下载pywin32(只适用win平台的python3.4 32bit版本):  https://download.csdn.net/download

Arch Linux 软件仓库镜像使用帮助 .tsinghua

https://pypi.tuna.tsinghua.edu.cn/simple/pyinstaller/

作者:admin | 分类:未分类 | 浏览:263 | 评论:0

<< < 1 2 3 4 5 6 7 8 9 10 > >>

Powered By Z-BlogPHP 1.7.3

Copyright Your WebSite.Some Rights Reserved.