#基本操作

conda基本操作

准备环境#下载并安装conda基础环境$wgethttps://mirror.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-4.3.11-Linux-x86_64.sh$bashMiniconda3-4.3.11-Linux-x86_64.sh-b-p/expor...
代码星球 ·2020-04-10

正则基本操作

https://www.cnblogs.com/xiaoxi-3-/p/9023126.html...
代码星球 ·2020-04-10

pandas基本操作

合并组合concatmergehttps://www.jianshu.com/p/fe47c70d31f9append外加详解上述两个https://www.cnblogs.com/wzdLY/p/9673767.html 缺失值处理df.dropna(axis=0, how='any', ...
代码星球 ·2020-04-10

stock 基本操作

追涨停 量比大于5     0%-2%  个股   2点卖    37分钟买 板块5-8只涨停   板块分向标 追踪短期...
代码星球 ·2020-04-10

docker 基本操作

#常用命令 dockerrun镜像 dockerimages查看所有镜像 dockeps 查看运行中的容器dockerps-a列出所有容器  dockerstop$(dockerps-a-q)停止所有容器dockerrm$(dockerps-a-q)删除所有容...
代码星球 ·2020-04-10

TCP通信协议基本操作

 *创建服务器 *1,指定端口,使用SeverSocket创建服务器 *2,阻塞式等待连接accept() *3,操作:输入输出操作 *4,释放资源1packagecn.ftf.tpc;23importjava.io.DataInputStream;4importjav...

UDP通信协议基本操作

 udp接收端创建步骤 *1.使用DatagramSocket指定端口,创建接收端 *2.准备容器,封装成DatagramPacket包裹 *3,阻塞式接收包裹receive(DatagramPacket) *4,分析数据 *5.释放资源1packagecn....

Java语言描述顺序表类,顺序表类的基本操作实现

数据结构(Java版)ch2线性表的顺序存储(顺序表) 线性表的抽象数据Java接口描述如下:packagech2;/***线性表的抽象数据接口,用Java语言描述线性表的这些功能!*@author房廷飞**/publicinterfaceIList{publicvoidclear();//将线型表置成空表p...

链表基本操作

#include<stdio.h>#include<stdlib.h>structlist{intdata;structlist*next;};//建立链表节点structlist*create_list(){returncalloc(sizeof(structlist),1);}//往链表的第...
代码星球 ·2020-04-08

python --爬虫基础 --爬取今日头条 使用 requests 库的基本操作, Ajax

'''思路一:由于是Ajax的网页,需要先往下划几下看看XHR的内容变化二:分析js中的代码内容三:获取一页中的内容四:获取图片五:保存在本地使用的库1.requests网页获取库2.fromurllib.parseimporturlencode将字典转化为字符串内容整理拼接到url3.os操作文件的库4.fromha...

python --爬虫基础 --爬猫眼top 100 使用 requests 库的基本操作

importrequestsimportreimportjsonimporttimedefget_page(url):#获取页数headers={'User-Agent':'Mozilla/5.0(WindowsNT6.1;WOW64)AppleWebKit/537.36(KHTML,likeGecko)Chrome/...

C#使用Redis的基本操作

一,引入dll  1.ServiceStack.Common.dll  2.ServiceStack.Interfaces.dll  3.ServiceStack.Redis.dll  4.ServiceStack.Text.dll二,修改配置文件  在你的配置文件中加入如下的代码:<appSettings>...
代码星球 ·2020-04-07

数组的基本操作(二)

一:在数组中添加一个元素,截图二:代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text...
代码星球 ·2020-04-06

数组的基本操作(一)

一:获取二维数组的行数与列数,截图二:代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Te...
代码星球 ·2020-04-06

Elasticsearch之基本操作

elasticsearch是一个是开源的(Apache2协议),分布式的,RESTful的,构建在ApacheLucene之上的的搜索引擎。它有很多特点例如SchemaFree,DocumentOriented。它是#nosql的,基于JSON,同时支持多种API,包括HTTP,thrift,memcached。支持H...
代码星球 ·2020-04-06
首页上一页...56789下一页尾页