码迷,mamicode.com
首页 >  
搜索关键字:something    ( 1401个结果
English Voice of <<Something just like this>>
歌名:something just like this演唱:Chris Martin 词:Andrew Taggart,Chris Martin 曲:Andrew Taggart,Chris Martin,Guy Berryman,Jonny Buckland ,Will Champion I've ...
分类:其他好文   时间:2019-04-27 00:28:15    阅读次数:170
requirejs中的define
关于requirejs中的define的原理理解 我们已经了解到模块模式是为单例创建私有变量和特权方法的。一个最基本的例子: var foo=(function(){ var something='cool', var another=[1,2,3]; function dosomething(){ ...
分类:Web程序   时间:2019-04-26 11:29:53    阅读次数:153
The Ultimate Productivity Hack is Saying No
The Ultimate Productivity Hack is Saying No By James ClearRead this on JamesClear.com The ultimate productivity hack is saying no. Not doing something ...
分类:其他好文   时间:2019-04-24 09:29:42    阅读次数:136
es6模块化
在es6出来之前,javascript还不支持模块化,想要实现模块化,只能用requrie.js(国外)和seajs(国内)之类相关的库。 随着大前端的工作越来越繁杂,系统越来越庞大,更好的分工使其模块化就显得很重要。 在复习之前有一个很重要的,就是目前没有浏览器支持ES6的module模块,如果直 ...
分类:其他好文   时间:2019-04-23 19:04:12    阅读次数:201
错误信息: The server cannot or will not process the request due to something that is perceived to be a client error
错误原因:在提交的表单中有 data 类型的数据。 嗯!我知道,去吧! ...
分类:其他好文   时间:2019-04-18 09:27:57    阅读次数:1372
vue 组件自定义v-model
参考资料:vue官网在vue 中使用v-model双向绑定 <input v-model="something"> 其实是语法糖 <input :value="something" @:input="something = $event.target.value"> 自定义组件使用v-model / ...
分类:其他好文   时间:2019-04-17 15:23:02    阅读次数:145
java设计模式
设计模式概念: 设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如 ...
分类:编程语言   时间:2019-04-17 09:45:13    阅读次数:164
synchronized的使用方法和作用域
文章地址:https://mp.weixin.qq.com/s?__biz=MzI4NTEzMjc5Mw==&mid=2650554746&idx=1&sn=8e45e741ca9f058dba1f3ebbea0e9f07&chksm=f3f833ecc48fbafa295e355c1cdd52dc ...
分类:其他好文   时间:2019-04-16 13:04:09    阅读次数:165
JAVA 8 '::' 关键字
Java 8 中我们可以通过 `::` 关键字来访问类的构造方法,对象方法,静态方法。 现有一个类 Something class Something { // constructor methods Something() {} Something(String something) { Syst ...
分类:编程语言   时间:2019-04-14 18:13:00    阅读次数:269
英文单词拼写纠错
在知乎上看到了一个问题“有哪些你喜欢的逻辑清晰,书写优雅的源代码呢?” 有人po出了大神Peter Norvig的‘Spelling Corrector’(拼写检查器) by http://norvig.com/spell-correct.html 文章大意:2007年的一个星期,两位朋友(迪恩和比 ...
分类:其他好文   时间:2019-04-13 21:41:50    阅读次数:161
1401条   上一页 1 ... 21 22 23 24 25 ... 141 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!