<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[DW-NOTE | DW 笔记 | 开发笔记]]></title>
        <description><![CDATA[DeveWork.com 旗下网站，关于前端开发，运维，Mac，WordPress 等的开发笔记集]]></description>
        <link>https://note.devework.com/</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Tue, 25 Feb 2020 10:44:16 GMT</lastBuildDate>
        <atom:link href="https://note.devework.com/rss" rel="self" type="application/rss+xml"/>
        <author><![CDATA[JeffMa]]></author>
        <managingEditor><![CDATA[Jeff]]></managingEditor>
        <webMaster><![CDATA[Jeff]]></webMaster>
        <category><![CDATA[gitbook]]></category>
        <item>
            <title><![CDATA[本站说明]]></title>
            <description><![CDATA[https://note.devework.com]]></description>
            <link>https://note.devework.com/</link>
            <guid isPermaLink="true">https://note.devework.com/</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[一些浏览器特殊的CSS hack]]></title>
            <link>https://note.devework.com/front-end/brower-css-hack.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/brower-css-hack.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[contenteditable 简单富文本输入框实现]]></title>
            <description><![CDATA[迫于篇幅，在这里做一个外链引用。]]></description>
            <link>https://note.devework.com/front-end/contenteditable.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/contenteditable.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[获取到 iframe 的页面高度]]></title>
            <description><![CDATA[要确保被iframe 的页面本身的 body 是有高度的，不然被调用后的值是获取不到的（在一些采用绝对定位的内嵌页面就有可能存在这个情况）]]></description>
            <link>https://note.devework.com/front-end/iframe-height.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/iframe-height.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[iPhone X 后时代的CSS hack]]></title>
            <description><![CDATA[常规方式采用 CSS 方式，适用于包括如下但不限于如下的情形：头部或尾部有 fix 元素、需要照顾竖屏的情况]]></description>
            <link>https://note.devework.com/front-end/iphonex-css.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/iphonex-css.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[HTML5 移动端“拍照”图片上传后角度问题]]></title>
            <description><![CDATA[在移动端页面中采用 file 调用原生的图片上传功能时候，发现上传后的图片角度会有奇怪的现象。如竖屏拍照的图片，上传后是倒立的。如果是需要做旋转预览的话，这个时候需要额外做一些工作。]]></description>
            <link>https://note.devework.com/front-end/mobile-image-upload.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/mobile-image-upload.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[new Image() 与 document.createElement('img') 的异同]]></title>
            <description><![CDATA[在前端使用Webp 图片姿势备忘 一文中通过 js 创建图片的方式是document.createElement('img')，一般而言我们都知道如下两种方式可以创建图片：]]></description>
            <link>https://note.devework.com/front-end/new-image-vs-create-element.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/new-image-vs-create-element.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Nodejs 端口号被占用的问题]]></title>
            <description><![CDATA[终端输入：lsof -i tcp:port 将port换成被占用的端口(如：8086、9998)，将会出现占用端口的进程信息。]]></description>
            <link>https://note.devework.com/front-end/node-port.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/node-port.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[同一个页面中使用多个 Swiper]]></title>
            <description><![CDATA[Swiper.js 是一个牛逼的移动端slider 组件，遇到了个需要在同一个页面使用多个slider 的问题。如果直接用官方 DEMO 的例子是会冲突的。]]></description>
            <link>https://note.devework.com/front-end/swiper-js-multi-instance.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/swiper-js-multi-instance.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[URL传参的值含有加号“+”被转换为空格的解决方法]]></title>
            <description><![CDATA[首先先说明下原因。在URI 规范中（第12/13页 https://tools.ietf.org/html/rfc3986），加号是一个保留字符。被处理成空格应该是各个使用端约定俗成的处理方式（譬如 Chrome 中及 Node 的 express 框架用这这种处理方式）。]]></description>
            <link>https://note.devework.com/front-end/url-query-plus.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/url-query-plus.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[网页水印的实现]]></title>
            <description><![CDATA[大体上是前端插入 DOM 结构+ CSS pointer-events: none 的组合方式。]]></description>
            <link>https://note.devework.com/front-end/web-watermark.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/web-watermark.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[前端使用Webp 图片姿势备忘]]></title>
            <description><![CDATA[总结不全，仅提供个人目前在使用的方案参考。]]></description>
            <link>https://note.devework.com/front-end/webp.html</link>
            <guid isPermaLink="true">https://note.devework.com/front-end/webp.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[No title]]></title>
            <description><![CDATA[我的AWS VPS的LINUX版本是UBUNTU 14.04，首先用AWS证书验证的账户登录.]]></description>
            <link>https://note.devework.com/devops/aws.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/aws.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[腾讯云 Centos 6安装 Node 6/7/8]]></title>
            <description><![CDATA[腾讯云上安装的centos 6 安装高级node 版本比较蛋疼，摸索了下用下面的曲线方式：]]></description>
            <link>https://note.devework.com/devops/centos6-node.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/centos6-node.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[crontab 定时任务失效的解决方法]]></title>
            <description><![CDATA[crontab -e 加入]]></description>
            <link>https://note.devework.com/devops/crontab-failed.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/crontab-failed.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[git staged or untracked files]]></title>
            <description><![CDATA[Git 的一些命令收集备份。]]></description>
            <link>https://note.devework.com/devops/git-files.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/git-files.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[LNMP 安装ftp 遇到的坑点]]></title>
            <description><![CDATA[文档：https://lnmp.org/faq/ftpserver.html]]></description>
            <link>https://note.devework.com/devops/lnmp-ftp.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/lnmp-ftp.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[LNMP 安装 PostFix 失败解决方案]]></title>
            <description><![CDATA[安装方法参考：https://www.cmhello.com/lnmp-centos-postfix.html]]></description>
            <link>https://note.devework.com/devops/lnmp-postfix.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/lnmp-postfix.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[LNMP: redis-cli 的全局访问]]></title>
            <description><![CDATA[用cp命令复制到usr目录下运行，可以使用redis-server，redis-cli启动]]></description>
            <link>https://note.devework.com/devops/lnmp-redis-cli.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/lnmp-redis-cli.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[LNMP: 解决操作WordPress时提示输入FTP 信息]]></title>
            <description><![CDATA[使用LNMP 一键安装包安装WordPress 后可能遇到操作WordPress时提示输入FTP 信息的问题，]]></description>
            <link>https://note.devework.com/devops/lnmp-wp-ftp.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/lnmp-wp-ftp.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[LNMP 一键安装包相关折腾记录]]></title>
            <description><![CDATA[1、putty登陆linux系统。]]></description>
            <link>https://note.devework.com/devops/lnmp.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/lnmp.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[延长SSH 会话超时时间]]></title>
            <description><![CDATA[取消注释下面两段：]]></description>
            <link>https://note.devework.com/devops/ssh-session-time.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/ssh-session-time.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Linux VPS SSH KEY 相关笔记]]></title>
            <description><![CDATA[默认你已经设置了公钥密钥,]]></description>
            <link>https://note.devework.com/devops/vps-ssh-key.html</link>
            <guid isPermaLink="true">https://note.devework.com/devops/vps-ssh-key.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[WordPress 启用 HTTPS 后原数据库的修改]]></title>
            <link>https://note.devework.com/wordpress/https-res.html</link>
            <guid isPermaLink="true">https://note.devework.com/wordpress/https-res.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[WordPress + Redis Object Cache]]></title>
            <description><![CDATA[处理遇到如 ”/var/redis/run/redis_6379.pid exists, process is already running or crashed“的问题]]></description>
            <link>https://note.devework.com/wordpress/redis-obj-plugin.html</link>
            <guid isPermaLink="true">https://note.devework.com/wordpress/redis-obj-plugin.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[iOS 11+ 中使用Charles 抓包的正确姿势]]></title>
            <description><![CDATA[此时，Charles 就可以正常捕获 Https 请求。]]></description>
            <link>https://note.devework.com/mac/ios11-charles.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/ios11-charles.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[macOS 安装与设置 Nginx]]></title>
            <description><![CDATA[ref: http://tabalt.net/blog/install-nginx-mysql-php-fpm-by-brew-on-mac/]]></description>
            <link>https://note.devework.com/mac/mac-nginx.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/mac-nginx.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[macOS 降级 SVN 版本到1.8]]></title>
            <description><![CDATA[默认在最新的macOS 10.13 上安装的 SVN 版本是1.9，然而如果你有使用 CornerStone 这类第三方 SVN 客户端管理应用的话，因为其支持的版本只能是1.7 或1.8。如果你有经常切换使用 SVN 客户端与执行 SVN 命令的需求，那么常常会发现客户端操作与 SVN 操作会常常起冲突。]]></description>
            <link>https://note.devework.com/mac/mac-svn.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/mac-svn.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[How to use the MAMP Mysql command line client in a terminal]]></title>
            <description><![CDATA[如果要链接为默认的：]]></description>
            <link>https://note.devework.com/mac/mamp-mysql.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/mamp-mysql.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[一种解决 oh-my-zsh 更新无效的方式]]></title>
            <description><![CDATA[报错信息：]]></description>
            <link>https://note.devework.com/mac/oh-my-zsh-update.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/oh-my-zsh-update.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Proxifier 的高阶用法]]></title>
            <description><![CDATA[https://www.proxifier.com/download.htm]]></description>
            <link>https://note.devework.com/mac/proxifier.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/proxifier.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Mac 上安装 redis]]></title>
            <description><![CDATA[安装命令：]]></description>
            <link>https://note.devework.com/mac/redis.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/redis.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[Mac OS X 配置环境变量]]></title>
            <description><![CDATA[/etc/profile；/etc/bashrc 是针对系统所有用户的全局变量，只有root用户才能修改这两个文件，对一般用户来说是他们是只读的。一般用户要想修改它们，可以在命令前加sudo，意思是以Root身份执行，比如：sudo vi /etc/profile  ，然后按照提示输入密码即可。]]></description>
            <link>https://note.devework.com/mac/var-in-mac.html</link>
            <guid isPermaLink="true">https://note.devework.com/mac/var-in-mac.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
        <item>
            <title><![CDATA[京东购物评价脚本]]></title>
            <description><![CDATA[自己网络搜集的可用脚本。]]></description>
            <link>https://note.devework.com/others/jd-comments.html</link>
            <guid isPermaLink="true">https://note.devework.com/others/jd-comments.html</guid>
            <dc:creator><![CDATA[JeffMa]]></dc:creator>
        </item>
    </channel>
</rss>