上一页 1 2 3 4 5 6 7 8 9 ··· 34 下一页
摘要: GIT简记 git init git remote add origin http://xxx.com/xxx.git git pull origin master git status git add . git commit -m '修改日志' git push origin master 20 阅读全文
posted @ 2023-08-17 11:12 牛腩 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 再次封装uni.request 看别人的uniapp代码时发现的,觉得蛮好用,自己试着用了下。。还行。。下面是代码: //common/lib/request.js //接口返回固定有code,msg,data, 其中code=0为成功 export default { //全局配置 common: 阅读全文
posted @ 2023-08-17 00:01 牛腩 阅读(81) 评论(3) 推荐(1) 编辑
摘要: net7+mysql网站部署到装有宝塔的腾讯轻量linux服务器上 1.登录宝塔 ,安装nginx(1.8版本,1.22版本有问题), mysql 2.本地项目VS中源码发布,在本地用dotnet命令行运行看看是否运行成功 3.宝塔上在nginx里建立一个站点试试看 (php网站那里,选择纯静态即可 阅读全文
posted @ 2023-08-16 09:58 牛腩 阅读(75) 评论(0) 推荐(0) 编辑
摘要: bootstrap 5登录页 从bootcss网站上扒下来的,点那个用户名和密码的框框有个文字缩小的效果 <!doctype html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content=" 阅读全文
posted @ 2023-08-14 12:35 牛腩 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 牛腩原创视频 SP0070.帮我选 功能描述:添加一些项目,点开始按钮,随机抽中某一项 详细描述:选用html+jquery实现,setinteval, 再试着用blazor webassembly实现,Timer 录制时间:2023年07月03日 时长:1小时6分钟 在线观看:http://www 阅读全文
posted @ 2023-08-14 12:04 牛腩 阅读(119) 评论(0) 推荐(0) 编辑
摘要: uniapp中微信小程序取手机号(后端net7+盛派SDK) 2023年08月09日测试成功,不过看微信的小程序文档8月26日起微信小程序取手机号就要收费了,取一次3分钱。 原理:前端取到code后传到后端,后端再把code传给微信的某一接口取手机号 前端uniapp中的vue代码: <templa 阅读全文
posted @ 2023-08-09 10:55 牛腩 阅读(457) 评论(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 牛腩 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 程序员的数学3-线性代数 niunan@88.com 387页 47MB 阅读全文
posted @ 2023-08-05 23:55 牛腩 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 程序员的数学2-概率统计 423页 72MB 阅读全文
posted @ 2023-08-05 23:53 牛腩 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 鸢尾花数学书 Book1.编程不难 Book2.可视之美 Book3.数学要素 Book4.矩阵力量 Book5.统计至简 Book6.数据有道 Book7.机器学习 从github上扒下来的,Visualize-ML (Visualize-ML) / Repositories (github.co 阅读全文
posted @ 2023-08-05 23:52 牛腩 阅读(198) 评论(4) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 34 下一页