油猴脚本执行页面函数

1.使用unsafeWindow替代window 2.使用@grant none // ==UserScript== // @name Content Script Example, grant none // @grant none // ==/UserScript== // Because I am a "@grant none"...

修改node.js默认的npm安装目录

默认的安装路径:C:/用户/[用户名]/AppData/Roming/npm/node_meodules 修改 一:打开CMD,查看配置 npm config ls 二:在其它物理盘建立文件夹如:D:\sw\develop\nodejs\npm 三:重新设置 npm config...

macOS 系统安装方法/系统重装

  因为OS X EI Capitan 后磁盘工具界面变化比较大,所以以下教程只适用于Mac OS X 10.11或以上系统,若是10.10.5或以下的安装方法请参考这里 https://www.applex.net/threads/55708/ MacOS...

TransMac Win系统下制作 OS X启动盘图文教程超详细小白版(附镜像下载)

         如果你苹果电脑系统崩溃了,身边刚好又没有苹果电脑做启动盘,那在win系统制作一个苹果启动盘是你最好的选择,之所以说是小白版         是因为制作过程每个环境都记录下来方便不熟悉的.        ...

windows 10无法打开磁盘和文件夹 没有与之对应的应用

下载Directory、Drive、Folder后正常 File Association Fixes for Windows 10 (Defaults) Here is the list of file association fixes (Windows defaults) for some of the common file types. These fixes ar...

vuejs filter中输出html

解决方法 使用全局方法 使用 computed 属性 使用 $options.filters :inner-html.prop 使用全局方法 put your highlight into methods, and v-html="highlight(option.title)" 也可以在 Vue 上...

Better SVG Fallback and Art Direction With The Element

Besides using an SVG as a background image in CSS, you can serve SVG foreground images in HTML using one of several embedding techniques, each of which has its advantages and use cases. Unless you...

apache rewrite中文问题

RewriteRule ^star/(.*)$ phpinfo.php?a=$1 [QSA,L,B] 这条规则有些中文无法匹配,出现404问题,无法匹配的中文中包含%85,0085在ansi中为换行符,而.匹配除换行的任何字符,要换成以下这条 RewriteRule ^star/([...