上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页
摘要: bootstrap 5登录页 从bootcss网站上扒下来的,点那个用户名和密码的框框有个文字缩小的效果 <!doctype html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content=" 阅读全文
posted @ 2023-08-14 12:35 牛腩 阅读(403) 评论(0) 推荐(0)
摘要: 牛腩原创视频 SP0070.帮我选 功能描述:添加一些项目,点开始按钮,随机抽中某一项 详细描述:选用html+jquery实现,setinteval, 再试着用blazor webassembly实现,Timer 录制时间:2023年07月03日 时长:1小时6分钟 在线观看:http://www 阅读全文
posted @ 2023-08-14 12:04 牛腩 阅读(173) 评论(0) 推荐(0)
摘要: uniapp中微信小程序取手机号(后端net7+盛派SDK) 2023年08月09日测试成功,不过看微信的小程序文档8月26日起微信小程序取手机号就要收费了,取一次3分钱。 原理:前端取到code后传到后端,后端再把code传给微信的某一接口取手机号 前端uniapp中的vue代码: <templa 阅读全文
posted @ 2023-08-09 10:55 牛腩 阅读(717) 评论(0) 推荐(0)
摘要: uniapp中微信小程序取微信头像并上传到.net core后端 2023年08月09日 后端net7测试成功,先记下来,以后要用的时候直接来这复制粘贴 前端uniapp里的vue代码: <template> <view> <button class="avatar-wrapper" open-ty 阅读全文
posted @ 2023-08-09 09:10 牛腩 阅读(961) 评论(0) 推荐(0)
摘要: 程序员的数学3-线性代数 niunan@88.com 387页 47MB 阅读全文
posted @ 2023-08-05 23:55 牛腩 阅读(53) 评论(0) 推荐(0)
摘要: 程序员的数学2-概率统计 423页 72MB 阅读全文
posted @ 2023-08-05 23:53 牛腩 阅读(40) 评论(0) 推荐(0)
摘要: 鸢尾花数学书 Book1.编程不难 Book2.可视之美 Book3.数学要素 Book4.矩阵力量 Book5.统计至简 Book6.数据有道 Book7.机器学习 从github上扒下来的,Visualize-ML (Visualize-ML) / Repositories (github.co 阅读全文
posted @ 2023-08-05 23:52 牛腩 阅读(370) 评论(4) 推荐(0)
摘要: NET7下的WEB API示例 [Route("api/[controller]")] [ApiController] public class ShopADController : ControllerBase { private readonly IRepository<Model.ShopAD 阅读全文
posted @ 2023-08-04 09:30 牛腩 阅读(51) 评论(0) 推荐(0)
摘要: ASP.NET CORE下日志NLOG使用 摘自《深入浅出ASP.NET CORE》 NUGET:NLog.Web.AspNetCore 4.9.0 根目录下nlog.config <?xml version="1.0" encoding="utf-8"?> <nlog xmlns="http:// 阅读全文
posted @ 2023-08-01 11:24 牛腩 阅读(31) 评论(0) 推荐(0)
摘要: 设置轮播图的高度和宽度一样 不能用height:100%, 只能是页面加载后取当前窗口宽度,再设置样式高度为取到的值 this.winWidth = uni.getWindowInfo().windowWidth console.log("当前窗口宽度:"+this.winWidth); <swip 阅读全文
posted @ 2023-07-30 20:40 牛腩 阅读(26) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 35 下一页