英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

ludicrously    音标拼音: [l'udəkrəsli]
ad. 滑稽地;可笑地

滑稽地;可笑地

ludicrously
adv 1: so as to arouse or deserve laughter; "her income was
laughably small, but she managed to live well" [synonym:
{laughably}, {ridiculously}, {ludicrously},
{preposterously}]

Ludicrous \Lu"di*crous\, a. [L. ludicrus, or ludicer, from ludus
play, sport, fr. ludere to play.]
1. Adapted to excite laughter, without scorn or contempt;
sportive. --Broome.
[1913 Webster]

A chapter upon German rhetoric would be in the same
ludicrous predicament as Van Troil's chapter on the
snakes of Iceland, which delivers its business in
one summary sentence, announcing, that snakes in
Iceland -- there are none. --De Quincey.

2. Ridiculously absurd.
[PJC]

Syn: Laughable; sportive; burlesque; comic; droll;
ridiculous.

Usage: {Ludicrous}, {Laughable}, {Ridiculous}. We speak of a
thing as ludicrous when it tends to produce laughter;
as laughable when the impression is somewhat stronger;
as ridiculous when more or less contempt is mingled
with the merriment created. -- {Lu"di*crous*ly}, adv.
-- {Lu"di*crous*ness}, n.
[1913 Webster]


请选择你想看的字典辞典:
单词字典翻译
Ludicrously查看 Ludicrously 在百度字典中的解释百度英翻中〔查看〕
Ludicrously查看 Ludicrously 在Google字典中的解释Google英翻中〔查看〕
Ludicrously查看 Ludicrously 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • 微信小程序报错“navigateTo:fail webview count limit exceed”
    问题描述: 当微信小程序中使用了过多的 webview 组件时,会导致报错 “navigateTo:fail webview count limit exceed”。 这是因为微信小程序对 webview 组件的数量有限制,超过限制就会报错。 具体的限制数量可能会因微信小程序的版本而有所不同。
  • 微信小程序:报错fail webview count limit exceed - 周文豪 . . .
    微信小程序:报错fail webview count limit exceed 报错: 分析原因: 先从列表页面跳转到详细页面时,使用了Navigator标签,open-type默认使用的navigate,跳转时会保留当前页, <navigator class = "prepare_confirm" url= " pages prepare_addAndEdit index?id={{item id}}">
  • 微信小程序跳转报错errMsg: “navigateTo:fail webview count . . .
    微信小程序页面跳转,如果使用wx navigateTo或者navigator标签进行跳转,最多只能跳转10次 (超过10次,在怎么点也不会跳转),这很不利于用户的体验。 记自己遇到的这一次坑。 也不能说是坑吧,只是自己没有处理好跳转的安排。 在项目开发中,面对界面的跳转,都是使用的navigateTo的方式进行的跳转, 最后再测试的时候发现问题,就是当你点的次数多了的时候,你会如发现所有的跳转点击事件都不可以使用了,此时看控制台发现报错了,报错内容:errMsg: “navigateTo:fail webview count limit exceed“。
  • 微信小程序dom节点最高限制16000?能忍?盘它!!起因 . . .
    起因 最近参与了个微信小程序的项目,有个长列表模块 我在自测的时候(测试人员居然没发现,可能懒得加载那么多数据去验证),发现当列表加载加载500条以上的时候,会有一个 Dom limit exceeded, please check if there's any mistake you've made
  • 小程序单个页面长列表加载,Dom limit exceeded报错问题?
    开发者工具rc 1 05 2109131 版本 基础库2 33 0,scroll-view scroll-y 组件订单列表下拉刷新加载数据,分页加载12左右后,报'Dom limit exceeded, please check if there's any mistake you've made '错,'超过限量,请检查是否有错误',手机上体验版测试加载12页数据后页面白屏, 有没有优化此
  • 小程序 navigateTo:fail webview count limit exceed
    uniapp 微信小程序腾讯视频插件在手机上播放一两秒后自动跳到最后怎么办? 这是uniapp写的一个微信小程序;我使用腾讯视频插件;配置是没有问题应该,在电脑中开发者工具中是可以正常使用的。 在手机中体验时,视频会播一两秒后,就会自动跳到最后一秒,然后也拖不动。 {代码 } {代码 } 腾讯视频插件官方文档使用了GPT5进行解答失败。 使用相关文档中的办法进行解答失败。
  • 微信小程序 列表数据量大导致白屏,报错dom limit exceeded
    微信小程序 列表数据量大导致白屏,报错dom limit exceeded 微信小程序对于页面中的节点数量有做限制 https: developers weixin qq com miniprogram dev framework audits performance html 解决方案: 将循环中的item放入组件中
  • 微信小程序navigateTo:fail webviewcount limitexceed问题解决
    在深入分析错误原因后,提出了使用`redirectTo`代替`navigateTo`作为解决策略,尤其在需要频繁跳转的情况下。 通过这种方式,可以避免因保留过多页面导致的错误,确保小程序的正常运行。 文章浏览阅读3 1k次。 本文主要探讨了微信小程序中遇到的`navigateTo:failwebviewcountlimitexceed`错误,该错误源于导航页面超过限制。 在深入分析错误原因后,提出了使用`redirectTo`代替`navigateTo`作为解决策略,尤其在需要频繁跳转的情况下。 通过这种方式,可以避免因保留过多页面导致的错误,确保小程序的正常运行。
  • 使用分页和空白view支撑解决Dom limit exceeded 问题
    列表页数据量过大页面渲染节点过多会触发Dom limit exceeded 解决方案如下。
  • 微信小程序 列表数据量大导致白屏,报错dom limit exceeded
    微信小程序 列表数据量大导致白屏,报错dom limit exceeded,微信小程序对于页面中的节点数量有做限制https: developers weixin qq com miniprogram dev framework audits performance html解决方案:将循环中的item放入组件中创建组件的方法https: developers





中文字典-英文字典  2005-2009