好久没有学习Qt了,因为研究生开学,各种杂事,使得qt学习之路中断了一段时间,最近良心发现,要重拾qt,qt封装好了socket库,这使得我们我们调用socket库来创建网络应用相当快捷。比如用qt来下载一个文件,访问webserver都可以方便的使用。 » Read more: Qt学习之路——QHttp,QTcpSocket与QAbstractSocket
Open Source on Github: Your First Contribution (Repost)
August 22nd, 2013 by JasonLe's Tech 1,627 viewsAs a senior Computer Science student, I am constantly hearing about how great it is to contribute to open source projects on github. Many job listings list it as a qualification or a “plus”, and it is casually thrown around in conversation at all kinds of seminars and events at school. Sounds great, I should do that! The only problem is: I’m a huge noob! I’ve done well in my computer science classes at school, sure, and I’ve built some projects that my family and friends think are cool, yes, but surely I can’t contribute in any meaningful way to a project with real users, right? Right?
» Read more: Open Source on Github: Your First Contribution (Repost)
github 换行符自动转换
August 20th, 2013 by JasonLe's Tech 1,308 views今天小心翼翼地 Fork 了一个项目,本地改好提交,同步到服务器,怀着激动的心情发出 Pull Request……这时发现问题了。我发现 diff 图表显示的更新并不仅是我修改的那几行,而是整个文件都显示为已修改。 » Read more: github 换行符自动转换
error LNK1123: 转换到 COFF 期间失败
August 16th, 2013 by JasonLe's Tech 1,130 views统计单词出现数目(更新)
August 13th, 2013 by JasonLe's Tech 1,493 views这里有一个大文本(一些经典英文小说的集合),文件在解压后大约有20m。
文本中都是英文单词,空格以及英文的标点符号: [.,;-~”?’!] (句号,逗号,分号,破折号,波浪号,双引号,问号,单引号,感叹号)
» Read more: 统计单词出现数目(更新)