在IDEA运行main函数的时遇到如下错误解决办法:Errorrunning‘xxxxxx‘:Commandlineistoolong.ShortencommandlineforxxxxxxoralsoforApplicationdefaultconfiguration.原因:命令行的参数太长,需要进行修改。修改过程如下:在Run>EditConfiguration中修改选中
分类:
其他好文 时间:
2020-05-25 09:33:06
阅读次数:
49
一、createprocess BOOL CreateProcess( LPCTSTR lpApplicationName, // name of executable module //要创建的进程名称 LPTSTR lpCommandLine, // command line string // ...
通过pip install flask-sqlacodegen后使用命令:flask-sqlacodegen "mysql://root:123456@IP:3306/movie_cat" --tables user --outfile "/Users/user/PycharmProjects/fl ...
分类:
数据库 时间:
2020-05-24 16:39:14
阅读次数:
134
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.liwenwen.redcup03.mapper.UserMapper.selectByPrimaryKey at org.apa ...
分类:
移动开发 时间:
2020-05-24 16:34:31
阅读次数:
74
command args参数 示例1: spec: containers: - name: liveness image: busybox command: ["sh", "-c"] args: - /bin/sh - -c - echo ok > /tmp/health; sleep 10; rm ...
分类:
其他好文 时间:
2020-05-24 16:27:40
阅读次数:
66
命令格式:sed的命令格式:sed[options]‘command‘file(s);sed的脚本格式:sed[options]-fscriptfilefile(s);选项:-e:直接在命令行模式上进行sed动作编辑,此为默认选项;-f:将sed的动作写在一个文件内,用–ffilename执行filename内的sed动作;-i:直接修改文件内容;-n:只打印模式匹配的行;-r:支
分类:
其他好文 时间:
2020-05-24 09:47:16
阅读次数:
69
macOX的快捷键与windows10有所不同,了解了以后会更加提高我们的工作效率. Mac中主要有四个修饰键,分别是Command,Control,Option和Shift。 一、基本的快捷键: Command是Mac里最重要的修饰键,在大多数情况下相当于Windows下的Ctrl。所以以下最基本 ...
分类:
系统相关 时间:
2020-05-24 09:28:40
阅读次数:
196
步骤1: 找到pip- 版本号 dist-info 文件夹 操作: 在python的安装目录下的Lib文件下的site-packages文件夹下找到 ip- 版本号 dist-info 文件夹 例如: C:\Python37\Lib\site-packages\pip-20.1.1.dist-inf ...
分类:
编程语言 时间:
2020-05-24 00:31:00
阅读次数:
935
1.如果编译时出现“ERROR: Plugin with id 'com.android.application' not found.”错误. 解决方法:请在build.gradle文件中添加以下代码。 buildscript { repositories { google() jcenter() ...
分类:
移动开发 时间:
2020-05-24 00:29:37
阅读次数:
87
Windows git bash 默认没有sudo命令,可以添加win-sudo插件实现该功能 curl -s https://raw.githubusercontent.com/imachug/win-sudo/master/install.sh | sh 如果上面的命令没有用,可以复制https ...