摘要:
Most of this note comes from the Beginning the Linux Command Line, Second Edition by Sander van Vugt The only reason why many administrators are using 阅读全文
摘要:
多队列模拟. 与POJ 1025 Department类似, 不过简化很多. 貌似这类模拟题经常出现. 用STL中的优先队列 ( ) 很好写. 这题我写得很不顺, 老年选手退步太快, 记录一下我犯的一个很隐蔽的错误, 从前对此毫无认识, 想想都可怕, 太菜了. 这道题优先队列里维护的事件 (even 阅读全文
摘要:
Reference Web cites for the C++ standard library 1. "cppreference" 2. "cplusplus" 3. "sgi" 4. "IBM" 5. "MSDN" 6. "isocpp" More resources at this "page 阅读全文
摘要:
Useful Linux Utilities (This article is under constant construction) 1. ssh 相关文章 "How To Change OpenSSH Port On CentOS 7" 2. semanage 相关文章 "RHEL7.0修改S 阅读全文
摘要:
1. 登录系统: 2. 查看当前用户列表: 3. 查看数据库列表: 4. 进入某数据库: 5. 查看某数据库中的数据表: `show tables;` 阅读全文
摘要:
最近在调试OJ, 忙了4天多, 最后的问题是judge模块不能正常工作. judge 模块就是两个C++源文件, 它的工作是 1. 从数据库获取用户提交的源码 2. 测评 3. 将测评结果写到数据库 测评部分是与数据库无关的, 我遇到的问题是C++和数据库无法建立连接. 这个问题根源于我用的是LAM 阅读全文
摘要:
( This article is under constant construction ) DISCLAIMER: 本文的主要内容来自 "https://gcc.gnu.org/onlinedocs/gcc/" 这篇随笔主要记录有关build C/C++程序的知识. 包括 gcc/g++ 的各个 阅读全文
摘要:
今天把OJ项目移到了GitHub上, 学了一点Git. Git is responsible for everything GitHub related that happens locally on your computer. 阅读全文
摘要:
There is no Zen master to prod you with a stick, but I have some questions for you. Your answers will indicate what you have learned so far. If you ar 阅读全文
摘要:
持续更新 1. 从前使用 更新时, 发现软件源是 "cn.archive.ubuntu.com" . 最近在system setting 中将软件源改成了 "archive.ubuntu.com" , 发现速度较慢, 却不知道怎么将源改回来. 原来cn.archive.ubuntu.com是阿里巴巴 阅读全文