会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
青灯浊酒恋红尘
博客园
首页
新随笔
联系
订阅
管理
2022年8月19日
Diffusion-pytorch-demo
摘要: 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 青灯浊酒恋红尘
阅读(471)
评论(0)
推荐(0)
2022年7月7日
pycharm安装opencv后不显示函数提示,也点不进去函数
摘要: pip install opencv-contrib-python
阅读全文
posted @ 2022-07-07 10:27 青灯浊酒恋红尘
阅读(167)
评论(1)
推荐(0)
2022年3月30日
mac 安装 brew
摘要: 打开终端,运行 /usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"
阅读全文
posted @ 2022-03-30 17:54 青灯浊酒恋红尘
阅读(57)
评论(0)
推荐(0)
2022年2月14日
python 百度坐标转84坐标
摘要: 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 青灯浊酒恋红尘
阅读(500)
评论(0)
推荐(0)
2021年9月27日
python 取字符串交集
摘要: 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 青灯浊酒恋红尘
阅读(1068)
评论(1)
推荐(0)
2020年10月29日
WebView 类
摘要: https://docs.microsoft.com/zh-cn/dotnet/api/xamarin.forms.webview?view=xamarin-forms
阅读全文
posted @ 2020-10-29 15:01 青灯浊酒恋红尘
阅读(48)
评论(0)
推荐(0)
浏览器兼容版本自查工具
摘要: caniuse https://www.caniuse.com/?search=...
阅读全文
posted @ 2020-10-29 14:52 青灯浊酒恋红尘
阅读(81)
评论(0)
推荐(0)
angular.js 老版本实现图片裁剪-4:3比例
摘要: 1.本人声明是在别人的一个老文章上面修改的。 2.原文 https://github.com/alexk111/ngImgCrop 3.我的使用 /*! * ngImgCrop liugongliang yuanchuang * ngImgCrop xinyifangwu * * Copyright
阅读全文
posted @ 2020-10-29 14:14 青灯浊酒恋红尘
阅读(231)
评论(0)
推荐(0)
ABP开发框架前后端总体介绍
摘要: 这老兄的就很好了,我就不重复了。 https://www.cnblogs.com/wuhuacong/p/10919020.html
阅读全文
posted @ 2020-10-29 14:05 青灯浊酒恋红尘
阅读(62)
评论(0)
推荐(0)
2020年9月18日
如何重写URL
摘要: 通过response.encodeURL()方法
阅读全文
posted @ 2020-09-18 09:29 青灯浊酒恋红尘
阅读(104)
评论(0)
推荐(0)
下一页
公告