草庐IT

not_analyzed

全部标签

oracle报错ORA-01034和ORA-27101,引起oracle not available原因及解决办法

出现ORA-01034和ORA-27101的原因是多方面的:主要是oracle当前的服务不可用,sharedmemoryrealmdoesnotexist,是因为oracle没有启动或没有正常启动,共享内存并没有分配给当前实例.所以,通过设置实例名,再用操作系统身份验证的方式,启动数据库。这样数据库就正常启动了,就不会报ORA-01034和ORA-27101两个启动异常了。还有就是可能是登录数据库后,不正常的退出,比如直接关掉窗口,而这时数据库里有未完成的动作,再次登录时就会提示“insufficientprivileges”的报错,SQL>shutdownimmediate;SQL>star

git pull、git clone、git push 报错 fatal: unable to access...Could not resolve host...

fatal:unabletoaccess...Couldnotresolvehost...问题解决重点当你的git有时候需要vpn拉取代码,在公司可以正常使用,回到家中拉取或推送时报错Couldnotresolvehost,这时候你只需要找到电脑中的hosts文件,里面进行代理配置即可,下面演示一下苹果系统的处理方式:问题解决步骤一:获取Couldnotresolvehost报错的内容的ip,这里以github为例,实际以你项目中的内容信息为准pinggithub.comping通后的内容PINGgithub.com(20.205.243.166):56databytes64bytesfrom

vue3按需导入element-plus报错Module not found: Error: Can‘t resolve ‘element-plus/es/components/button/

由于element-plus版本更新迭代较快,直接安装npminstallelement-plus-D会默认安装最新版本,使用时可能会报错:Modulenotfound:Error:Can'tresolve'element-plus/es/components/button/style/css'可以安装这个稳定的版本:npmielement-plus@1.3.0-beta.5-D就可以直接在vue文件中调用了:template>el-rowclass="mb-4">el-button>Default/el-button>el-buttontype="primary">Primary/el-bu

android - 错误 : resource integer/google_play_services_version (aka app:integer/google_play_services_version) not found

编译或运行项目时出错。我想计算我走过的距离。我的AndroidStudio版本是AndroidStudio3.1.4当我在build.gradle(Model:app)中添加以下库时,会发生此错误。implementation'com.google.android.gms:play-services-location:12.0.1'进入以下文件时出错:...\app\build\intermediates\manifests\full\debug\AndroidManifest.xml请给我建议。谢谢。 最佳答案 我遇到了同样的问题

android/webkit 文本溢出 : ellipsis not working

我正在尝试让以下代码在android2.1手机(HTCSenseUI)上运行:h1{font-size:14px;font-weight:bold;color:#FFF;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}然而,text-overflow属性似乎不起作用。有没有其他人遇到过这个问题,或者找到了解决它的方法? 最佳答案 在Android2.2和4上,我使用的行高大于字体大小(总是em),显示类型为“-webkit-box”和垂直方向。这是一个例子:.my

org.springframework.boot:spring-boot-starter-parent’ not found

一、问题用SpringInitializr创建的项目,然后点进pom.xml文件,有好几处变红,且报错,且DemoApplication报无法解析符号‘SpringBootApplication’ 现在这个文件无法启动,且java无法创建类和接口,点击下方加载maven项目就好了然后现在开始变红报错了,说无法解析符号'SpringBootApplication' 以下是pom.xml开始报错下面这个说找不到项目'org.springframework.boot:spring-boot-starter-parent:3.1.2.RELEASE'  下面这个说找不到依赖项'org.springfr

解决Android Studio测试报错Test events were not received...No tests found for given includes

文章目录问题描述解决办法笔者报错时的运行环境:AndroidStudioElectricEel|2022.1.1Patch2Gradle8.0.1JDK17JUnit5.9.2或TestNG7.7.1单元测试问题描述笔者在AndroidStudio界面内运行单元测试时,踩坑无数。首先,发现如下报错。TesteventswerenotreceivedExecutingtasks:[:app:testDebugUnitTest,--tests,xxx]inprojectxxx>Task:app:preBuildUP-TO-DATE>Task:app:preDebugBuildUP-TO-DATE>

android - 为什么安卓:uiOptions ="splitActionBarWhenNarrow" not working with device

我正在使用android:uiOptions="splitActionBarWhenNarrow"拆分菜单。它与模拟器4.03一起工作正常但不是真正的设备4.03。它是三星平板电脑 最佳答案 splitActionBarWhenNarrow,顾名思义,仅适用于手机等小型(窄)设备-在顶部和底部之间拆分控件。在平板电脑等宽设备上运行时不会拆分。引用http://developer.android.com/guide/topics/manifest/activity-element.html,搜索splitActionBarWhenNa

Android Geocoder.getLocationFromName() 抛出 IOException : Service not available on Device

这个问题在这里已经有了答案:WhyisAndroidGeocoderthrowinga"ServicenotAvailable"exception?(6个答案)关闭9年前。我在模拟器和我的手机(配备Android4.1的NexusS)上都使用了Geocoder.getLocationFromName()方法,但出现以下异常:java.io.IOException:ServicenotAvailable模拟器上出现了很多关于此的问题(example),其中大多数说是特定版本的模拟器有问题。但是,异常出现在我的AVD(2.3和4.1)和我的手机上。我的手机和AVD都有互联网连接。我的API

android - 我不断收到 configChanges : String types not allowed error. 即使目标 API 设置为 13

这个问题在这里已经有了答案:Errorstringtypesnotallowedatandroid:configChangesinmanifestfile(2个答案)关闭9年前。error:Error:Stringtypesnotallowed(at'configChanges'withvalue'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').这是我所有的相关代码。在list中:android:minSdkVersion="8"android:targetS