当前位置: 首页 > news >正文

【错误记录】在 Android Studio 的 Terminal 终端执行 gradlew 报错 ( 无法将“gradlew”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称 )

文章目录

  • 一、报错信息
  • 二、问题分析
  • 三、解决方案





一、报错信息



在 Android Studio 的 Terminal 终端执行 gradlew 报错 , 报错信息如下 :

PS Y:\002_WorkSpace\001_AS\Coroutine> gradlew app:dependencies --configuration releaseRuntimeClasspath
gradlew : 无法将“gradlew”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
PS Y:\002_WorkSpace\001_AS\Coroutine> gradlew
gradlew : 无法将“gradlew”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 1
+ gradlew
+ ~~~~~~~+ CategoryInfo          : ObjectNotFound: (gradlew:String) [], CommandNotFoundException+ FullyQualifiedErrorId : CommandNotFoundExceptionSuggestion [3,General]: 找不到命令 gradlew,但它确实存在于当前位置。默认情况下,Windows PowerShell 不会从当前位置加载命令。如果信任此命令,请改为键入“.\gradlew”。
有关详细信息,请参阅 "get-help about_Command_Precedence"

在这里插入图片描述





二、问题分析



在之前的 Terminal 中可以执行 gradlew 命令 ;

更新到最新版的 Android Studio Dolphin 2021.3.1 版本后 , 出现上述问题 ;

这里注意到 Windows 终端发生了改变 , 原来的中断是 Windows cmd 命令行中断 ;

最新的 Android Studio 中 , 使用的是 Windows PowerShell 终端 ;

在 Windows 中执行 bat 脚本时 , 需要使用

./可执行文件

执行命令 ;





三、解决方案



将要执行的

gradlew app:dependencies --configuration releaseRuntimeClasspath

命令 ,. 修改为

.\gradlew app:dependencies --configuration releaseRuntimeClasspath

命令 , 执行结果为 :

