上一页 1 2 3 4 5 6 7 8 ··· 21 下一页
摘要: Install-Package NuGet.CommandLine update-package -reinstall -ProjectName ********** 阅读全文
posted @ 2019-12-04 14:17 天藐水瓶 阅读(331) 评论(0) 推荐(0) 编辑
摘要: refer to https://blog.osteele.com/2008/05/my-git-workflow/ 阅读全文
posted @ 2019-11-06 10:34 天藐水瓶 阅读(137) 评论(0) 推荐(0) 编辑
摘要: The --target switch is the thing you're looking for: The --target switch is the thing you're looking for: pip install --target=d:\somewhere\other\than 阅读全文
posted @ 2019-10-31 18:35 天藐水瓶 阅读(736) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-18 10:33 天藐水瓶 阅读(1) 评论(0) 推荐(0) 编辑
摘要: def test_extract_json(self): text = '{"a":"aaa","b":2}' prop = 'a' reg = f'"{prop}"' + r':["]?(.*?)["?|}|,]' print(reg) match = re.findall(reg, text)[ 阅读全文
posted @ 2019-10-13 20:07 天藐水瓶 阅读(85) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd import numpy as np print(pd.Series(np.intersect1d(pd.Series([1,2,3,5,42]).values, pd.Series([1,4,5,6,20,42]).values))) import pand 阅读全文
posted @ 2019-07-30 21:44 天藐水瓶 阅读(77) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-07-26 19:51 天藐水瓶 阅读(3) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-07-26 19:50 天藐水瓶 阅读(2) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text.RegularExpressions; namespace NetCore { class Program { static void Main(string[] args) { Regex regex = new Regex("\"a 阅读全文
posted @ 2019-06-08 10:11 天藐水瓶 阅读(75) 评论(0) 推荐(0) 编辑
摘要: https://gist.github.com/dzitkowskik/0fc641cf59af0dc3de62 https://www.jianshu.com/p/d53d0b6d8d5b https://github.com/SeleniumHQ/selenium/wiki/Grid2 阅读全文
posted @ 2019-05-09 14:42 天藐水瓶 阅读(80) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 21 下一页