会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cerofang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
2019年1月10日
java常用数据类型使用Day008
摘要: 1,java常用数据类型使用
阅读全文
posted @ 2019-01-10 16:02 cerofang
阅读(373)
评论(0)
推荐(0)
2019年1月7日
java方法的调用
摘要: 各种方法的调用实例 调用
阅读全文
posted @ 2019-01-07 14:50 cerofang
阅读(549)
评论(0)
推荐(0)
java列表数据基本操作
摘要: 列表数据组基本的增删改查 列表数组demo 代码模板
阅读全文
posted @ 2019-01-07 14:16 cerofang
阅读(1948)
评论(0)
推荐(0)
2018年12月22日
机器学习连载001
摘要: 字典预处理 from sklearn.feature_extraction.text import CountVectorizer, TfidfVectorizer from sklearn.feature_extraction import DictVectorizer from sklearn.
阅读全文
posted @ 2018-12-22 15:50 cerofang
阅读(140)
评论(0)
推荐(0)
2018年12月21日
工具通过时间戳获取事件段
摘要: 通过时间戳获取时间段的,从获取到的结果中获取某个时间段内的结果的数量
阅读全文
posted @ 2018-12-21 11:19 cerofang
阅读(677)
评论(3)
推荐(0)
2018年11月19日
安装redis
摘要: redis安装 apt源安装 1. 更新系统包 在安装 Redis 之前,先更新系统的包列表 sudo apt update -y 2. 安装 Redis 使用 apt 包管理器安装 Redis: sudo apt install redis-server -y 3. 启动 Redis 服务 安装完
阅读全文
posted @ 2018-11-19 10:43 cerofang
阅读(141)
评论(0)
推荐(0)
centos7.4安装npm
摘要: 下载网址 https://nodejs.org/dist/latest-v8.x/ 安装过程参考 https://blog.csdn.net/micarlxm/article/details/81091284 mv /home/python/node-v8.12.0-linux-x64.tar.gz node 下载完成后解压 tar zxvf node-v8.1.4-linux-x64...
阅读全文
posted @ 2018-11-19 10:18 cerofang
阅读(8155)
评论(0)
推荐(1)
centos7.4中安装docker
摘要: #!/bin/sh # 安装docker # 在docker中安装mysql # 解决了docker容器中无法输入中文的问题 ##########################安装docker # 更新源 yum -y update # 卸载旧版本(如果安装过旧版本的话) sudo yum remove docker docker-common docker-selinux docker-e...
阅读全文
posted @ 2018-11-19 09:44 cerofang
阅读(596)
评论(0)
推荐(0)
2018年11月16日
centos7安装nginx
摘要: https://nginx.org/download/nginx-1.12.0.tar.gz为实例 yum -y install gcc gcc-c++ openssl-devel pcre-devel httpd-toolstar -zxf nginx-1.12.0.tar.gz cd nginx
阅读全文
posted @ 2018-11-16 13:51 cerofang
阅读(158)
评论(0)
推荐(0)
2018年11月15日
centos中安装基础环境
摘要: 进入到相关目录cd /usr/bin安装python3yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make备份python2mv pyt
阅读全文
posted @ 2018-11-15 14:14 cerofang
阅读(1179)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
20
下一页
公告