上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: jupyter notebook主题 作者的GitHub地址:https://github.com/dunovank/jupyter-themes 个人觉得这款比较好看oceans16 pip3 install --upgrade jupyterthemes 安装 jt -l 获取主题名称 jt - 阅读全文
posted @ 2020-05-07 20:36 麻辣猪仔 阅读(1448) 评论(0) 推荐(0) 编辑
摘要: 点击8086芯片,更改internal memory size的大小为0x10000 阅读全文
posted @ 2020-05-07 12:10 麻辣猪仔 阅读(10956) 评论(1) 推荐(1) 编辑
摘要: [TOC] 打开环境变量 更改环境变量 “用户变量”和“系统变量”栏里,找到TEMP与TMP,都改成%SystemRoot%\TEMP 改完就ok了 阅读全文
posted @ 2020-05-07 12:06 麻辣猪仔 阅读(4692) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1838784/202005/1838784-20200505202652392-560045058.png) ```cpp #include using namespace std; class Strategy; class Context { public: Context(Strategy* pStrategy); 阅读全文
posted @ 2020-05-05 21:08 麻辣猪仔 阅读(144) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1838784/202005/1838784-20200505173507280-1671589417.png) ```cpp #include #include #include using namespace std; typedef string State; class Observer; // 目标 class S 阅读全文
posted @ 2020-05-05 17:33 麻辣猪仔 阅读(150) 评论(0) 推荐(0) 编辑
摘要: "原文链接" 阅读全文
posted @ 2020-05-05 15:52 麻辣猪仔 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 先按照结束时间进行排序,取第一个节日的结束时间作为当前时间,然后从第二个节日开始搜索,如果下一个节日的开始时间大于当前的时间,那么就参加这个节日,并更新当前时间 #include <bits/stdc++.h> using namespace std; typedef long long ll; c 阅读全文
posted @ 2020-05-03 20:08 麻辣猪仔 阅读(103) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; const int maxn = 10; bool maps[maxn][maxn], row[maxn][maxn], col[maxn][maxn]; int mat[maxn][maxn]; void 阅读全文
posted @ 2020-05-01 17:44 麻辣猪仔 阅读(207) 评论(0) 推荐(0) 编辑
摘要: centos7安装Apache centos7安装mysql8 centos7安装php7 先登录mysql创建一个wordpress的数据库 create database wordpress 下载wordpress https://cn.wordpress.org/ latest-zh_CN 下 阅读全文
posted @ 2020-04-27 16:38 麻辣猪仔 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 脚本升级 用大佬写的脚本: https://yq.aliyun.com/articles/717769?spm=a2c4e.11153940.0.0.19691828VAHGI6 脚本内容在上面链接的文章末尾,复制脚本内容,用vim打开,然后粘贴脚本内容,运行大约10多分钟就好了 vim php_u 阅读全文
posted @ 2020-04-24 22:29 麻辣猪仔 阅读(1851) 评论(1) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页