会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GentleMint
首页
新随笔
订阅
管理
上一页
1
2
3
下一页
2016年5月10日
DOM中的node与element的区别
摘要: 先看document的两个常见method。 document.createTextNode Constructor: Text document.createElement Constructor: HTML*Element Constructor: Text Constructor: HTML*
阅读全文
posted @ 2016-05-10 10:00 薄荷君
阅读(2263)
评论(0)
推荐(0)
2016年5月1日
Notepad++中查找替换回车符
摘要: "End of Line"行结束符,由"CR", "LF"组合构成,有几种可能: "CR", “LF”, "CR"+"LF"等。 经实测, Windows中的GitBash、Linux的行结束符为“LF”, Windows的行结束符为"CR"+"LF" "CR" 对应\r "LF" 对应\n
阅读全文
posted @ 2016-05-01 09:40 薄荷君
阅读(12222)
评论(0)
推荐(0)
2016年4月28日
rse / raiseEvent
该文被密码保护。
阅读全文
posted @ 2016-04-28 08:39 薄荷君
阅读(2)
评论(0)
推荐(0)
2016年4月11日
[JS] save txt file
摘要: (function () { var blob = new Blob(['content'], {type: 'text/plain; charset=utf-8'}), blobUrl = URL.createObjectURL(blob), node = document.createElement('a'); node.href = blo...
阅读全文
posted @ 2016-04-11 10:16 薄荷君
阅读(365)
评论(0)
推荐(0)
2016年3月31日
mojo raise event
该文被密码保护。
阅读全文
posted @ 2016-03-31 16:53 薄荷君
阅读(1)
评论(0)
推荐(0)
解读openMenu of FilterPanelStack
该文被密码保护。
阅读全文
posted @ 2016-03-31 11:35 薄荷君
阅读(0)
评论(0)
推荐(0)
2016年3月30日
随想感悟
该文被密码保护。
阅读全文
posted @ 2016-03-30 11:15 薄荷君
阅读(5)
评论(0)
推荐(0)
2016年3月18日
解读 placeholder (SearchInput)
该文被密码保护。
阅读全文
posted @ 2016-03-18 14:53 薄荷君
阅读(2)
评论(0)
推荐(0)
2016年3月17日
解析 markupSlots, markupMethods
该文被密码保护。
阅读全文
posted @ 2016-03-17 16:53 薄荷君
阅读(0)
评论(0)
推荐(0)
2016年3月15日
javascript之typeof、constructor、instanceof
摘要: ref: http://jingyan.baidu.com/article/29697b912f9939ab20de3c8c.html
阅读全文
posted @ 2016-03-15 17:42 薄荷君
阅读(118)
评论(0)
推荐(0)
上一页
1
2
3
下一页