上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 43 下一页
摘要: 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 阅读全文
posted @ 2016-11-03 15:51 Pat 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Useful Linux Utilities (This article is under constant construction) 1. ssh 相关文章 "How To Change OpenSSH Port On CentOS 7" 2. semanage 相关文章 "RHEL7.0修改S 阅读全文
posted @ 2016-11-03 13:53 Pat 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 1. 登录系统: 2. 查看当前用户列表: 3. 查看数据库列表: 4. 进入某数据库: 5. 查看某数据库中的数据表: `show tables;` 阅读全文
posted @ 2016-11-02 04:12 Pat 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 最近在调试OJ, 忙了4天多, 最后的问题是judge模块不能正常工作. judge 模块就是两个C++源文件, 它的工作是 1. 从数据库获取用户提交的源码 2. 测评 3. 将测评结果写到数据库 测评部分是与数据库无关的, 我遇到的问题是C++和数据库无法建立连接. 这个问题根源于我用的是LAM 阅读全文
posted @ 2016-11-01 23:08 Pat 阅读(163) 评论(0) 推荐(0) 编辑
摘要: ( This article is under constant construction ) DISCLAIMER: 本文的主要内容来自 "https://gcc.gnu.org/onlinedocs/gcc/" 这篇随笔主要记录有关build C/C++程序的知识. 包括 gcc/g++ 的各个 阅读全文
posted @ 2016-11-01 17:52 Pat 阅读(1272) 评论(0) 推荐(0) 编辑
摘要: 今天把OJ项目移到了GitHub上, 学了一点Git. Git is responsible for everything GitHub related that happens locally on your computer. 阅读全文
posted @ 2016-10-29 19:10 Pat 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2016-10-28 14:09 Pat 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 持续更新 1. 从前使用 更新时, 发现软件源是 "cn.archive.ubuntu.com" . 最近在system setting 中将软件源改成了 "archive.ubuntu.com" , 发现速度较慢, 却不知道怎么将源改回来. 原来cn.archive.ubuntu.com是阿里巴巴 阅读全文
posted @ 2016-10-28 12:43 Pat 阅读(233) 评论(0) 推荐(0) 编辑
摘要: CentOS 是基于 Red Hat (RHEL) 的, 其中并没有包管理工具 apt. 最近需要在装了 CentOS 系统的服务器上安装Sublime Text, 到 "官网" 上看了一下, 对其他 (Debian/Ubuntu以外) Linux发行版提供统一的 "tarball" ) 包, 扩展 阅读全文
posted @ 2016-10-28 00:14 Pat 阅读(410) 评论(0) 推荐(0) 编辑
摘要: hihoCoder Challenge 23, Prob. A 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 描述 有一个$n$个点的无向正权图$G$,这个图是连通的,小Y知道这些点两两之间的最短路的长度。 小J想要构造一个新的无向正权图$G'$,使得新图中两两之间的最短路的 阅读全文
posted @ 2016-10-26 18:34 Pat 阅读(219) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 43 下一页