自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (2)
  • 收藏
  • 关注

转载 【转】实习中,我怎样学习和工作

最近看了一篇关于实习的好帖子,故分享之。希望对大家有用。以下原文:---------------------------------------------------------------   割--------------------------------------------------------------------------------------

2013-03-16 19:11:56 1109

转载 (int&)a和(int)a的区别

#include #include using namespace std;int main() { float a = 1.0f; cout << (int)a << endl; cout << &a << endl; cout << (int&)a << endl; cout << boolalpha << ( (int)

2013-03-16 04:23:37 533

转载 How to Install ATI Catalyst on Slackware Linux

For the past few days I have been enjoying the power and stability of Slackware Linux. Coming from using Ubuntu as my primary system where everything was installed at the click of a button it took a l

2012-05-18 02:24:33 807

转载 Using your Slackware Linux box as wireless AP

IntroductionThis tutorial provides a simple (or almost simple) experience as base for setting up a wireless access point using a PC equiped with an 802.11a or 802.11b/g WiFi card and, of course,

2012-05-16 21:07:12 776

原创 QT 笔记 Chapter2

Slots are almost identical to ordinary C++ member functions. They can be virtual; they can be overloaded; they can be public, protected, or private; they can be directly invoked like any other C++ mem

2011-06-03 09:17:00 371

原创 C++ 字符串

     C++ 中字符串的问题,有如下两段代码:     代码一:     const std::string hello = "Hello";const std::string message = hello + ", world" + "!";     代码二:     const std::string exclam = "!";const std::string message = "Hello" + ", world" + exclam;     编译后发现,代码一可以通过编译,而代码二

2011-05-31 18:53:00 679

原创 学习学习学习~!~!~!

<br />     今天,看了刘未鹏博客中对Bjarne的访谈,以及他的《你应当如何学习C++》的博文,发现自己以前学习C++时也犯了过多关注细节和语言特性的错误。不是说就不能关注细节,只是没有必要过多去探究,毕竟C++的细节太多了,很多在我们普通实际编程中根本用不到。这些东西看过了不用就会很容易忘记,然后忘了又漫无目的的看,这样就会陷入一个死循环中。而其实编程能力并没有什么提高。<br />     虽然准备考研挺忙的,不过还是得抽空写写博客,从小就懒得写东西,导致现在写作能力十分的菜,写篇东西东拼西凑

2011-05-27 21:06:00 438

转载 Install Google Chrome in Slackware 13.1 x86_64

Linux Slackware Google Chrome

2011-04-19 20:01:00 1380

HDU 2000-2099 解题报告

杭电2000-2009题的解题报告,是CHM电子式格式的~

2009-09-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除