摘要: import matplotlib.pyplot as pltimport numpy as npfrom sklearn.datasets import make_moonsimport torchimport torch.nn as nnimport iofrom PIL import Imag 阅读全文
posted @ 2022-08-19 18:25 青灯浊酒恋红尘 阅读(387) 评论(0) 推荐(0) 编辑
摘要: pip install opencv-contrib-python 阅读全文
posted @ 2022-07-07 10:27 青灯浊酒恋红尘 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 打开终端,运行 /usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)" 阅读全文
posted @ 2022-03-30 17:54 青灯浊酒恋红尘 阅读(50) 评论(0) 推荐(0) 编辑
摘要: import mathimport pandas as pdx_pi = float(3.14159265358979324 * 3000.0 / 180.0)# //paipi = float(3.1415926535897932384626)# //离心率ee = float(0.0066934 阅读全文
posted @ 2022-02-14 11:24 青灯浊酒恋红尘 阅读(422) 评论(0) 推荐(0) 编辑
摘要: def minDistance(self, word1: str, word2: str) -> int: n = len(word1) m = len(word2) # 求最长公共子序列LCS(Longest Common Subsequence)的长度 dp = [[0 for _ in ran 阅读全文
posted @ 2021-09-27 11:53 青灯浊酒恋红尘 阅读(1039) 评论(1) 推荐(0) 编辑
摘要: https://docs.microsoft.com/zh-cn/dotnet/api/xamarin.forms.webview?view=xamarin-forms 阅读全文
posted @ 2020-10-29 15:01 青灯浊酒恋红尘 阅读(44) 评论(0) 推荐(0) 编辑
摘要: caniuse https://www.caniuse.com/?search=... 阅读全文
posted @ 2020-10-29 14:52 青灯浊酒恋红尘 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1.本人声明是在别人的一个老文章上面修改的。 2.原文 https://github.com/alexk111/ngImgCrop 3.我的使用 /*! * ngImgCrop liugongliang yuanchuang * ngImgCrop xinyifangwu * * Copyright 阅读全文
posted @ 2020-10-29 14:14 青灯浊酒恋红尘 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 这老兄的就很好了,我就不重复了。 https://www.cnblogs.com/wuhuacong/p/10919020.html 阅读全文
posted @ 2020-10-29 14:05 青灯浊酒恋红尘 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 通过response.encodeURL()方法 阅读全文
posted @ 2020-09-18 09:29 青灯浊酒恋红尘 阅读(96) 评论(0) 推荐(0) 编辑