absolve 音标拼音: [əbz'ɑlv] [æbz'ɑlv]
vt . 宣告…无罪,赦免,免除
宣告…无罪,赦免,免除
absolve v 1 :
grant remission of a sin to ; "
The priest absolved him and told him to say ten Hail Mary '
s " [
synonym : {
shrive }, {
absolve }]
2 :
let off the hook ; "
I absolve you from this responsibility "
[
synonym : {
absolve }, {
justify }, {
free }] [
ant : {
blame }, {
fault }]
Absolve \
Ab *
solve "\ (#;
277 ),
v .
t . [
imp . &
p .
p . {
Absolved };
p .
pr . &
vb .
n . {
Absolving }.] [
L .
absolvere to set free ,
to absolve ;
ab solvere to loose .
See {
Assoil }, {
Solve }.]
1 .
To set free ,
or release ,
as from some obligation ,
debt ,
or responsibility ,
or from the consequences of guilt or such ties as it would be sin or guilt to violate ;
to pronounce free ;
as ,
to absolve a subject from his allegiance ;
to absolve an offender ,
which amounts to an acquittal and remission of his punishment .
[
1913 Webster ]
Halifax was absolved by a majority of fourteen .
--
Macaulay .
[
1913 Webster ]
2 .
To free from a penalty ;
to pardon ;
to remit (
a sin ); --
said of the sin or guilt .
[
1913 Webster ]
In his name I absolve your perjury . --
Gibbon .
[
1913 Webster ]
3 .
To finish ;
to accomplish . [
Obs .]
[
1913 Webster ]
The work begun ,
how soon absolved . --
Milton .
[
1913 Webster ]
4 .
To resolve or explain . [
Obs .] "
We shall not absolve the doubt ." --
Sir T .
Browne .
[
1913 Webster ]
Syn :
To {
Absolve }, {
Exonerate }, {
Acquit }.
Usage :
We speak of a man as absolved from something that binds his conscience ,
or involves the charge of wrongdoing ;
as ,
to absolve from allegiance or from the obligation of an oath ,
or a promise .
We speak of a person as exonerated ,
when he is released from some burden which had rested upon him ;
as ,
to exonerate from suspicion ,
to exonerate from blame or odium .
It implies a purely moral acquittal .
We speak of a person as acquitted ,
when a decision has been made in his favor with reference to a specific charge ,
either by a jury or by disinterested persons ;
as ,
he was acquitted of all participation in the crime .
[
1913 Webster ]
54 Moby Thesaurus words for "
absolve ":
acquit ,
administer absolution ,
administer extreme unction ,
amnesty ,
cancel ,
clear ,
confess ,
declare a moratorium ,
decontaminate ,
destigmatize ,
discharge ,
dismiss ,
dispense ,
dispense from ,
dispense with ,
except ,
exculpate ,
excuse ,
exempt ,
exempt from ,
exonerate ,
forgive ,
free ,
give absolution ,
give dispensation from ,
grant amnesty to ,
grant forgiveness ,
grant immunity ,
grant remission ,
hear confession ,
justify ,
let go ,
let off ,
make confession ,
nonpros ,
nullify ,
obliterate ,
pardon ,
purge ,
quash the charge ,
receive absolution ,
release ,
relieve ,
remise ,
remit ,
save the necessity ,
set free ,
shrive ,
spare ,
vindicate ,
whitewash ,
wipe out ,
withdraw the charge ,
write off
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
What is the difference between rm -r and rm -f? - Super User What do you mean they give the same result? rm -r emptydir removes that directory, rm -f emptydir does not These are two completely different command line options, each doing whatever its documentation says is doing
rm -fr *和rm -fr 区别? - 知乎 这两个都是自杀代码,千万别运行! 这两个效果差不多,都会删掉电脑里所有东西,真的是“所有东西”!运行10秒钟后,电脑当时连接的所有硬盘,固态、机械、移动硬盘,全部清空。电脑将无法正常开机,必须重装系统。 解决:先别急着重装系统,评估一下数据损失。把所有硬盘都拆下来,不
LaTeX中的 {\rm}, \mathrm {}, \text {}三者有何区别,是否可以混用? 如果某个运算经常用到而又没有预定义的命令,比如trace, ord,lcm什么的,那最好先在头部用 DeclareMathOperator 定义一下,这样不仅比较省力也比较规范,因为严格来说\mathrm和真正的算子在间距的处理上有很细微的差异,并不真正等同于定义新运算 \rm没用过
rm: cannot remove `dir-name: Directory not empty - Super User I tried to use rm -rf vscode-server to remove vscode-server, and got rm: cannot remove 'dir-name': Directory not empty I tried to figure out which process is using dir and found no result
电脑如何打开rm文件? - 知乎 某宝买的视频,说是mp4的结果下载下来都是RM的,某迅视频反正是打不开,看不了 拖进剪映的话也进不去,这样可以点击文件夹里上面有个“工具”选项,点开之后点击下拉菜单里的“文件夹选项”
Is there a scenario where rm -rf --no-preserve-root is needed? In that case, rm -rf --no-preserve-root will delete the system in the chroot environment but will leave yours intact I am sure there are more possible reasons, but in general it seems a very reasonable approach that my system allows me to do whatever I want with it
rm -rf 是什么指令? - 知乎 [root@localhost opt]# rm -rf test2 rm 删除命令还是非常危险的,应为在Linux系统没有回收站,一旦误删除,想要恢复非常的难,所以建议大家在用的时候要看准了在执行 不要在公司服务器上尝试! 不要在公司服务器上尝试! 不要在公司服务器上尝试!
我是电子大一新生,想参加相关竞赛,很犹豫是参加电赛还是RM? RM背景的学生更容易往机器人、无人机、自动驾驶系统方向走,因为他们懂系统协同、跨学科集成和算法部署 所以,如果你现在大一,还在搭电路、调STM32、刚开始学模电数电,那我建议你 先稳稳地打好电赛这块底
如何恢复被 rm -rf 删除的文件? - 知乎 rm -rf 命令会将整个根目录及其子目录下的所有文件和目录都删除。 要恢复被 rm -rf 删除的文件,可以使用以下方法: 使用 extundelete 命令 它是一个用于恢复 ext2、ext3 和 ext4 文件系统中已删除文件的工具。 使用 extundelete 命令恢复文件,需要满足以下条件:
linux - rm -rf takes a long time - Super User I have a directory aggregated in which I have 7550 sub-dirs each containing 250 files aggregated has 5 5GB in total I've tried deleting aggregated via rm -rf aggregated and it is taking hours