网站更新内容:请访问: https://bigdata.ministep.cn/
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 70 下一页
摘要: lead 计算次日留存率,一般没有问题,但是如果统计第3日,第4日及以后,会有一点点的小问题,会存在逻辑不严谨; 正确代码 with tmp_da_uid_project as ( select ds ,to_date(ds,'yyyymmdd') as dt ,project_id ,uid ,c 阅读全文
posted @ 2022-02-15 16:19 ministep88 阅读(107) 评论(3) 推荐(0) 编辑
摘要: 操作步骤 step1: 升级you-get软件包 pip3 install --upgrade you-get 在Get Bash 的命令窗口CMD操作 在命令行窗口输入下载命令 you-get 'https://www.bilibili.com/video/BV1ph411d7yB?' --pla 阅读全文
posted @ 2022-02-13 10:59 ministep88 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 安装 npm install jquery --save 引入 import React, { Component } from 'react' import $ from 'jquery' export default class Test extends Component { componen 阅读全文
posted @ 2022-02-12 19:21 ministep88 阅读(426) 评论(0) 推荐(0) 编辑
摘要: windows用户: 在用户目录(比如:C:\Users\lc)下建立一个新文件,叫做.wslconfig修改文件内容为: [wsl2]processors=4memory=8GBswap=8GBlocalhostForwarding=true processors:最大核数,配置为电脑最大核数的一 阅读全文
posted @ 2022-02-10 09:19 ministep88 阅读(1225) 评论(0) 推荐(1) 编辑
摘要: 今天想聊一聊学习这个话题,理想情况下,每个人都应该有适合自己的一套学习方法和节奏,主要因为不同人对知识的理解和吸收速度不一样,举个非常简单的例子,在网上看视频或者电影,有些人觉得2倍速播放刚刚好,而有些人甚至还要降速才能看明白,才能Get到点。即便如此,我觉得有些学习的经验和方法是可以共享的,虽然它 阅读全文
posted @ 2022-02-09 19:56 ministep88 阅读(331) 评论(0) 推荐(0) 编辑
摘要: puppeteer 基础用法 const moment = require('moment');const puppeteer = require('puppeteer');const chalk = require('chalk');const log = console.log;​​date = 阅读全文
posted @ 2022-02-09 19:55 ministep88 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 循环获取items元素 以掘金示例 获取掘金首页的items元素 页面:掘金] 目的:获取items的元素的点赞数和分享数 js示例 doc = document.querySelector("#juejin > div.view-container.container > main > div > 阅读全文
posted @ 2022-02-09 19:55 ministep88 阅读(304) 评论(0) 推荐(0) 编辑
摘要: Jupyter-nodejs 安装 jupyter 是web的编辑器,直接多种内核,默认支持python; nodejs支持 Windows (Anaconda Distribution) 省 macOS In macOS, Homebrew and pip can be used to insta 阅读全文
posted @ 2022-02-09 19:54 ministep88 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 版本控制 github 如何使用 注册github git安装 git配置 github,创建SSHkey,后续可以不用输入账号 git使用 克隆仓库 在Git上输入这个,克隆仓库到本地 git clone git@github.com:fenyukuang/TestCode.git 基础使用 $ 阅读全文
posted @ 2022-02-09 19:53 ministep88 阅读(54) 评论(0) 推荐(0) 编辑
摘要: javascript 引用文件 javascript 引用文件 // config.jsconst path = require('path');path_dir = path.resolve('./')var config = { 'config_getcwd_path':path_dir };m 阅读全文
posted @ 2022-02-09 19:53 ministep88 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 70 下一页
网站更新内容:请访问:https://bigdata.ministep.cn/