大家2023年,新春快乐
2019 新的一年
大家2019年,新春快乐
用GTD的思路记账
用手机记账,一直存在着很多的痛点。所以在这篇文章中,给大家提供一种新的思路,来改进记账的工作流,利用已有的一些效率工具缓解记账流程中的一些痛点。
新的一年 - 新的开始
过去的一年,挑战与压力并存,无论是工作还是学业,但是各方面最后都取得了不错的结果。
新的一年,给自己一些新的小目标,继续努力
再游日本关西--濑户内海北岸游(姬路,冈山,仓敷)
大多数人到日本关西,基本上都是围绕京都,奈良,大阪等等的主要旅游地段。而这次虽然依旧是关西游,但主要是一些的围绕濑户内海北岸的各种城市的小众景点游玩。姫路(ひめじ),倉敷(くらしき),岡山(おかやま)等等,让人领略到了别样的日本关西。
Claims Identity in ASP.NET authentication Middleware
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.
无意中中了一枚transloader的兑换码
也不枉费我关注少数派这么久,哈哈
竟然中了一枚transloader的兑换码,奖不大但是心情很好~~
顺便安利一下少数派,文章品质很不错~
hexo cannot use space within tag plugin arguments
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.
在ios设备上使用surge配合shadowsocks开启网络全局代理
ios上的网络代理一直是我诟病的话题之一。
- 手机网络不能使用代理
- 默认的wifi下代理只能支持http
随着ios9添加的新的Network Extension
的特性,surge(App Store)出现了,利用surge所提供给我们的功能,我们将给出一个近乎完美的全局代理方案。
使用DNSPod支持基于github和gitcafe双线路的hexo博客
为什么要支持双线路的博客?
- github国内访问速度缓慢,偶尔甚至无法访问
- baidu爬虫被github禁用(外媒一撇)
- 不想放弃github
这样做可以获得什么优势:
- github对应国外访问,gitcafe对应国内访问,保持速度
- baidu爬虫抓取gitcafe数据,不会受到github的禁用影响
- 双线路同一域名,在DNS服务器上实现分流,不会因为主机不同影响最终用户的访问域名
在开始本文之前,强烈建议读一下我的另一篇文章从DNS到github pages自定义域名 – 漫谈域名那些事,可以帮助你熟悉过程中的很多原理。