搜索关键词
Google搜索
对话框
关键词 bootbox javascript php form submit confirm dialog
目的 在php提交表单的时候,先使用js生成confirm dialog 进行确认
结果 https://stackoverflow.com/questions/11313586/confirm-form-submission-using-bootbox-confirm
最终 问题解决了
搜索栏
关键词 bootstrap search input and search button together, Search input with an icon Bootstrap 4
目的 将搜索框和搜索按钮放在一起
结果
https://stackoverflow.com/questions/45696685/search-input-with-an-icon-bootstrap-4
https://blog.csdn.net/wuhawang/article/details/52217272
<div class="input-group col-md-4 mb-2">
<input class="form-control py-2" type="search">
<span class="input-group-append">
<button class="btn btn-info btn-search" type="button">搜索</button>
</span>
</div>
常用搜索关键词
v. vt. vi. 是字典当中的缩写
v= Verb 即动词
vt.=transitive verb
vi.=intransitive verb
vi是不及物动词,后面不能带宾语
vt是及物动词,后面可带宾语
multiple adj. 多重的;多样的;许多的filter v. 过滤;n. 过滤器redirect 重定向 dialog 对话框confirm vt. 确认;确定;expand vt. 扩张;vi. 发展;展开event 事件,对于JavaScript很重要,function(e)这里的e就是指事件,参考:事件by using 通过使用,例如make Pagination in Codeigniter by using Codeigniter Pagination library with Jquery Ajax and Bootstrap.convenient adj.方便的,省事的。例如,They are convenient methods for making Ajax requests in a few lines of code.shorthand n. 速记法;简略的表达方式specify v. 明确说明;具体指定;在设计中明确规定perform v. 执行,履行,表演a certain amount of time 一定的时间 参考:a certain amount of time是什么意思retrieved [计]检索;取回;In such situations 在这种情况下rely on 依赖,依托deal with 处理;对付;与…交易 例句:She'd always prided herself on her ability to deal with a crisis.她一直为自己处理危机的能力感到自豪。focus on 重点关注;侧重于;专注于associate v. 关联,例句:If you associate someone or something with another thing, the two are connected in your mind. 将 (…和…) 联系起来inexperienced adj. 不熟练的experience 经验;游戏中的经验条,发音 ex-pe-rien-celocate vt.位于;vi. 定位;定居noninteractive adj. [计]非交互的interactive adj. 交互式的unnecessary adj. 多余的configure v. 配置configuration n. 配置chart n. 图表scope 作用域 范围note 注释annotation 注释comment 注释
这三个都是注释的意思,那么有什么不同吗?note可以是注意,提示等;annotation则是解释性的评论或分析;Commented-Out Code则是代码中的注释块-ment suff. 后缀,与动词结合构成名词,... ...的结果或手段expression 表达式discard vt. 抛弃;放弃;丢弃;n. 抛弃;被丢弃的东西或人assign 赋值trigger event 触发事件 在搜索html和javascript相关知识的时候很有用thumbnail n. 略缩图 【类似网页上的略缩图片】policy n. 政策;方针guide n. 指南,手册 | vt. 指引,指导
loop、iterate、traversal和recursion这几个词是计算机技术书中经常会出现的几个词汇。众所周知,这几个词分别翻译为:循环、迭代、遍历和递归。乍一看,这几个词好像都与重复(repeat)有关,但有的又好像不完全是重复的意思。那么这几个词到底各是什么含义,有什么区别和联系呢?下面就试着解释一下。
- 循环(loop),指的是在满足条件的情况下,重复执行同一段代码。比如,while语句。
- 迭代(iterate),指的是按照某种顺序逐个访问列表中的每一项。比如,for语句。
- 遍历(traversal),指的是按照一定的规则访问树形结构中的每个节点,而且每个节点都只访问一次。
- 递归(recursion),指的是一个函数不断调用自身的行为。比如,以编程方式输出著名的斐波纳契数列。
有了以上定义,这几个概念之间的区别其实就比较清楚了。至于它们之间的联系,严格来讲,它们似乎都属于算法的范畴。换句话说,它们只不过是解决问题的不同手段和方式,而本质上则都是计算机编程中达成特定目标的途径。以上来源:循环、迭代、遍历和递归
transition 过渡 例如:Transition to the new Microsoft Edge for businessenhance【动词】 增强enhanced【形容词】加强的;提高的;增大的 例如:An enhanced HTML 5 file input for Bootstrap 4.x or Bootstrap 3.x with file preview for various files, offers multiple selection, and more.
decrease 减少increase 增加
单词 add 、plus、 increase 、三个的区别和用法详细说下
add:常用于添加.如: add some milk to the flour
plus:常用于加法.如:What is five plus six?
increase:表示增加.如:The population is increasing fast.
rather than 與 instead of 的用法區別
instead of 是介係詞,意思為「代替; 寧願」,instead of 需搭配名詞或動名詞 (ving )。
He chose tea instead of coffee.他選擇了茶,而不是咖啡。
Instead of punishing George,* his father praised him for his honesty. George的爸爸不但沒有處罰他,反而還稱讚了George的誠實。
*instead of 放在句首時,記得要打逗號,以區分主句和 instead of 片語。
rather than 當連接詞時意為「是…而不是…」
We use “rather than” to give more importance to one thing when two alternatives or preferences are being compared.
當句子中針對2個選項在進行比較的時候,我們常會運用 rather than 這個連結詞去加強其中一件事情本身相對較高的重要性。其前後所連接的兩個字在詞性和結構上必須相稱。
He was happy (adj.) rather than sad (adj.).
他是快樂而非難過的。
She ate her meal slowly (adv.) rather than quickly (adv.).
她慢條斯理地而不是快速地用餐。
另一個常見的用法是would rather…than…,指「寧可…而不願….」,此處的rather than也是被當成連接詞作使用,其後接原形動詞。「寧願…而不願…」句型中的rather than通常不會被放在句首,常用的表達方式如下:
I would rather stay home than go out tonight.
我寧願待在家也不要和你出去。
She would rather play the drums than sing.
比起唱歌,她寧願打鼓。
rather than 可作「介系詞」用,表「而不是…」之意,其句型為:rather than ( = instead of ) + n / v-ing*
Sometimes John drinks orange juice rather than ( = instead of ) milk.
John 有時候會喝柳橙汁,而不是牛奶。
Tina went to bed early rather than ( = instead of ) staying up late.
Tina 早就上床睡覺了,而沒有熬夜。
以上来源:rather than 與 instead of 的用法區別
in verbatim 逐字
preface n. 前言;序;开场白;序幕;序祷;序诵 | v. 为…作序;以…作为(讲话;事件)的开场白;用…引出
conform to 遵循
关于代理 Broker、Agent 和 Proxy
Broker 经纪人,是一个独立主体,但没有自主决策能力,只负责订约过程。
Agent 代理人,是一个独立主体,负责完成任务但不负责执行任务,Agent 具有一定的自主决策能力,如对服务请求的选择。
Proxy 指行为代理,不是一个主体。Proxy 是完全的传递者,如请求和响应的转发,操作控制的传递。
detect v. 探测
frontend layered architecture 前端分层体系结构。【相关链接】Clean Architecture on Frontend
评论已关闭