优客李李

「给你的生活加点阳光!」

Windows 10下使用telnet请求得到服务器响应头的方法

本来可以用MacBook Pro的Terminal的,但是MacBook Pro前段时间被小偷带走了,无奈只能用这个老旧的ThinkPad代替一个月,同时等着MacBook Pro 2016到货了。 既然用了Windows,开发过程中一定会有很多坑要踩。这两天开始学习Udacity的Web Development课程,遇到了HTTP Request的问题,目的是使用telnet命令获得服务...

The Most Important Thing for Me Now

I was always confused on my own future. But NOT anymore. After a series of issues I met, I started to talk to myself. Issues I met Finished 2 goals of coding Went to travel for half a m...

Things I need to do

metacognition: awareness and understanding of one’s own thought processes. I feel anxious vs Why I feel anxious Replace Chinese by using English Learn PHP, Python as a back-end language,...

My PHP Notes

Learnd from Codecademy Several functions strlen $length = strlen($example); substr $subString = substr($example, 0, 4); // 0 is starting position; 4 is length strtoupper $uppercase ...

Body Content Shakes A Little Bit When Pop-up Box Is Appearing?

This article is about the effect of the pop-up box. Hypothetically, we have this condition: We have a web page, set body style margin: 0 auto, to make content automatically center; but we...

Font Issues about IE Embedding and Font-Spider

Recently I tried to use a font family called futura , which is just in Mac system. While I opened IE to test, it was replaced. I first tried Font-Spider, an awesome app with 2 major functions: fon...

写在27岁生日

今天我27岁了。生日快乐。 昨天是2016年7月31日,阳历生日;今天是农历六月甘九,恰好又到了农历生日。两个生日前后到来,我即迷迷糊糊给自己放了一个大假。 想来这两天放假,我暂停了Udacity的Nanodegree课程、新旧单词的学习与巩固、读英语,替代的是两款游戏、几则视频,和大片无所事事不思进取的时间。本来计划在生日期间,给自己做个阶段总结,但一直拖到这半夜,13分钟后今天即结束...

Happy 27th Birthday

今天我27岁了。生日快乐。 写在27岁生日 昨天是2016年7月31日,阳历生日;今天是农历六月甘九,恰好又到了农历生日。两个生日前后到来,我即迷迷糊糊给自己放了一个大假。 想来这两天放假,我暂停了Udacity的Nanodegree课程、新旧单词的学习与巩固、读英语,替代的是两款游戏、几则视频,和大片无所事事不思进取的时间。本来计划在生日期间,给自己做个阶段总结,但一直拖到这半夜,1...

3 Ways To Optimize Webpage Performance(网页性能优化的3种方法)

> > **Udacity课程链接** > > > > [Website Performance Optimization](https://www.udacity.com/course/website-performance-optimization--ud884) > > 工具 Chrome Dev Tools里的T...

入门学习Grunt

在Udacity上学习了一点Grunt的皮毛,其实还不算会用,只是会拿现有的文件重新套用到新项目中去。将流程记录如下,慢慢增进。 **安装node.js **node.js链接。安装完毕后,就能用npm了。查看npm的位置,可以在终端输入which npm。 **将Grunt命令行安装到全局环境中: **npm install -g grunt-cli ...