Coder Social home page Coder Social logo

jiz4oh.github.io's People

Contributors

jiz4oh avatar

Stargazers

 avatar

Watchers

 avatar  avatar

jiz4oh.github.io's Issues

前后端分离下如何防止 CSRF 攻击 | Jiz4oh's Life

https://jiz4oh.com/2020/10/anti-csrf-on-separation-of-frontend-and-backend/

什么是 CSRF 攻击CSRF 的全名是 Cross Site Request Forgery,翻译成中文就是跨站点请求伪造 CSRF 利用的是网站对用户网页浏览器的信任,简单地说,是攻击者通过一些技术手段欺骗用户的浏览器去访问一个自己曾经认证过的网站并运行一些操作(如发邮件,发消息,甚至财产操作如转账和购买商品)。由于浏览器曾经认证过,所以被访问的网站会认为是真正的用户操作而去运行。这利用了

使用 Valine 开启 Hexo 评论系统 | Jiz4oh's Life

https://jiz4oh.com/2020/11/hexo-next-valine/

关于评论系统博客搭建好之后,由于当时已经晚上12点了,并没有一鼓作气的开启评论系统,就一直拖到了现在。。。 今天终于想起来开启评论系统,在网上搜索了一下 hexo 的评论系统,有以下几个: gitment:基于 GitHub Issue 作为评论存储仓库,但是一直长时间无人维护 gitalk:同 gitment 使用 Github Issue,且页面比 gitment 更精美 disqus:界面

使用 pyenv 和 pipenv 管理糟糕的 python 环境 | Jiz4oh's Life

https://jiz4oh.com/2020/10/install-pyenv-and-pipenv/

前言经常写 python 的开发一定苦恼过一个问题,那就是如何安装 python 环境。经常遇到如下问题: 许多系统默认只自带 python2,导致现在很多使用 python3 的程序无法正常运行 python3 各版本间也不是完全兼容,某些第三库只支持特定的 python 版本 这些问题导致了我们经常会在各个版本间进行切换,甚至每个项目的 python 版本都不尽相同。所以我们需要一个环境管

Hexo 博客搭建过程实录 | Jiz4oh's Life

https://jiz4oh.com/2020/09/hello-hexo/

创建本地博客 blog安装 Hexo 脚手架npm install -g hexo-cli 安装之后可以使用 hexo 对博客命令操作 创建 blog:hexo init 文件夹 创建文章:hexo new 文章名 生成静态文件:hexo generate 简写:hexo g 清除已生成缓存:hexo clean 启动本地服务:hexo server 简写:hexo s 默认监听 4000 端

Rime 输入法指北 | Jiz4oh's Life

https://jiz4oh.com/2020/10/how-to-use-rime/

前言出于对国产输入法软件的不信任,再加上国产输入法广告太多等因素的影响,促使我想要尽快找到一个开源、快捷、不自动上传云端的输入法。 在网上搜索时,Rime 收到了一致好评,让我萌生了非常大的兴趣,故特意找到了 Rime 的相关资料并整理。 本文基于 Rime v1.5.3 版本进行整理,其他版本可能不适用。

HTTP 中的缓存机制 | Jiz4oh's Life

https://jiz4oh.com/2020/11/http-cache/

前言最近在思考如何优化 web 应用的响应速度,常见的方式就是使用缓存,而最常接触的技术其实是服务端做共享缓存,例如 redis 缓存热点数据、CDN 缓存静态资源。在客户端做缓存这一块,知识面还比较窄,经过资料查询和思考,总结一些心得

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.