2017-03-31
2017-03-30
好久没有分享WordPress插件了,昨天WordPress插件网页更新了设计,公司网站SEO做的又差,所以今天推荐一个叫Yoast SEO的插件。
2017-03-29
2017-03-28
2017-03-27
今天遇到一个vue父子组件传值的问题,还好在链接文末解决了,https://forum.vuejs.org/t/vue/8635
2017-03-26
2017-03-25
如果你开了一家珠宝店,要想一些句子,你会写些什么? http://zengxiaoluan.com/2017/03/23/mrc/
2017-03-24
今天遇到Vue的一个坑:https://forum.vuejs.org/t/vue-dom-js/8489/5 是自己对Vue生命周期理解不到位所导致的,还有一个问题:<p>{{data.data.data}}</p>,这样写vue的组件,vue也会报错,估计是不支持这种写法。
2017-03-23
2017-03-22
看看四年前的前端格局:http://history.programmer.com.cn/15552/ 话说现在人工智能、机器学习这么火,为什么前端还是这样的搞法呢?真是不合情理嘛!或者我们是不是应该先搞人工智能回过头来再搞前端?
2017-03-21
下雨与编程:http://zengxiaoluan.com/2017/03/21/rain-and-programming/
2017-03-20
在和springMVC后端进行数据交互时可能会报出415 Unsupported media type错误。 看这个链接:http://stackoverflow.com/questions/11492325/post-json-fails-with-415-unsupported-media-type-spring-3-mvc 同时你可能也想屏蔽掉谷歌浏览器的“同源策略”安全行为,允许跨域。 看这个链接:http://blog.mingsixue.com/debug/Chrome-cross-domain-set.html 亲测有限。
2017-03-19
小阁v1.0.3已发布,请发布小天使更新代码。
2017-03-18
在长沙补办外地电信卡,只能在2号线迎宾路口站1号出口的湖南省电信分公司营业厅才能办理,而且据说只能补办4g卡,3g卡就不行,还要交20块钱。记下,免得走弯路。
2017-03-17
2017-03-16
Easy JSLint for Sublime Text. It has JSLint built in; requires only Node.JS installed on your system. It can automatically run JSLint when you save a .js file. Support for ES6: The Good Parts. Now supports JSON. Fully configurable linting options. Jump to errors using F4 / Shift+F4. Works on Linux, MacOS and Windows. https://packagecontrol.io/packages/JSLint 让JSLint检测你的js代码是否合格。
2017-03-15
315晚会,来看看打假,加入打假。 http://315.cctv.com/
2017-03-14
2017-03-13
小阁V1.0.2,完善注册流程。 http://zengxiaoluan.com/xiao-ge/
2017-03-12
海带炖红烧肉虽然也是十分的好吃,但是不放盐也是没有味道,但是我就想做菜不放盐,又有味道,因为我们吃菜吃的是食物本来的味道,为什么要放盐呢? http://www.guokr.com/post/708523/
2017-03-11
2017-03-10
- 一,今天发现一个有意思的现象是”[email protected]“和“test@test。com”是一个意思。
- 二,在form表单里如果有type=”submit”,输入enter,触发的事件是MouseEvent而不是KeyboardEvent,但是你也是可以监听到keyup事件的。
2017-03-09
睡觉,晚安。
2017-03-08
2017-03-07
2017-03-06
手动更新WordPress的插件和主题非常烦,看这个链接就可以解决了。 https://codex.wordpress.org/Configuring_Automatic_Background_Updates
2017-03-05
在相机里面AV指的并不是adult video,而是aperture value的意思,这对理解光圈优先模式很重要。 http://blog.sina.com.cn/s/blog_4bdaa6b20100nlt7.html http://www.canon.com.cn/specialsite/ds_abcbook/intermediate02.html
2017-03-04
2017-03-03
url-slug-english v1.1 http://zengxiaoluan.com/url-slug-english/
2017-03-02
PO/MO Editor(一个插件) adds a versatile interface to WordPress for editing and recompiling translation files.Any .po files found within the wp-content directory will be listed for editing, with the associated project name and language identified for easier organization and filtering to find what file you need to edit. 这个插件虽然可以编辑翻译的文件,但我依然觉得没什么用,还是Poedit好,因为这个插件无法生成po文件,如果你修改WordPress core的翻译文件又会被WordPress更新覆盖,所以还是参与WordPress开源项目比较好。
2017-03-01