0%

用手机记账,一直存在着很多的痛点。所以在这篇文章中,给大家提供一种新的思路,来改进记账的工作流,利用已有的一些效率工具缓解记账流程中的一些痛点。

Read more »

过去的一年,挑战与压力并存,无论是工作还是学业,但是各方面最后都取得了不错的结果。
新的一年,给自己一些新的小目标,继续努力

Read more »

大多数人到日本关西,基本上都是围绕京都,奈良,大阪等等的主要旅游地段。而这次虽然依旧是关西游,但主要是一些的围绕濑户内海北岸的各种城市的小众景点游玩。姫路(ひめじ),倉敷(くらしき),岡山(おかやま)等等,让人领略到了别样的日本关西。

cover.jpg

Read more »

The original motivation for this article is about following issue:

  • how does the claim identity information persist after login in ASP.NET
  • why does updating of claim identity in owin context not persist in further request

The WIF(Windows Identity Foundation) provides a Claims-Based Identity Model. And in ASP.NET, we can already build a Claims-Aware ASP.NET Web Application. Especially, when using with different kind of authentication middleware, WIF provides the same abstract layer to access the identity information across the whole asp.net pipeline context.

In this article we will talk about some detail about asp.net authentication middleware based on the CookieAuthenticationMiddleware. At the end, let’s discuss more about persist claim in cookie across request.

Read more »

When I use the hexo tag plugin, i found that I cannot use space within the parameter of a tag plugin, even I wrap the parameter with double quote. This confuses me a lot.

Originally, I think this may be the bug of a 3rd party tag plugin for hexo.
But after some investigation, this is the bug of hexo itself.

Read more »

为什么要支持双线路的博客?

  • github国内访问速度缓慢,偶尔甚至无法访问
  • baidu爬虫被github禁用(外媒一撇)
  • 不想放弃github

这样做可以获得什么优势:

  • github对应国外访问,gitcafe对应国内访问,保持速度
  • baidu爬虫抓取gitcafe数据,不会受到github的禁用影响
  • 双线路同一域名,在DNS服务器上实现分流,不会因为主机不同影响最终用户的访问域名

在开始本文之前,强烈建议读一下我的另一篇文章从DNS到github pages自定义域名 – 漫谈域名那些事,可以帮助你熟悉过程中的很多原理。

Read more »