Fork me on GitHub

03 2021 档案

摘要:GCC环境 首先安装gcc环境 https://www.cnblogs.com/aeolian/p/14562572.html Win+R输入mingw-get安装管理器,安装gdb,或者命令行输入mingw-get install gdb VSCode配置 配置编译环境 VSCode中 Ctrl+ 阅读全文
posted @ 2021-03-25 20:51 秋夜雨巷 阅读(341) 评论(0) 推荐(0)
摘要:安装C++环境 阅读全文
posted @ 2021-03-21 11:29 秋夜雨巷 阅读(290) 评论(0) 推荐(0)
摘要:普通请求 Userinfo sessionUserinfo = (Userinfo)session.getAttribute("CURR_USER"); //如果已经登录,不拦截 if(sessionUserinfo!=null){ return true; }else { //直接response 阅读全文
posted @ 2021-03-13 11:36 秋夜雨巷 阅读(960) 评论(0) 推荐(0)
摘要:Python升级到2.7 下载安装 #下载并解压python2.7 cd /usr/local/src wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz tar -zxvf Python-2.7.10.tgz cd Pyt 阅读全文
posted @ 2021-03-10 22:57 秋夜雨巷 阅读(190) 评论(0) 推荐(0)
摘要:私有云盘Seafile 环境:CentOS 7 Seafile版本: Seafile 7.0.5社区版 官网手册:https://cloud.seafile.com/published/seafile-manual-cn/deploy/using_mysql.md 其他版本下载:https://do 阅读全文
posted @ 2021-03-10 13:19 秋夜雨巷 阅读(1111) 评论(0) 推荐(0)