- 博客(5)
- 收藏
- 关注
原创 here is no getter for property named 'shopname' in 'class java.lang.String'","code":500
here is no getter for property named ‘shopname’ in ‘class java.lang.String’",“code”:500或运行时异常:Could not set parameters for mapping: ParameterMapping{property=’_parameter’, mode=IN, javaType=class ja...
2019-08-05 22:44:51 850
原创 IntelliJ IDEA 应用eclipse快捷键,加入阿里规范
1.Idea 应用eclipse快捷键file—>settings------->keymap2.加入阿里规范file—>settings----->Plugins
2019-07-20 22:00:03 737
原创 Linux JDK 环境变量配置Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
Neither the JAVA_HOME nor the JRE_HOME environment variable is definedAt least one of these environment variable is needed to run this program(JAVA_HOME和JRE_HOME环境变量都没有定义,运行此程序至少需要其中一个环境变量)解决办法:进...
2019-07-06 17:20:55 5011
原创 Linux中 echo命令 向文件中写入内容或追加内容
Linux中 echo命令1.在窗口输出指定内容echo “content” 或 echo 'content’content为要输出的内容,如echo “hello”,echo ‘hello’2.向文件中写入内容echo “content” > 文件名如:echo “cover” > a.txt(文件原先的内容会被覆盖掉)3.向文件追加内容echo “conte...
2019-07-05 16:02:52 53226
原创 Linux cd命令cd、 cd ~、cd /、cd../、cd /home讲解
Linux 中的cd命令讲解1.切换到指定目录:cd dirdir为指定目录的路径,可以是绝对路径也可以是相对路径如:cd/usr , cd Desktop2.cd / 是跳转到根目录根目录是所有用户共享的目录3.cd 、cd ~ 和cd $HOME是跳转到当前用户的家目录root用户,cd ~ 相当于 cd /root普通用户,cd ~ 相当于cd /home/当前用户名...
2019-07-04 17:02:57 229060 12
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人