PS Y:\002_WorkSpace\001_AS\Coroutine> .\gradlew app:dependencies --configuration releaseRuntimeClasspath
WARNING:: Please remove usages of `jcenter()` Maven repository from your build scripts and migrate your build to other Maven repositories.
This repository is deprecated and it will be shut down in the future.                                                                     
See http://developer.android.com/r/tools/jcenter-end-of-service for more information.                                                     
Currently detected usages in: root project 'Coroutine', project ':app'> Task :app:dependencies------------------------------------------------------------
Project :app
------------------------------------------------------------releaseRuntimeClasspath - Runtime classpath of compilation 'release' (target  (androidJvm)).
+--- org.jetbrains.kotlin:kotlin-stdlib:1.5.0 -> 1.7.10
|    +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10
|    \--- org.jetbrains:annotations:13.0
+--- androidx.core:core-ktx:+ -> 1.9.0
|    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    +--- androidx.core:core:1.9.0
|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.3.0
|    |    +--- androidx.annotation:annotation-experimental:1.3.0
|    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 (*)
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0
|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    +--- androidx.concurrent:concurrent-futures:1.0.0
|    |    |    +--- com.google.guava:listenablefuture:1.0
|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    +--- androidx.lifecycle:lifecycle-runtime:2.3.1 -> 2.5.1
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    +--- androidx.arch.core:core-common:2.1.0
|    |    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    +--- androidx.arch.core:core-runtime:2.1.0
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    |    \--- androidx.arch.core:core-common:2.1.0 (*)
|    |    |    \--- androidx.lifecycle:lifecycle-common:2.5.1
|    |    |         \--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    +--- androidx.versionedparcelable:versionedparcelable:1.1.1
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    \--- androidx.core:core-ktx:1.9.0 (c)
|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 (*)
|    \--- androidx.core:core:1.9.0 (c)
+--- androidx.appcompat:appcompat:1.5.1
|    +--- androidx.activity:activity:1.5.1
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    +--- androidx.core:core:1.8.0 -> 1.9.0 (*)
|    |    +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*)
|    |    |    \--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1 (c)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.5.1
|    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    |    |    +--- androidx.core:core-ktx:1.2.0 -> 1.9.0 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.5.1
|    |    |    |    +--- androidx.arch.core:core-common:2.1.0 (*)
|    |    |    |    +--- androidx.arch.core:core-runtime:2.1.0 (*)
|    |    |    |    \--- androidx.lifecycle:lifecycle-common:2.5.1 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
|    |    |    +--- androidx.savedstate:savedstate:1.2.0
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    |    +--- androidx.arch.core:core-common:2.1.0 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-common:2.4.0 -> 2.5.1 (*)
|    |    |    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.20 -> 1.7.10 (*)
|    |    |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*)
|    |    |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1
|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1
|    |    |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1
|    |    |         |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1
|    |    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1 (c)
|    |    |         |         |    +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1 (c)
|    |    |         |         |    \--- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1 (c)
|    |    |         |         +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0
|    |    |         |         |    +--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.7.10 (*)
|    |    |         |         |    \--- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.0
|    |    |         |         |         \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.0 -> 1.7.10 (*)
|    |    |         |         \--- org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0 -> 1.7.10
|    |    |         +--- org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.1 (*)
|    |    |         \--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.0 (*)
|    |    +--- androidx.savedstate:savedstate:1.2.0 (*)
|    |    +--- androidx.tracing:tracing:1.0.0
|    |    |    \--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.6.21 -> 1.7.10 (*)
|    +--- androidx.annotation:annotation:1.3.0
|    +--- androidx.appcompat:appcompat-resources:1.5.1
|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.3.0
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    +--- androidx.core:core:1.6.0 -> 1.9.0 (*)
|    |    +--- androidx.vectordrawable:vectordrawable:1.1.0
|    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|    |    |    \--- androidx.collection:collection:1.1.0 (*)
|    |    +--- androidx.vectordrawable:vectordrawable-animated:1.1.0
|    |    |    +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
|    |    |    +--- androidx.interpolator:interpolator:1.0.0
|    |    |    |    \--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    |    |    \--- androidx.collection:collection:1.1.0 (*)
|    |    \--- androidx.appcompat:appcompat:1.5.1 (c)
|    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    +--- androidx.core:core:1.8.0 -> 1.9.0 (*)
|    +--- androidx.core:core-ktx:1.8.0 -> 1.9.0 (*)
|    +--- androidx.cursoradapter:cursoradapter:1.0.0
|    |    \--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    +--- androidx.drawerlayout:drawerlayout:1.0.0 -> 1.1.1
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
|    |    \--- androidx.customview:customview:1.1.0
|    |         +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |         +--- androidx.core:core:1.3.0 -> 1.9.0 (*)
|    |         \--- androidx.collection:collection:1.1.0 (*)
|    +--- androidx.emoji2:emoji2:1.2.0
|    |    +--- androidx.annotation:annotation:1.2.0 -> 1.3.0
|    |    +--- androidx.collection:collection:1.1.0 (*)
|    |    +--- androidx.core:core:1.3.0 -> 1.9.0 (*)
|    |    +--- androidx.lifecycle:lifecycle-process:2.4.1
|    |    |    +--- androidx.lifecycle:lifecycle-runtime:2.4.1 -> 2.5.1 (*)
|    |    |    +--- androidx.startup:startup-runtime:1.1.1
|    |    |    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    |    |    \--- androidx.tracing:tracing:1.0.0 (*)
|    |    |    \--- androidx.annotation:annotation:1.2.0 -> 1.3.0
|    |    \--- androidx.startup:startup-runtime:1.0.0 -> 1.1.1 (*)
|    +--- androidx.emoji2:emoji2-views-helper:1.2.0
|    |    +--- androidx.collection:collection:1.1.0 (*)
|    |    +--- androidx.core:core:1.3.0 -> 1.9.0 (*)
|    |    \--- androidx.emoji2:emoji2:1.2.0 (*)
|    +--- androidx.fragment:fragment:1.3.6
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    +--- androidx.core:core:1.2.0 -> 1.9.0 (*)
|    |    +--- androidx.collection:collection:1.1.0 (*)
|    |    +--- androidx.viewpager:viewpager:1.0.0
|    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    |    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |    \--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
|    |    +--- androidx.loader:loader:1.0.0
|    |    |    +--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    |    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    |    +--- androidx.lifecycle:lifecycle-livedata:2.0.0
|    |    |    |    +--- androidx.arch.core:core-runtime:2.0.0 -> 2.1.0 (*)
|    |    |    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.0.0 -> 2.5.1 (*)
|    |    |    |    \--- androidx.arch.core:core-common:2.0.0 -> 2.1.0 (*)
|    |    |    \--- androidx.lifecycle:lifecycle-viewmodel:2.0.0 -> 2.5.1 (*)
|    |    +--- androidx.activity:activity:1.2.4 -> 1.5.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-livedata-core:2.3.1 -> 2.5.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel:2.3.1 -> 2.5.1 (*)
|    |    +--- androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1 -> 2.5.1 (*)
|    |    +--- androidx.savedstate:savedstate:1.1.0 -> 1.2.0 (*)
|    |    \--- androidx.annotation:annotation-experimental:1.0.0 -> 1.3.0 (*)
|    +--- androidx.lifecycle:lifecycle-runtime:2.5.1 (*)
|    +--- androidx.lifecycle:lifecycle-viewmodel:2.5.1 (*)
|    +--- androidx.resourceinspection:resourceinspection-annotation:1.0.1
|    |    \--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    +--- androidx.savedstate:savedstate:1.2.0 (*)
|    +--- org.jetbrains.kotlin:kotlin-stdlib:1.7.10 (*)
|    \--- androidx.appcompat:appcompat-resources:1.5.1 (c)
+--- com.google.android.material:material:1.6.1
|    +--- androidx.annotation:annotation:1.2.0 -> 1.3.0
|    +--- androidx.appcompat:appcompat:1.1.0 -> 1.5.1 (*)
|    +--- androidx.cardview:cardview:1.0.0
|    |    \--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    +--- androidx.coordinatorlayout:coordinatorlayout:1.1.0
|    |    +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|    |    +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|    |    +--- androidx.customview:customview:1.0.0 -> 1.1.0 (*)
|    |    \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    +--- androidx.constraintlayout:constraintlayout:2.0.1 -> 2.1.4
|    |    +--- androidx.appcompat:appcompat:1.2.0 -> 1.5.1 (*)
|    |    +--- androidx.core:core:1.3.2 -> 1.9.0 (*)
|    |    \--- androidx.constraintlayout:constraintlayout-core:1.0.4
|    +--- androidx.core:core:1.5.0 -> 1.9.0 (*)
|    +--- androidx.drawerlayout:drawerlayout:1.1.1 (*)
|    +--- androidx.dynamicanimation:dynamicanimation:1.0.0
|    |    +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |    +--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    |    \--- androidx.legacy:legacy-support-core-utils:1.0.0
|    |         +--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    |         +--- androidx.core:core:1.0.0 -> 1.9.0 (*)
|    |         +--- androidx.documentfile:documentfile:1.0.0
|    |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    |         +--- androidx.loader:loader:1.0.0 (*)
|    |         +--- androidx.localbroadcastmanager:localbroadcastmanager:1.0.0
|    |         |    \--- androidx.annotation:annotation:1.0.0 -> 1.3.0
|    |         \--- androidx.print:print:1.0.0
|    |    \--- androidx.collection:collection:1.0.0 -> 1.1.0 (*)
|    +--- androidx.vectordrawable:vectordrawable:1.1.0 (*)
|    \--- androidx.viewpager2:viewpager2:1.0.0
|         +--- androidx.annotation:annotation:1.1.0 -> 1.3.0
|         +--- androidx.fragment:fragment:1.1.0 -> 1.3.6 (*)
|         +--- androidx.recyclerview:recyclerview:1.1.0 (*)
|         +--- androidx.core:core:1.1.0 -> 1.9.0 (*)
|         \--- androidx.collection:collection:1.1.0 (*)
\--- androidx.constraintlayout:constraintlayout:2.1.4 (*)(c) - dependency constraint
(*) - dependencies omitted (listed previously)A web-based, searchable dependency report is available by adding the --scan option.BUILD SUCCESSFUL in 2s
1 actionable task: 1 executed
PS Y:\002_WorkSpace\001_AS\Coroutine>

