码迷,mamicode.com
首页 >  
搜索关键字:global build    ( 22928个结果
git 常用命令
配置用户信息 git config --global user.name 'xxxx' git config --global user.email 'sfasd@ksyun.com' 下载(拉取)代码库 git clone git@github.com:账号名/项目名.git 与远程交互 从远程库 ...
分类:其他好文   时间:2020-06-19 21:11:11    阅读次数:62
jmeter持续集成化(一)---jmeter+Ant+DOS构建执行脚本
参考文档:https://blog.csdn.net/baijingchuan/article/details/83061568 一、概述 在控制台,通过ant构建并执行jmeter脚本,生成报告;脚本的执行,以及报告的内容模板通过build.xml文件进行配置生成;根据需要展示的内容不同,配置文件 ...
分类:其他好文   时间:2020-06-19 17:48:44    阅读次数:49
X++ StrFix方法
Global类里提供了两个方法strRFix和strLRfix,方法的实现如下: 1 static str strRFix(str _str, int _length, char _char = ' ') 2 { 3 return strRep(_char, _length - strLen(_st ...
分类:其他好文   时间:2020-06-19 15:54:42    阅读次数:53
Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?----最终解
我在使用BeautifulSoup的时候对于html的解析器选择了lxml soup = BeautifulSoup(r.text, "lxml") 然后就报错了,Baidu和Google后都没有找到太满意的答案,他们的做法有的是将解析器更改成原生的Python解析器,还有的就是一些对我没有太大帮组 ...
分类:其他好文   时间:2020-06-19 13:36:47    阅读次数:47
vue部署
首先安装 nodejs和npm 原文 切换淘宝镜像 npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --global ...
分类:其他好文   时间:2020-06-19 12:16:37    阅读次数:40
Codeforces Global Round 8 A. C+=(贪心)
题目链接:https://codeforces.com/contest/1368/problem/A 题意 给出 $a,b$,只可以使用 '+=' 运算符,问至少要使用多少次使得 $a$ 或 $b$ 大于 $n$ 。($1 \le a,b \le n \le 10^9$) 题解 每次让较小的数加上较 ...
分类:其他好文   时间:2020-06-19 11:52:04    阅读次数:44
Codeforces Global Round 8 D. AND, OR and square sum(位运算)
题目链接:https://codeforces.com/contest/1368/problem/D 题意 给出一个大小为 $n$ 的数组 $a$,每次可以选两个下标不同的元素,一个赋为二者相与的值,同时一个赋为二者相或的值,计算 $\sum_{i=1}^n a_i^2$ 的最大值。 题解 即重新分 ...
分类:其他好文   时间:2020-06-19 10:37:59    阅读次数:66
linux安装mysql 的坑
Xshell 6 (Build 0189)Copyright (c) 2002 NetSarang Computer, Inc. All rights reserved. Type `help' to learn how to use Xshell prompt.[C:\~]$ Connecting ...
分类:数据库   时间:2020-06-18 21:27:07    阅读次数:89
mindspore_CI
http://build.mindspore.cn/job/Check_Pylint/9293/pylint/ CI失败日志 http://build.mindspore.cn/view/MindSpore/job/MindSpore_Gitee_Gate/ https://gitee.com/mi ...
分类:其他好文   时间:2020-06-18 21:25:18    阅读次数:59
深度学习
神经网络 BPNN 感知机 神经网络入门 反向传播 tensorflow tf基础 控制依赖项 变量命名域和tensorboard 一元线性回归 模型持久化 交叉熵 global_steps的使用 手写数据集实现 CNN 激活函数 CNN过拟合 手写数据集CNN模型 权重初始化-CNN 批归一化 自 ...
分类:其他好文   时间:2020-06-18 17:49:05    阅读次数:63
22928条   上一页 1 ... 98 99 100 101 102 ... 2293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!