码迷,mamicode.com
首页 >  
搜索关键字:pat    ( 13517个结果
python使图片转化为pdf
# python安装reportlab pip install reportlab -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com参考https://blog.csdn.net/zhezhebie/article/de ...
分类:编程语言   时间:2020-07-25 23:28:34    阅读次数:72
nginx配置path_info,让codeigniter访问其它路由不是404
nginx配置path_info,让codeigniter访问其它路由不是404 ...
分类:其他好文   时间:2020-07-25 23:26:57    阅读次数:72
docker日常管理
Linux版本下载地址:https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ Windows版本下载地址:https://download.docker.com/win/static/stable/x86_64/ 容器可 ...
分类:其他好文   时间:2020-07-25 23:25:06    阅读次数:87
PAT 1020
#第一种做法(21分) #include <iostream> #include<stdio.h> #include<iomanip> int main() { int input,need; //input代表月饼种类 ,need代表市场需要吨数 scanf("%d %d",&input,&nee ...
分类:其他好文   时间:2020-07-24 22:06:42    阅读次数:73
[POJ2226]Muddy Fields(二分图匹配)
【原题】 Description Rain has pummeled the cows' field, a rectangular grid of R rows and C columns (1 <= R <= 50, 1 <= C <= 50). While good for the grass, ...
分类:其他好文   时间:2020-07-24 22:06:12    阅读次数:92
PAT 1038
#include<iostream> #include<stdio.h> using namespace std; int main() { int input,search; scanf("%d",&input); int *score = new int[input]; for(int i=0; ...
分类:其他好文   时间:2020-07-24 21:47:22    阅读次数:76
DFS_39. 组合总和
给定一个无重复元素的数组 candidates 和一个目标数 target ,找出 candidates 中所有可以使数字和为 target 的组合。 candidates 中的数字可以无限制重复被选取。 说明: 所有数字(包括 target)都是正整数。解集不能包含重复的组合。 示例 1: 输入: ...
分类:其他好文   时间:2020-07-24 21:30:00    阅读次数:55
mac设置python及pip环境变量及安装mysqlclient
想要调用python3,需要命令行直接输入python3,习惯性的我们使用的是命令行输入python调用的形式。 安装完毕python3以后, 敲入命令 which python3,通常安装路径为:/Library/Frameworks/Python.framework/Versions/3.7/b ...
分类:数据库   时间:2020-07-24 16:43:44    阅读次数:117
**PAT(Basic Level) 1012 数字分类
我的错误代码: 1 #include<iostream> 2 #include <iomanip> 3 4 using namespace std; 5 6 int main() 7 { 8 int N; 9 cin>>N; 10 11 int n; 12 int j=1; 13 int sum0= ...
分类:其他好文   时间:2020-07-24 15:33:40    阅读次数:68
web之jquery
jquery 是什么? write less,do more. (能兼容大部分浏览器) jquery 是一个javascript库。2006年出现。 插件非常多 jquery库如何在开发中使用? 1)下载js文件,jquery.com jquery.js jquery.min.js <script ...
分类:Web程序   时间:2020-07-23 23:29:25    阅读次数:130
13517条   上一页 1 ... 44 45 46 47 48 ... 1352 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!