上一页 1 2 3 4 5 6 7 ··· 13 下一页

2021年8月28日

windows docker从阿里云私有仓库拉取镜像

摘要: echo 密码 | docker login -u 账号 registry.cn-shenzhen.aliyuncs.com -p 密码 docker pull 镜像 阅读全文

posted @ 2021-08-28 10:28 落叶子 阅读(305) 评论(0) 推荐(0) 编辑

windows docker 安装kafka

摘要: docker run -d --name zookeeper -p 2181:2181 -t wurstmeister/zookeeper 运行zookeeper 出现以下错误提示时:docker: Error response from daemon: Ports are not availabl 阅读全文

posted @ 2021-08-28 10:20 落叶子 阅读(240) 评论(0) 推荐(0) 编辑

2021年8月20日

docker中连接sqlserver 2008R2(SP3) 失败解决方法

摘要: 在dockerfile 中添加下面内容注意换行 RUN sed -i 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/' /etc/ssl/openssl.cnf \ && sed -i 's/CipherString = DEFAULT@SECLEVEL= 阅读全文

posted @ 2021-08-20 13:22 落叶子 阅读(486) 评论(0) 推荐(0) 编辑

2021年6月29日

IHttpClientFactory Form 提交参数

摘要: MultipartFormDataContent content = new MultipartFormDataContent(); content.Add(new StringContent(HttpUtility.UrlEncode(url)), "url"); //前面的为参数的值,后面的为参 阅读全文

posted @ 2021-06-29 10:53 落叶子 阅读(232) 评论(0) 推荐(0) 编辑

2021年6月25日

将.nuget文件夹移到其他盘

摘要: https://www.chengxulvtu.com/move-nuget-folder/?ivk_sa=1024320u 阅读全文

posted @ 2021-06-25 13:03 落叶子 阅读(284) 评论(0) 推荐(0) 编辑

2021年4月29日

windows docker 提示 bind: An attempt was made to access a socket

摘要: net stop winnat net start winnat 阅读全文

posted @ 2021-04-29 10:49 落叶子 阅读(246) 评论(0) 推荐(0) 编辑

2021年4月21日

HTML canvas 根据一组图片生成360度 左右滑动旋转效果

摘要: 参考链接 https://www.cnblogs.com/chengguanhui/p/5155440.html,在此基础上稍微修改了下,加了鼠标滚轮放大缩小的功能 HTML代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta n 阅读全文

posted @ 2021-04-21 11:23 落叶子 阅读(593) 评论(0) 推荐(1) 编辑

2021年1月14日

政府网文件搜索列表页

摘要: http://sousuo.gov.cn/list.htm?q=&n=15&t=paper&childtype=&subchildtype=&pcodeJiguan=%E5%9B%BD%E5%8A%9E%E5%8F%91%E6%98%8E%E7%94%B5&pcodeYear=&pcodeNum=& 阅读全文

posted @ 2021-01-14 18:35 落叶子 阅读(125) 评论(0) 推荐(0) 编辑

2020年11月18日

docker 容器间相互连接

摘要: https://blog.csdn.net/Lyon_Nee/article/details/105814664 阅读全文

posted @ 2020-11-18 17:04 落叶子 阅读(104) 评论(0) 推荐(0) 编辑

2020年11月2日

asp.net core 3.1 中使用cookie

摘要: 1.在ConfigureServices中添加 services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) .AddCookie(); 2.在Configure中添加 app.UseCookiePolic 阅读全文

posted @ 2020-11-02 11:05 落叶子 阅读(963) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 13 下一页

导航