linux常用命令
摘要:ubuntu在错误的地方git clone了文件,强制删除: rm -rf lanScape 文件操作: 磁盘操作: http://math.ecnu.edu.cn/~jypan/Teaching/Linux/command/index.htm
阅读全文
JS生成二维码
摘要:演示: https://lanleilin.github.io/lanTools/generateQRcode/qrCode.html 代码地址: https://github.com/lanleilin/lanTools/tree/master/generateQRcode 方法,在html中引入
阅读全文
为IE和chrome编写单独的样式
摘要:flex布局在IE10上不支持,为IE10编写特定的样式可以用判断navigator.userAgent 的方法 css: html[data-useragent*='MSIE 10.0'] .LoginContainer { width: 350px; } html[data-useragent*
阅读全文
几个简单的VBS脚本程序以及其JS实现
摘要:1 语音发声脚本,调用sapi.spvoice读英语hh 保存为say.vbs,点击打开就可以念诗: 使用JS要有activeX控件 可以调用百度的API: 2 自动发送消息: vbs脚本: 打开桌面上发给银翼的对话框,即可发送复制在剪切板的消息 3 打开桌面应用 保存为open.vbs: 即可打开
阅读全文