中文http://site.douban.com/177678/widget/notes/12784764/note/264339496/英文http://www.positivityblog.com/index.php/2007/09/05/7-habits-of-highly-ineffecti...
分类:
其他好文 时间:
2015-03-21 21:08:15
阅读次数:
150
Simple DP, but notes:1. initialize the array not only for dp[i] += dp[i-1], but also dp[i] += dp[i-1] + grid[i][0];2. Clear that we are using one dime...
分类:
其他好文 时间:
2015-03-21 08:35:36
阅读次数:
115
Two notes:1. I dont know whether C++ has a good split function for STL as the JAVA. Need to figure it out.2. At the beginning, I tried to set tmp1 = t...
分类:
其他好文 时间:
2015-03-19 06:17:36
阅读次数:
130
Some Notes on Company Culture 一些关于企业文化的要点 What follows are condensed notes on almost 20 years of working in tech. In that time I’ve worked with people and teams of different sizes, on ...
分类:
其他好文 时间:
2015-03-18 21:52:25
阅读次数:
281
一、总览大致上的逻辑如上图,简化细节来归纳,便是 用一个bat脚本来驱动整个备份过程。二、一些准备工作1、为备份所需的脚本,以及最终备份生成的文件创建目录 开始=》运行=》 cmdmkdir "D:\dba_files\hemes_db_bak\HEMESDB1\full_daily"mkdir "...
分类:
其他好文 时间:
2015-03-17 23:29:52
阅读次数:
278
使用gcc编译C代码,引用了C++ 库,出现这个错误,网上搜到这哥们的文章,解决问题转自:错误:undefined reference to `__gxx_personality_v0'1. Linux Develop Notes * 编译 c++ 程序需要添加 -lstdc++ sample: g...
分类:
其他好文 时间:
2015-03-17 19:39:13
阅读次数:
109
Course Description Teaching Assistants Peng Qi Course Notes (updated each week)?Detailed Syllabus Class Time and Location Spring quarter (March - June, 2015). Lecture: Monday, Wednesday 11:00-12:...
分类:
其他好文 时间:
2015-03-17 16:07:25
阅读次数:
1021
A close look at ALSAhttp://www.volkerschatz.com/noise/alsa.htmlLinux ALSA sound noteshttp://www.sabi.co.uk/Notes/linuxSoundALSA.html[alsa-devel] [PATC...
分类:
其他好文 时间:
2015-03-16 16:09:04
阅读次数:
150
效果如下添加 outputbar.houtputbar.cppoutputbar.h改为//*******************************************************************************// COPYRIGHT NOTES// ----...
分类:
其他好文 时间:
2015-03-15 16:37:06
阅读次数:
437
uva 147 Dollars
New Zealand currency consists of $100, $50, $20, $10, and $5 notes and $2, $1, 50c, 20c, 10c and 5c coins. Write a program that will determine, for any given amount, in how many...
分类:
其他好文 时间:
2015-03-15 15:19:22
阅读次数:
149