个人代码记录
文章平均质量分 82
wayneQT
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
个人代码记录-学生社团管理
此文章记录代码--学生社团管理系统源码。#include "stdio.h"#include "stdlib.h"#include "string.h"#include "conio.h"void jiemian();struct student{char name[50];char sex[5];int age;char num[100原创 2017-05-01 22:40:02 · 1560 阅读 · 1 评论 -
jupyter 初步
在anaconda中,pip3可以直接安装;命令行直接打开;命令:jupyter notebook; 关于jupyter 的一些介绍(来源网上) Jupyter Notebook(此前被称为 IPython notebook)是一个交互式笔记本,支持运行 40 多种编程语言。 Jupyter Notebook 的本质是一个 Web 应用程序,便于创建和共享文学化程序文档,支持实时代码原创 2017-11-27 19:30:18 · 387 阅读 · 0 评论 -
py 爬虫 requests库 用法(一)//源码
In [4]: print(“hello”) hello In [3]: import requests import urllib In [7]: print(1+2) 3 测试¶In [17]: import requests res=requests.get(“http://httpbin.org/get“) print(res.text) { “args”:原创 2017-11-27 21:24:42 · 461 阅读 · 0 评论
分享