All Posts

Paste bin

小纸条 目的 经常需要复制一个长网址或者一段文字,但电脑上没有登陆微信,也懒得为了传一段字专门登,同时一个字一个字打出来没效率。或者偶尔有些需要记的号码,用其他工具不太方便。 为了解决以上问题,做了一个简单的小纸条 web app:ji.youyisi.de(记有意思的) 使用 打开 http://ji.youyisi.de 直接填入内容,提交 这里简单网址直接取回:ji.youyisi.de/public 如果希望独享网址,则在提交前填上标题。会自动生成一个独享的16位哈希网址。 优点 相对pastebin更简单直接 重新获取内容便捷 同时也可生成独享网址 TODO 优化移动端体验

Learn Python Story

Learn by story and have fun! Python code: #!/usr/bin/python3 import sys from math import sin,pi,e # Long long time ago... ''' There is a King. He has a Queen. ''' print("King: Hello, my Queen!") child1 = "boy" if child1=="girl": print("They have a princess.") elif child1=="boy": print("They have a prince.") else: print("They have a ...") title = {'boy': 'prince', 'girl': 'princess'} print('Albert: Yes, I\'m a', title[child1], end='.\n') print('And There are two princesses.

Markdown's Story

=_= I’m BIG head ^_^ I’m head number 2 ^O^ I’m head number 3 -_- I’m little one -_- Let’s do a list 3 different list =_= next one keep in line ^_^ next one stand back ^O^ next one stand back -_- =_= I eat apple banana orange ^_^ I eat meat egg =_= I told you what I eat -_- I did not ^_^ Let’s jump in own positon

The Real First Post

很早就想建一个博客 一是做一个记录,方便回忆学过的东西,反馈激励自己学习, 二是分享知识,帮助别人少走一些弯路。 几个月前建站技术上就完成了,一直没有正式写一篇博客,可能是怕不完美而迟迟不肯下手。 Learning to act my way into the right thinking, instead of thinking my way into the right action. Rather than trying to be perfect, abandon your all-or-nothing mentality. 这两天会开始写 Markdown 和 python 的文章。