毕业这么久了,回头看看,没有达到预期的目的。太多时间纠结在项目里技术,失去了自己原有的色彩。
这一年来火了很多技术,node.js, hadoop等,视乎离我很近。
大学是时候还能用自己的激情创造社会的生产力,能创建一些自己喜欢的项目并且投入到互联网中,但是现在没有这样的条件来做这些事情。
I assert:
Some of these criteria pull against each other. For example, how can I make a meaningful-yet-short uri? URI-design rightly remains an art not a science. (更多…)
HTTP persistent connection, also called HTTP keep-alive, or HTTP connection reuse, is the idea of using the same TCPconnection to send and receive multiple HTTP requests/responses, as opposed to opening a new connection for every single request/response pair.
Contents |
It’s a long time for me to write this blog, because I have got Evernote to noted everything I have learned, it is really very convenient.
These are the most common keyboard shortcuts that i use in Sublime Text 2 (WIN):
Ctrl + Shift + P – Commands list
Ctrl+P – Go to anything. I just hit Ctrl+P and type parts of files I want to open – huge time saver.
Ctrl + Space – Auto completion.
Alt + 1, 2, 3, 4, … – Switch between open files’ tabs. Not to waste your time grabbing a mouse, and clicking on a tab.
Ctrl + PgUp/PgDn – Cicles throught the open files
Ctrl + click somewhere in your code – multiplies your caret, so you can simultaneously enter, delete, overwrite your code. Hitting Esc will exit this function. (更多…)
钱,赤裸裸的钱。
没有钱,没有前。
有时候,即使那么不在乎它。
这是一个花钱如流水的季节,即使有一些是那么的不情愿。
生活该这样,生活不该这样。
现在的的真实项目都很大,有很长一段时间没有在eclipse中玩过tomcat了,今天想看看spring mvc就在eclipse中配置了tomcat,启动一切正常,但是不料启动后访问http://localhost:8080/ 居然出现404错误,顿时无语。
如果但是启动startup.sh是能正常启动,也能看到页面的。
首先想到的是配置没有对,但是现在的eclipse已经对tomcat有了很好的集成,仅需要对tomcat-home,和java的classpath配置就能完成的,不需要额外的配置,更不想很早的时候,还需要额外的插件。
到此得出个问题,肯定是eclipse的问题了,应该不是软件的什么bug,可能是在某个地方设置有问题,从这个角度找下去,后来发现,原来在eclipse中的server中添加一个新的服务时,eclipse默认值“有点小问题”。
1、找到server操作窗口,双击下面的tomcat服务
2、在打开的设置中,将Server Locations的选项选成第二个“Use Tomcat installation (takes control of ………)” (更多…)