attention:不仅仅是文本框内的选择会被脚本记录,在本页面内所有的选取都会被记录 function GetSelectedText (){ var userSelection, ta; if (window.getSe...
[Javascript]Cookie操作测试
测试页面尝试设置cookies里加入test cookie document.writeln("") function setCookie (cookieName, cookieValue, cookiePath, cookieEx...
[转载]7个你可能不认识的CSS单位
译:Emma (https://github.com/simaQ/cssfun/issues/1)【如有雷同纯属巧合;如要转载,请注明出处(虽然概率接近于0)】 注: 原文链接 7 CSS Units You Might Not Kn...
[Javascript]UTF-8编码解码
编码本来不准备写的,因为实现起来比较简单,不过平时有时侯自己要用。网上那一堆,全部一模一样的效果,解个繁体出来都是乱码 解码 编码 var refresh = function() { if(document.get...
[转]CSS布局奇淫技巧之--各种居中
转这篇文章就是我发现这段代码有效,并且我居然不知道为什么有用。 1234567.demo { position:fixed; top: 50%; left: 50%; transform: trans...
[Javascript]中文等字符转化为unicode(UTF-16 LE)
嘛,挺不错的。原文:http://blog.csdn.net/geovindu/article/details/9119725 利用的javascript的 charCodeAthttp://www.w3school.com.cn/j...
[开源]Editor.md - 开源在线 Markdown 编辑器
在线: https://pandao.github.io/editor.md/项目: https://github.com/pandao/editor.md 对于 Hexo 这种需要上传显示的还是很好用的,不过理论上 Hexo 本地起...
Hexo + Github搭建博客
Hexo可以作为一个Server使用(hexo server 运行), hexo-deployer-git是官方开发的插件用于 Github 上搭建博客。 需要的环境Hexo基于node.js,故需要先装nodejs以及npm。推荐装...
[转载]推特(twitter)怎么看全部的(或特定时间段的)推文?
例子https://twitter.com/search?q=(from%3AailycIS)%20until%3A2020-04-13%20since%3A2020-02-13&src=typed_query方法一:使用搜索...