上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 一、项目管理流程 1、项目的开始Kick off 2、图形管理方式1 3、图形管理方式2 4、人员汇报机制 5、资源承载方式 6、总体项目Track 机制 7、风险机制-沟通方式 8、风险机制-汇报模版 9、项目排期 10、项目复盘——方法论 11、项目复盘——模版 12、项目复盘——各个业务组 总 阅读全文
posted @ 2023-08-24 22:46 东方不败--Never 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 一、环境配置 1、下载brew 命令:/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 一直写y参考文档:https://www.jianshu.com/p/22122a1d4 阅读全文
posted @ 2023-07-28 10:13 东方不败--Never 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 【配置环境】1、下载brew参考文档:https://www.jianshu.com/p/22122a1d4474/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"一直写y2、g 阅读全文
posted @ 2023-07-02 21:55 东方不败--Never 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1 import requests 2 from lxml import etree 3 4 def request_header(): 5 headers = { 6 'User-Agent': "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWeb 阅读全文
posted @ 2022-12-18 16:52 东方不败--Never 阅读(207) 评论(0) 推荐(1) 编辑
摘要: 案例 1 # coding=utf-8 2 import requests 3 import re 4 import pandas 5 from time import time 6 7 8 headers = { 9 'UserAgent': 'Mozilla/5.0 (Windows NT 10 阅读全文
posted @ 2022-07-18 21:34 东方不败--Never 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 有道翻译 1 import execjs 2 import requests 3 import random 4 import time 5 from hashlib import md5 6 url="https://fanyi.youdao.com/translate?smartresult=d 阅读全文
posted @ 2022-04-28 22:22 东方不败--Never 阅读(136) 评论(0) 推荐(0) 编辑
摘要: js: 1 function encryptApiKey() { 2 var t = "a2c903cc-b31e-4547-9299-b6d07b7631ab"; 3 var e = t.split(""); 4 var r = e.splice(0, 8); 5 return e.concat( 阅读全文
posted @ 2022-04-23 09:41 东方不败--Never 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1、下载数据库驱动1.5.28 https://blog.csdn.net/weixin_44766232/article/details/121585221 2、Jmeter——测试计划,上传该驱动 3、线程组——添加——配置元件——JDBC Connection Configuration 阅读全文
posted @ 2022-04-20 22:23 东方不败--Never 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/bingninger/p/16054622.html 阅读全文
posted @ 2022-04-20 21:33 东方不败--Never 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 1 import requests 2 import json 3 from pyquery import PyQuery as pq 4 5 url = 'http://www.icbc.com.cn/ICBCDynamicSite2/LBS/nets/netsappointreal.aspx' 阅读全文
posted @ 2022-04-17 19:09 东方不败--Never 阅读(50) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页