android的一个小问题: Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. 法一: 当在AndroidManifest.xml文件的application的节点设置了属性: android:theme="@android:style/Theme.NoTitleBar 而Activity继承了ActionB…
android的一个小问题: Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. 法一: 当在AndroidManifest.xml文件的application的节点设置了属性: android:theme="@android:style/Theme.NoTitleBar 而Activity继承了ActionB…
输入: git pull origin master git报错提示 fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 在网上找到的解决办法:重新输入一次: git remote add…
执行存储过程,报错 java.sql.SQLException: The user specified as a definer ('root'@'10.%.%.%') does not exist at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.ja…
“今天本来想在cnpm 环境下安装axios,但是在安装axios的时候出现了一些问题.使用cnpm淘宝镜像库下载安装axios的时候报错 Install fail! Error: EISDIR: illegal operation on a directory, symlinkXXXXX,百度了一圈也没解决问题,后来看到有人说硬盘格式不正确,本人node.js安装在了F盘,格式是FAT32,需要转换成NTFS格式.然后去百度了一下如何转换硬盘格式,转换成功后,再次使用“cnpm i -S a…