测试页面尝试设置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.getEle...
[转]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...
[开源]Webmin - WebUI for Linux
现在是真的不推荐,里面功能很多,但很多过时的东西,一不留神就给你弄个大坑,ldap 原生还不考虑 sssd,默认用的 person 和 posixAccount。连看起来界面特别 oldschool 的老版本 phpldapadmin...
[开源]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 上搭建博客。 安装以及部署Github上的操作新增一个仓库(Repositories),仓库名...
[转载]推特(twitter)怎么看全部的(或特定时间段的)推文?
例子https://twitter.com/search?q=(from%3AailycIS)%20until%3A2020-04-13%20since%3A2020-02-13&src=typed_query方法一:使用搜索...