相关文章:

【错误记录】在 Android Studio 的 Terminal 终端执行 gradlew 报错 ( 无法将“gradlew”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称 )

文章目录 一、报错信息二、问题分析三、解决方案 一、报错信息 在 Android Studio 的 Terminal 终端执行 gradlew 报错 , 报错信息如下 : PS Y:\002_WorkSpace\001_AS\Coroutine> gradlew app:dependencies --configuration releaseRuntimeClasspath gradlew : 无法将“gra…...

游戏开发随手记:Cocos2d触摸分发原理

转载自:http://mobile.51cto.com/iphone-340136.htm 在讲解cocos2d触摸协议之前,我觉得我有必要提一下CocoaTouch那四个方法。毕竟cocos2d的Touch Delegate 也是通过这里接入的。 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;-…...

关于Tomcat有这一篇就够了

4.确定好后进入官网下载Tomcat, 官网地址-点击进入 http://tomcat.apache.org/ 选择左侧的Tomcat版本,本篇文章举例Tomcat9,其它的版本安装都一样 点击Tomcat9 5.进入Tomcat9下载页面 对应着操作系统位数进行下载,下载后会是一…...

SQL Server2008安装报错,解决方案

1、提示: 创建 system.diagnostics 的配置节处理程序时出错: 未能加载文件或程序集“System, Version4.0.0.0, Cultureneutral, PublicKeyTokenb77a5c561934e089”或它的某一个依赖项。系统找不到指定的文件。 (C:/Windows/Microsoft.NET/Framework/v2.0.50727/Con…...

身份证号码和姓名大全 身份证姓名和真实姓名不一致?

身份证号码和姓名大全 身份证姓名和真实姓名不一致? (解优人才网记者风精报道) 近期,一位安徽的网友留言说,孩子学籍上的名字与身份证上的不一致,怕影响高中会考,希望能早日妥善解决这个问题。收…...

【全网最全】100款七夕节情人节表白网页制作HTML+CSS+JS

七夕来袭!是时候展现专属于程序员的浪漫了!你打算怎么给心爱的人表达爱意?鲜花礼物?代码表白?还是创意DIY?或者…无论那种形式,快来秀我们一脸吧! 创意代码表白100款 以程序员的方…...

这10款数据恢复工具你知道吗?快快收藏以备不时之需!

作为现代人,不论是办公还是学习,还是购物生活,都能够通过电脑进行,久而久之有许多代表生活痕迹的重要数据记录在电脑里,一旦因为遇上电脑感染病毒、手动操作误删除、硬盘损坏等问题,就可能会造成重要数据丢…...

使用asp.net从零开始制作设计一个网站之一

使用ASP .NET 从零开始制作设计网站之一 (蒋惠全 楚东明) ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ 小问号:蒋老师,告诉你一个好消息,我…...

2021-06-07

Linux进程详解(二)完结 原创架构师之路2019-08-13 22:08 接Linux进程详解(一) 4. 进程运行 程序运行时大部分进程状态为运行或睡眠。调度算法解决可以跑的运行状态(就绪和运行),剩下的不可以跑的进程就是睡眠和等待。睡眠实现对应的代码就是调用了schdule函数&a…...

重磅推荐,国内国外优秀的素材资源网站

(一) 国内优秀素材资源网址: 站酷网 http://www.zcool.com.cn 推荐 素材中国 http://www.sccnn.com 推荐 酷素材 http://www.coolsc.com 推荐 站长站素材 http://sc.chinaz.com 韩国设计网 http://www.krwz.com 设客素材网 http://www.vicnc.com 奇爱素材网 http://www.72sc.co…...

iOS游戏安全之IPA破解原理及防御

 在博客上谈过了iOS游戏的内购安全,存档安全及内存安全。其实还有一个很泛滥但被视为鸡肋的问题,即iOS IPA破解问题,因为国内大多数游戏靠内购和广告盈利,游戏安装包也只是在早期象征性的收费&#xff0c…...

从需求变更唤醒植物人程序员说开去

2011-12-16 09:23 汤姆大叔 博客园 程序员遭遇需求变更(CR)是非常常见的事情,如果哪位程序员还没遇见过需求变更的话,那堪称神人啊。 事由 北京程序员王XX遭遇车祸成植物人,医生说活下来的希望只有万分之一&#xff…...

简单说说U-boot的修改

uboot是一个通用的免费开放源码的boot程序,支持很多的处理器。以下是现在网上下载一个u-boot-1.1.1版本,用于at91rm9200系统的修改的例子。最后在redhat8.0上,用gcc2.95编译通过。在网上下载了uboot-1.1.1版本。要用于自己的at91rm9200的系统…...

进程名称

下载进程 FlashBT.exe 网络电视 PPStream.exe QQ下载 QQDownload.exe PP狗 PPGou.exe 脱兔 TuoTu.exe BT下载 BitTorrent.exe BitSpirit.exe 快车 FlashGet.exe VAGAA下载 vagaa.exe vagaa_.exe VAxplorer.exe 迅雷5 Thunder5.exe 迅雷4 Thunder4.exe baidu下吧 BaiduX.exe 酷狗…...

xp系统架设家庭asp服务器,Win2000/XP下如何安装IIS(配制asp服务器)

1.Win2000如何安装IIS? Win2000的IIS是5.0版,是ASP的开发平台。安装方法是,插入Win2000或WinXp安装盘,点击“开始→设置→控制面板→添加/删除程序→添加/删除Windows组件”,然后出现下图,把第一项IIS打上勾…...

2005年度世界500强公司名单

排名 公司标志 中文常用名称 总部所在地 主要业务 营业收入百万美元 1 沃尔玛美国一般商品零售 287,989.0 2 英国石油英国炼油 285,059.0 3 埃克森美孚美国炼油 270,772.0 4 皇家壳牌石油英国/荷兰炼油 268,690.0 5 通用汽车美国汽车 193,517.0 6 戴姆勒克莱斯勒美国汽车 176,6…...

腾讯开源框架

阿里云优惠:最高¥2000云产品通用代金券 https://promotion.aliyun.com/ntms/yunparter/invite.html?userCodedansrwg4 1、Android 热修复框架 Tinker★Star 8967 Tinker是Android的热修复解决方案库,它支持dex,库和资源更新&am…...

catia中的螺旋伞齿轮画法_聚焦:螺旋伞齿轮画法要领

原标题:聚焦:螺旋伞齿轮画法要领 一提到螺旋伞齿轮画法,恐怕大家都会望而却步,因为这么复杂的结构,岂能是轻轻松松就可以画好的。其实,只要掌握了一些基本建模方法,熟悉一些设计软件&#xff0c…...

【技术贴转】破解Normal Tanks第五关LICENCE CODE

【技术贴转】 魂斗罗坦克Normal Tanks第五关以及第5、6、7、关的LICENCE CODE... 由于疏忽忘记明确写出转载地址(其实是标题设置了超链接)应原作者要求贴出地址: http://apps.hi.baidu.com/share/detail/16116262 在此致歉~ 本文主要目的是了…...

最详细的***教程

最详细的***教程-- 最详细的***入门法则! (目前为止) 第一章------关于找软件 第二章------关于被*** 第三章------基础知识和***步骤 第四章------关于命令的使用  第五章------关于windows98  第六章------关于破解邮箱  第七章------关于解除网吧、网页限制 第…...

鼠标连点器:是什么?如何用?鼠标自动点击器好用吗?说明书详细版(国内外6款电脑鼠标连点器分享)值得收藏!

知识科普1:鼠标连点器是什么? ⭕答:鼠标连点器,又称为鼠标点击器或自动点击器,是一种能够模拟鼠标点击操作的计算机软件。 鼠标连点器可以根据用户设定的参数,自动进行连续的鼠标点击操作,从而…...

天龙八部资源提取工具(提取+添加+修改+查看+教程)

可以提取,添加,修改,查看天龙八部里面的数据。非常好用。 天龙八部资源提取工具(提取添加修改查看教程) 下载地址: 链接:https://pan.baidu.com/s/1XOMJ1xvsbD-UUQOv3QfHPQ?pwd0kd0 提取码&…...

国外稳定的免费PHP空间byethost.com

byethost.com是一个老牌的免费空间商,从2006年起就開始提供免费空间了,其免费服务很稳定(看完下文你就知道有多稳定了)。 提供5.5G的免费空间,200G的月流量,能够绑定50个域名,也能够申请50个二级…...

soso地图api接口地理解析geocoder检索示例----并在信息框显示经纬度

api官网&#xff1a; http://api.map.soso.com/doc_v2/example.html?sample-geocoding-simple#8map 示例代码如下(保存为html打开可见效果)&#xff1a; <!DOCTYPE html> <html> <head> <meta http-equiv"Content-Type" content"text/h…...

TCPMP之旅(一) TCPMP整体软体框架

本 人转载自: http://blog.csdn.net/navi_dx/article/details/1885780 一. 引言 去年年底帮别人做一个项目&#xff0c;了解了一下TCPMP&#xff0c;觉得这个软件的结构写得很好就做了些记录&#xff0c;今天偶然翻出来看看觉得可能对正在研究这个软件的人有点帮助就贴出来。…...

ubuntu 12.04 LTS的各种版本

整理来源&#xff1a; http://yp.oss.org.cn 1、Ubuntu 12.04 LTS 长期维护版正式发布 Ubuntu 12.04 正式版已经发布了&#xff01;Ubuntu 12.04 代号“ Precise Pangolin ” 是采用Unity 桌面环境以来的首个LTS 版本。 Ubuntu 12.04 新特性&#xff1a; 采用Unity / Unity-2d&…...

python两行数据相加_用python制作全国身份证号验证及查询系统

大家好哇&#xff0c;又是一个愉快的周末&#xff0c;今天本鸟给大家分享1个有趣的实战项目&#xff0c;用python制作“全国身份证号验证及查询系统”&#xff0c;成品界面如下图&#xff1a; 本系统可以实现身份证号真伪验证&#xff0c;年龄、性别及发证地查询&#xff0c;看…...

钩子(hook)编程

钩子(hook)编程 1.1钩子的实现机制 钩子英文名叫Hook&#xff0c;是一种截获windows系统中某应用程序或者所有进程的消息的一种技术。下图是windows应用程序传递消息的过程&#xff1a; 如在键盘中按下一键&#xff0c;操作系统将收到键按下消息&#xff0c;把消息放入消息队…...

BoundsChecker使用说明

目录 目录 一、 BoundsChecker 简介 二、 安装环境 三、 BoundsChecker两种工作模式 3.1 ActiveCheck 3.2 FinalCheck 四、 特性和优点 五、 检测示例 5.1 内存泄漏检测示例 5.2 野指针检测示例 5.3 数组越界检测示例 5.4 GDI 资源泄漏检…...

即时通讯音视频开发(十八):详解音频编解码的原理、演进和应用选型

1、引言 大家好&#xff0c;我是刘华平&#xff0c;从毕业到现在我一直在从事音视频领域相关工作&#xff0c;也有一些自己的创业项目&#xff0c;曾为早期Google Android SDK多媒体架构的构建作出贡献。 就音频而言&#xff0c;无论是算法多样性&#xff0c;Codec种类还是音频…...

NEO从入门到开窗(3) - NEO编译器

一、啰嗦两句 第一节的时候咱说了C#编译完了之后&#xff0c;就该NEO的编译器搞事情了。我们完全可以按这个节奏搞&#xff0c;手动用NEO的编译器neon编译dll文件生成指令码文件.avm。但是NEO团队给我们写智能合约提供了个插件&#xff0c;咱们就先看看这玩意怎么玩&#xff0c…...

android 加密手机功能,怎么为安卓手机加密

随着科技的进步&#xff0c;手机已经成为了我们日常生活中不可或缺的一部分&#xff0c;而安卓手机系统更是目前只能手机的主流系统。在进入安卓时代的今天&#xff0c;手机的使用太过于广泛了&#xff0c;在我们的手机中更是存满了私密的东西。如今&#xff0c;安卓手机的私密…...

诺亚财富汪静波:要深度理解投资不等于财富管理

在全球化经济的今天&#xff0c;财富管理不仅是个人和企业关注的焦点&#xff0c;更是推动社会经济发展的关键力量。诺亚作为深耕市场多年的财富管理机构&#xff0c;始终坚持“以客户为中心”的理念&#xff0c;致力于为客户提供专业的财富管理服务&#xff0c;帮助客户深耕全…...

Iceword v1.20下载及简单介绍

IceSword是一斩断黑手的利刃。它适用于Windows 2000/XP/2003操作系统&#xff0c;用于查探系统中的幕后黑手(木马后门)并作出处理&#xff0c;当然使用它需要用户有一些操作系统的知识。在对软件做讲解之前&#xff0c;首先说明第一注意事项 &#xff1a;此程序运行时不要激活内…...

maven如何下载外部仓库的包

目录 maven仓库官方网站就是&#xff1a;https://mvnrepository.com/ 怎么在maven官网仓库搜索自己想要的jar包 使用方式一&#xff1a;导入pom文件依赖(推荐使用) 使用方式二&#xff1a;直接下载jar包 补充一: 补充二: maven仓库官方网站就是&#xff1a;https://mvnrepo…...

IE浏览器故障及解决大全

故障罗列 1.发送错误报告 【故障现象】在使用IE浏览网页的过程中&#xff0c;出现“Microsoft Internet Explorer遇到问题需要关闭……”的信息提示。此时&#xff0c;如果单击“发送错误报告”按钮&#xff0c;则会创建错误报告&#xff0c;单击“关闭”按钮之后会引起当前…...

太行山“郭亮隧道”

——人工开凿的世界第九大奇迹 工程总投资&#xff1a;打烂4000把铁锤 工程期限&#xff1a;1972年——1977年 太行山可以算是中国名川之中资历最老的几座山脉之一&#xff0c;形成于吕梁造山运动&#xff0c;其地层为太古代的核心底层&#xff0c;距今有28亿年的历史。…...

Windows(XP)命令使用大全

Windows(XP)命令使用大全 WINXP 开始→运行→输入的命令集锦 winver---------检查Windows版本 wmimgmt.msc----打开windows管理体系结构(WMI) wupdmgr--------windows更新程序 wscript--------windows脚本宿主设置 write----------写字板 winmsd---------系…...

MMC/SD/eMMC/SDIO介绍

一、概述 MMC是MultiMediaCard&#xff08;多媒体存储卡的简称&#xff09;&#xff0c;于1997年由西门子和Sandisk推出&#xff0c;从本质上看&#xff0c;它是一种用于固态非易失性存储的内存卡&#xff08;memory card&#xff09;规范&#xff0c;定义了诸如卡的形态、尺寸…...

【网络安全入门】学习网络安全必须知道的100 个网络基础知识_网络安全知识入门基础_网络安全基础知识

什么是链接? 链接是指两个设备之间的连接。它包括用于一个设备能够与另一个设备通信的电缆类型和协议。 2 OSI 参考模型的层次是什么? 有 7 个 OSI 层&#xff1a;物理层&#xff0c;数据链路层&#xff0c;网络层&#xff0c;传输层&#xff0c;会话层&#xff0c;表示层…...

电脑重装系统后会怎样?

​有小伙伴的电脑系统运行缓慢卡顿&#xff0c;现在想通过重装系统来解决问题。咨询电脑重装系统会怎么样对系统有影响吗&#xff0c;现在小编就带大家看看电脑重装系统后会怎样。 方法/步骤&#xff1a; 一、电脑重装系统会怎么样 1、我们的电脑重装系统后&#xff0c;电脑…...

卡巴斯基6.0.1.411正式版-简体中文傻瓜安装版(安装无需任何设置,且自动激活)...

首先感谢  卡饭论坛汉化组&#xff1a; 屁股乐土 提供的汉化&#xff0c;因为本“傻瓜安装版”的简体中文文件是基于此汉化修改而来。 2、本“傻瓜安装版”安装无需任何设置&#xff0c;安装结束后就是已经激活的卡巴斯基6.0.1.411正式版的简体中文汉化版。 3、本“傻瓜安装版…...

2022 年十大最佳 Linux 防病毒软件

点关注公众号&#xff0c;回复“1024”获取2TB学习资源&#xff01; 或许你会有所疑问&#xff1a;Linux如此安全&#xff0c;为什么我们还需要安装防病毒软件呢&#xff1f; 你的想法是对的&#xff01;但是&#xff0c;Linux 为全球超过 70&#xff05; 的 Web 服务器提供支持…...

中国雅虎和口碑网合并

各位阿里人&#xff1a; 集团管理层研究决定&#xff0c;从2008年6月1日起&#xff0c;启动中国雅虎与口碑网的整合工作&#xff0c;新组建的雅虎口碑公司将发展基于本地和全网搜索的生活服务的电子商务、社区和通讯业务。现阶段&#xff0c;将为中国消费者打造一个最好的生活服…...

Linux下Nodejs安装三种方式及开发环境

Linux下安装Node.js有三种方式&#xff1a; 使用包管理器安装&#xff1a; 在大多数 Linux 发行版中&#xff0c;可以使用包管理器来安装 Node.js。例如&#xff0c;在Ubuntu/Debian中可以使用apt&#xff0c;CentOS/RHEL中可以使用yum&#xff0c;Fedora中可以使用dnf。安装命…...

网易爱才 取之有道

网易爱才 取之有道 这是一场国内最高水平的编程比赛&#xff0c;这里为选手提供了一个面对面交流的平台&#xff0c;这里是编程天才的聚集地&#xff0c;这里的“90后”风起云涌……有道技术总监包塔说&#xff1a;网易内部也同样进行着这样一场比赛“有道难题真的很难。”这是…...

电脑操作系统有哪些?一文了解全部!

在当今数字化飞速发展的时代&#xff0c;电脑操作系统作为计算机硬件与软件之间的桥梁&#xff0c;扮演着至关重要的角色。它不仅管理着计算机的各项资源&#xff0c;还为用户提供了一个直观、友好的界面&#xff0c;使得用户可以轻松地进行各种操作和任务。那么&#xff0c;电…...

虚拟化VMware简介2—— ESX ESXi

1、VMware ESX 目录 &#xff08;1&#xff09;概述 &#xff08;2&#xff09;VMware ESX Server用途 &#xff08;3&#xff09;VMware ESX Server如何运作 概述   VMware ESX 服务器是在通用环境下分区和整合系统的虚拟主机软件。它是具有高级资源管理功能高效&#xff0c…...

shell脚本受限执行

shell 中运行的脚本或脚本的个代码断会禁用一些正常 shell 中可以执行的命令.这是限制脚本用户的权限和最小化运行脚本导致的破坏的安全措施.受限的内容包括&#xff1a;使用 cd 命令更改工作目录. 更改环境变量$PATH, $SHELL, $BASH_ENV,或$ENV 的值. 读或更改 shell 环境选项…...

玩通透 全面解析Windows双系统引导菜单

现在&#xff0c;使用双系统的朋友可不在少数&#xff0c;在开机时&#xff0c;系统会显示一个双引导菜单让我们选择欲进入的操作系统&#xff08;图1&#xff09;&#xff0c;如果不选择的话&#xff0c;将会在30秒后自动引导高度条所在的操作系统。不过&#xff0c;你对双引导…...