【游戏】赚钱模拟器2.0版

赚钱模拟器2.0版出了!

int main(){p.rr(1000,1000,14).hide();//pen.button(id,string,col,size, dir,x,y,bgcol,edgecol);p.moveTo(0,100);p.button(0,"开始游戏",5,50,0,0,-200,1,5);pen.text("作者:小羊",5,50,0,0,-40,1);while(1){int f=0;if(buttonMP(0)){break;}for(int i=25;i<=150;i++){p.rr(800,200,14).text("赚钱模拟器",5,i);wait(0.003);if(buttonMP(0)){break;f=1;}if(i>80)wait(0.001);if(buttonMP(0)){break;f=1;}}if(f==1){break;}for(int i=150;i>=25;i--){p.rr(800,200,14).text("赚钱模拟器",5,i);wait(0.003);if(buttonMP(0)){break;f=1;}}if(f==1){break;}}int money=100000,rishouru=0,baoshidu=50,tianshu=1;p.rr(1000,1000,14);pen.text("第",13,50,0,325,30,14);pen.text(tianshu,13,50,0,325,-30,14);pen.text("天",13,50,0,325,-90,14);pen.text("日收入:",13,50,0,-275,-185,14);pen.text("总资产:",13,50,0,-275,-130,14);pen.text("饱食度:",13,50,0,0,-250,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text(money,13,50,0,-120,-130,14);pen.text(baoshidu,13,50,0,0,-325,14);p.button(1,"乞讨",5,100,0,-250,-300,1,5);p.button(2,"买彩票",5,75,0,250,-250,1,5);pen.text("成本100元,收入0—500元",13,20,0,250,-350,14);p.button(3,"卖矿泉水",5,50,0,-250,300,1,5);pen.text("成本20元,日收入+2元",13,20,0,-250,220,14);p.button(4,"卖烟",5,50,0,0,300,1,5);pen.text("成本50元,日收入+5元",13,20,0,0,220,14);p.button(5,"卖酒",5,50,0,250,300,1,5);pen.text("成本200元,日收入+25元",13,20,0,250,220,14);p.button(6,"卖饮料",5,50,0,-250,160,1,5);pen.text("成本100元,日收入+15元",13,20,0,-250,80,14);p.button(7,"做屠夫卖肉",5,50,0,50,160,1,5);pen.text("成本500元,日收入+50元",13,20,0,50,80,14);p.button(8,"买食物",5,40,0,300,160,1,5);pen.text("成本50元,饱食度+20",13,20,0,300,80,14);p.button(9,"进城",5,150,0,75,-50,1,5);pen.text("花费100000元",13,50,0,75,-175,14);p.speed(10).moveTo(-250,-20).r(300,160).hide();for(int i=1;;i++){if(buttonMP(1)){int x=rand(0,rand(20,50));money+=x;pen.text(money,13,50,0,-120,-130,14);pen.text("乞讨到",13,40,0,-320,-20,14);pen.text(x,13,50,0,-225,-20,14);pen.text("元",13,40,0,-150,-20,14);wait(0.5);p.moveTo(-250,-20).rr(290,150,14);}if(buttonMP(2)){if(money>=100){money-=100;pen.text(money,13,50,0,-120,-130,14);int t=rand(0,50)*10;money+=t;pen.text(money,13,50,0,-120,-130,14);if(t!=0){pen.text("中奖了!中了:",13,40,0,-250,10,14);pen.text(t,13,50,0,-250,-40,14);pen.text("元",13,30,0,-150,-40,14);}else{pen.text("没中奖。",13,50,0,-250,-20,14);    }wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(3)){if(money>=20){money-=20;rishouru+=2;pen.text(money,13,50,0,-120,-130,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text("日收入+2元",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(4)){if(money>=50){money-=50;rishouru+=5;pen.text(money,13,50,0,-120,-130,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text("日收入+5元",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(5)){if(money>=200){money-=200;rishouru+=25;pen.text(money,13,50,0,-120,-130,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text("日收入+25元",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(6)){if(money>=100){money-=100;rishouru+=15;pen.text(money,13,50,0,-120,-130,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text("日收入+15元",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(7)){if(money>=500){money-=500;rishouru+=50;pen.text(money,13,50,0,-120,-130,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text("日收入+50元",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(8)){if(money>=50){money-=50;baoshidu+=20;pen.text("购买成功",13,30,0,-250,10,14);pen.text("饱食度+20",13,30,0,-250,-30,14);pen.text(money,13,50,0,-120,-130,14);pen.text(baoshidu,13,50,0,0,-325,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(9)){if(money>=100000){money-=100000;break;}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(i%25==0){money+=rishouru;pen.text(money,13,50,0,-120,-130,14);baoshidu-=rand(1,2);pen.text(baoshidu,13,50,0,0,-325,14);tianshu++;pen.text(tianshu,13,50,0,325,-30,14);}if(baoshidu<=0){pen.text("你饿了,无法工作。",13,30,0,-250,10,14);pen.text("日收入清零。",13,30,0,-250,-30,14);rishouru=0;f=0;pen.text(rishouru,13,50,0,-120,-185,14);wait(0.1);p.moveTo(-250,-20).rr(290,150,14);          }wait(0.075);}p.moveTo(0,0).rr(1000,1000,14);rishouru=0,money+=500;int tzzc=0,qianzhai=0,cunkuan=0,lixi=0;pen.text("第",13,50,0,325,30,14);pen.text(tianshu,13,50,0,325,-30,14);pen.text("天",13,50,0,325,-90,14);pen.text("日收入:",13,50,0,-275,-185,14);pen.text("总资产:",13,50,0,-275,-130,14);pen.text("饱食度:",13,50,0,0,-250,14);pen.text("投资资产:",13,30,0,-250,375,14);pen.text(tzzc,13,30,0,-125,375,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text(money,13,50,0,-120,-130,14);pen.text(baoshidu,13,50,0,0,-325,14);p.button(1,"投资",5,100,0,-250,-300,1,5);p.button(2,"买彩票",5,75,0,250,-250,1,5);pen.text("成本100元,收入0—1000元",13,20,0,250,-350,14);p.button(3,"开便利店",5,50,0,-250,300,1,5);pen.text("成本2000元,日收入+100元",13,20,0,-250,220,14);p.button(4,"贷款",5,50,0,0,300,1,5);pen.text("可贷款100—100 0000元",13,20,0,0,220,14);p.button(5,"还款",5,50,0,250,300,1,5);pen.text("欠债",13,20,0,200,220,14);pen.text(qianzhai,13,20,0,250,220,14);pen.text("元",13,20,0,300,220,14);p.button(6,"存钱",5,50,0,-250,160,1,5);pen.text("存款",13,20,0,-330,100,14);pen.text(cunkuan,13,20,0,-250,100,14);pen.text("元",13,20,0,-200,100,14);lixi=cunkuan/100;pen.text("利息(日)",13,20,0,-330,70,14);pen.text(lixi,13,20,0,-250,70,14);pen.text("元",13,20,0,-200,70,14);p.button(7,"取钱",5,50,0,0,160,1,5);pen.text("可取出",13,20,0,-50,90,14);pen.text(cunkuan,13,20,0,20,90,14);pen.text("元",13,20,0,70,90,14);p.button(8,"买食物",5,40,0,300,160,1,5);pen.text("成本500元,饱食度+25",13,20,0,300,80,14);p.button(9,"退休",5,60,0,200,-85,1,5);pen.text("花费1000 0000元",13,20,0,200,-150,14);p.button(10,"打工",5,60,0,50,30,1,5);pen.text("饱食度每天消耗+5,日收入+50—200",13,20,0,75,-30,14);p.speed(10).moveTo(-250,-20).r(300,160).hide();int f=0,bsdj=0,dkjje=0,ysdf;bool sfhk=false,ci=true;for(int i=1;;i++){if(buttonMP(1)){p.moveTo(-300,0);cinTitle("请输入投资资金");int a;cin>>a;if(money>=a&&a!=0){money-=a;tzzc+=a;pen.text(tzzc,13,30,0,-125,375,14);pen.text(money,13,50,0,-120,-130,14);pen.text("投资成功!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(2)){if(money>=100){money-=100;pen.text(money,13,50,0,-120,-130,14);int t=rand(0,50)*10;money+=t;pen.text(money,13,50,0,-120,-130,14);if(t!=0){pen.text("中奖了!中了:",13,40,0,-250,10,14);pen.text(t,13,50,0,-250,-40,14);pen.text("元",13,30,0,-150,-40,14);}else{pen.text("没中奖。",13,50,0,-250,-20,14);    }wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(3)){if(money>=2000){money-=2000;rishouru+=100;pen.text(money,13,50,0,-120,-130,14);pen.text(rishouru,13,50,0,-120,-185,14);pen.text("日收入+100元",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(4)){if(dkjje>4999999){pen.text("已   超   过",13,40,0,-250,10,14);pen.text("贷款金额上限",13,40,0,-250,-40,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{p.moveTo(-300,0);cinTitle("请输入贷款金额");int tt;cin>>tt;if(tt<100){pen.text("金额太小了!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else if(tt<=1000000){dkjje+=tt;ci=false;qianzhai+=tt+tt/10;pen.text(qianzhai,13,20,0,250,220,14);money+=tt;pen.text(money,13,50,0,-120,-130,14);pen.text("贷款成功!",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("金额太大了!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}}if(buttonMP(5)){if(qianzhai==0){pen.text("无需还款!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{sfhk=true;p.moveTo(-300,0);cinTitle("请输入还款金额");int t1;cin>>t1;if(t1<100){pen.text("金额太小了!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else if(t1>=qianzhai) {money-=qianzhai;pen.text(money,13,50,0,-120,-130,14);qianzhai=0;pen.text(qianzhai,13,20,0,250,220,14);pen.text("还款成功!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);dkjje-=qianzhai;}else if(t1<=1000000){qianzhai-=t1;money-=t1;dkjje-=t1;pen.text(qianzhai,13,20,0,250,220,14);pen.text(money,13,50,0,-120,-130,14);pen.text("还款成功!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("金额太大了!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}}if(buttonMP(6)){if(cunkuan>4999999){pen.text("已   超   过",13,40,0,-250,10,14);pen.text("存款金额上限",13,40,0,-250,-40,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}p.moveTo(-300,0);cinTitle("请输入存款金额");int tt;cin>>tt;p.moveTo(-300,0);if(tt<100){pen.text("金额太小了!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else if(tt<=1000000){cunkuan+=tt;lixi+=tt/100;pen.text(cunkuan,13,20,0,-250,100,14);pen.text(lixi,13,20,0,-250,70,14);money-=tt;pen.text(money,13,50,0,-120,-130,14);pen.text("存款成功!",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("金额太大了!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(7)){p.moveTo(-300,0);cinTitle("请输入取款金额");int tt;cin>>tt;p.moveTo(-300,0);if(tt<100){pen.text("金额太小了!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else if(tt<=cunkuan){cunkuan-=tt;lixi=cunkuan/100;pen.text(cunkuan,13,20,0,-250,100,14);pen.text(lixi,13,20,0,-250,70,14);money+=tt;pen.text(money,13,50,0,-120,-130,14);pen.text("取款成功!",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else {pen.text("存款不足!",13,35,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(8)){if(money>=500){money-=500;baoshidu+=25;pen.text("购买成功",13,30,0,-250,10,14);pen.text("饱食度+25",13,30,0,-250,-30,14);pen.text(money,13,50,0,-120,-130,14);pen.text(baoshidu,13,50,0,0,-325,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(buttonMP(9)){if(dkjje){pen.text("请先还清债务",13,30,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else{if(money>=10000000){money-=10000000;break;}else{pen.text("钱不够!",13,50,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}}if(buttonMP(10)){bsdj+=5;f++;pen.text(money,13,50,0,-120,-130,14);pen.text("日收入增加",13,40,0,-250,-20,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}if(i%25==0){ysdf+=rand(18,24);money+=rand(50,rand(100,200))*f;money+=rishouru;pen.text(money,13,50,0,-120,-130,14);baoshidu-=rand(1,5)+bsdj;pen.text(baoshidu,13,50,0,0,-325,14);tianshu++;pen.text(tianshu,13,50,0,325,-30,14);cunkuan+=lixi;pen.text(cunkuan,13,20,0,-250,100,14);pen.text(lixi,13,20,0,-250,70,14);}if(i%200==0&&tzzc!=0){int t=rand(0,10);if(t<=3){int s=rand(2,4);tzzc-=tzzc/s;pen.text(tzzc,13,30,0,-125,375,14);pen.text("亏损",13,50,0,-250,20,14);pen.text(tzzc/s,13,50,0,-250,-40,14);pen.text("元",13,50,0,-140,-40,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}else {int z=rand(3,4);money+=tzzc/z;pen.text("获得分红",13,50,0,-250,20,14);pen.text(tzzc/z,13,50,0,-250,-40,14);pen.text("元",13,50,0,-140,-40,14);pen.text(money,13,50,0,-120,-130,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}}if(i%750==0&&!sfhk&&!ci){pen.text("未及时还款",13,30,0,-250,20,14);pen.text("扣除500元",13,30,0,-250,-40,14);money-=500;pen.text("欠款+500元",13,30,0,-250,-70,14);qianzhai+=500;wait(1);p.moveTo(-250,-20).rr(290,150,14);sfhk=false;}if(i%175==0){lixi+=cunkuan/100;pen.text(lixi,13,20,0,-250,70,14);}if(i%750==0){int sdf=ysdf*15/10;money-=sdf;ysdf=0;pen.text(money,13,50,0,-120,-130,14);pen.text("交水电费",13,50,0,-250,20,14);pen.text(sdf,13,50,0,-250,-40,14);pen.text("元",13,50,0,-140,-40,14);wait(1);p.moveTo(-250,-20).rr(290,150,14);}if(baoshidu<=0){pen.text("你饿了,无法工作。",13,30,0,-250,10,14);pen.text("日收入清零。",13,30,0,-250,-30,14);rishouru=0;f=0;pen.text(rishouru,13,50,0,-120,-185,14);wait(0.1);p.moveTo(-250,-20).rr(290,150,14);     }wait(0.075);        }return 0;
}

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/pingmian/23323.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

跨语言系统中的功能通信:Rust、Java、Go和C++的最佳实践

在现代软件开发中&#xff0c;使用多种编程语言构建复杂系统已成为一种常见的做法。每种编程语言都有其独特的优势和适用场景&#xff0c;这使得在同一个系统中使用多种语言变得合理且高效。然而&#xff0c;这也带来了一个重要的挑战&#xff1a;如何在这些不同语言之间实现高…

【Python】【Pyinstaller】打包过程问题记录及解决

一、写在前面 将python脚本打包成.exe可执行文件&#xff0c;使用windows电脑运行。 所需库&#xff1a;pyinstaller 官网链接 命令格式&#xff1a; pyinstaller -F -w (需要打包的文件&#xff0c;文件名之间用空格分隔&#xff09;二、打包步骤&#xff08;见图片&#x…

自费出书一般需要多少钱?

自费出书的费用因多种因素而异&#xff0c;包括书号费、审稿费、排版费、封面设计费、纸张及印刷费、仓储物流费等。 以下是一些常见的费用项目和大致价格范围&#xff1a; - 书号费&#xff1a;书号是出版社的特有资源&#xff0c;书号费用在2023年又进一步上涨。目前&#…

Windows文件管理器导航窗口怎么删除第三方生成的无效导航【笔记】

Windows文件管理器导航窗口怎么删除第三方生成的无效导航【笔记】 导航窗口对应项目没有右击删除选项。 提示&#xff1a; 位置不可用 C:\Users\superman…不可用&#xff0c;如果该位置位于这台电脑上&#xff0c;请确保设备或驱动器连接&#xff0c;或者光盘已插入&#xf…

【恶补计算机基础】定点数和浮点数

在计算机中&#xff0c;小数点及其位置并不是显式表示出来的&#xff0c;而是隐含规定的。根据小数点的位置&#xff0c;可以分为两类&#xff1a;定点数和浮点数。 1 定点数 小数点的位置是固定不变的。根据小数点的具体位置&#xff0c;又可以分为两类&#xff1a;定点小数…

Python怎么hook:深入探索Python的Hook机制

Python怎么hook&#xff1a;深入探索Python的Hook机制 在Python编程中&#xff0c;hook&#xff08;钩子&#xff09;是一种强大的机制&#xff0c;它允许我们在不修改原有代码的情况下&#xff0c;对特定事件或函数调用的执行流程进行拦截和修改。然而&#xff0c;Python本身…

嵌入式笔试面试刷题(day17)

文章目录 前言一、单片机中断处理的流程是什么&#xff1f;二、进程间通信中使用锁和同步的目的是什么&#xff1f;三、define和const在内存占用上的差异是什么&#xff1f;#defineconst比较例子对比 四、波特率是什么&#xff0c;为什么双方波特率要相同&#xff0c;高低波特率…

上海市计算机学会竞赛平台2024年1月月赛丙组最大的和

题目描述 给定两个序列 &#x1d44e;1,&#x1d44e;2,…,&#x1d44e;&#x1d45b;a1​,a2​,…,an​ 与 &#x1d44f;1,&#x1d44f;2,…,&#x1d44f;&#x1d45b;b1​,b2​,…,bn​&#xff0c;请从这两个序列中分别各找一个数&#xff0c;要求这两个数的差不超过给…

JSP 中使用 (c 标签) c:if 标签进行 if/条件 判断

前言 JSTL全名为JavaServer Pages Standard Tag Library。JSTL是由JCP(Java Community Process)所制定的标准规范&#xff0c;它主要提供给Java Web开发人员一个标准通用的标签函数库。 想了解更多参考这里。 <c:if> 标签 <c:if> 标签是JSTL标签核心标签之一 …

Linux-vi编辑器命令使用

一、初始-vi 1、 vi-打开文件并且定位行 有可能会遇到打开一个文件&#xff0c;并定位到指定行的情况 例如&#xff0c;知道某一行代码有错误&#xff0c;可以快速定位到出错代码的位置 可以使用以下命令打开文件$ vi 文件名 行数 提示&#xff1a;如果只带上 而不指定行号&…

Windows API 使用 SetTimer 定时器来持续画图

在Windows API中&#xff0c;SetTimer 函数用于在指定的窗口上设置一个定时器。当定时器到期时&#xff0c;窗口会收到一个WM_TIMER消息。以下是SetTimer函数的详细解释和用法&#xff1a; 函数原型 UINT_PTR SetTimer(HWND hWnd, // 窗口句柄UINT_PTR n…

Python邮件群发有哪些步骤?如何批量发送?

Python邮件群发的注意事项&#xff1f;怎么使用Python群发邮件&#xff1f; 使用Python进行邮件群发&#xff0c;不仅可以自动化流程&#xff0c;还可以节省大量的时间和精力。AokSend将详细介绍使用Python进行邮件群发的步骤&#xff0c;并在过程中提供实用的建议和注意事项。…

windows下使用命令清空U盘

1、CMD命令打开后输入diskpart命令打开磁盘分区管理工具 diskpart打开如下窗口 Microsoft DiskPart 版本 10.0.19041.3636 Copyright (C) Microsoft Corporation. 在计算机上: DESKTOP-TR9HQRP 2、输入查看所有磁盘命令 list disk打印如下windows 磁盘 ###  状态    …

机械臂码垛机:解读其高效作业与灵活性

在当今高度自动化的工业时代&#xff0c;机械臂码垛机以其高效作业和灵活性&#xff0c;成为了生产线上的得力助手。这款设备不仅大幅提升了生产效率&#xff0c;还显著降低了人工操作的强度和风险&#xff0c;为现代工业发展注入了强大的动力。 机械臂码垛机的高效作业能力令人…

Spring Cloud微服务架构下的安全通信、系统稳定性和扩展性

Spring Cloud是一个为分布式系统提供集成解决方案的框架&#xff0c;广泛应用于微服务架构中。在微服务架构下&#xff0c;服务与服务之间的通信是至关重要的&#xff0c;而确保这种通信的安全性、提高系统的稳定性和扩展性则是系统设计中的关键考虑因素。本文将探讨在Spring C…

【机器学习】必会降维算法之:奇异值分解(SVD)

奇异值分解&#xff08;SVD&#xff09; 1、引言2、奇异值分解&#xff08;SVD&#xff09;2.1 定义2.2 应用场景2.3 核心原理2.4 算法公式2.5 代码示例 3、总结 1、引言 一转眼&#xff0c; 小屌丝&#xff1a;鱼哥&#xff0c;就要到每年最开心的节日了&#xff1a;六一儿童…

搭建Vulnhub靶机网络问题(获取不到IP)

搭建好靶场后&#xff0c;在攻击机运行arp-scan -l无法发现靶机IP。 这时候去看下靶机网络有没有问题。 重新启动客户机&#xff0c;一直按e进入安全模式&#xff08;要是直接开机了就先按shift进入grub界面&#xff0c;再按e&#xff09;找到ro&#xff0c;将ro改为rw signie…

XM平台的交易模式模式是什么?

外汇交易平台的盈利模式主要分为两种&#xff1a;有交易员平台和无交易员平台。 有交易员平台&#xff0c;也称为做市商平台&#xff0c;为客户提供交易市场&#xff0c;并在需要时与客户持相反方向的交易&#xff0c;从中赚取利润。交易者看到的买入卖出价可能与实际价格不同&…

python 巡检报告中的邮件处理

00.创作背景,在每天的巡检报告中要 要检查oa相关服务器的备份作业是否备份成功 那个备份软件有个功能&#xff0c;就是完成备份作业后&#xff0c;可以发送信息到我的邮箱。 01.通过检查我邮箱的信息&#xff0c;就可以了解那个备份作业的情况。 通过解释邮件的名称可以了解备…

Cassandra的基本概念以及对比SQL server中的概念进行理解

Cassandra是一个开源的分布式NoSQL数据库系统&#xff0c;它最初由Facebook开发&#xff0c;并因其高可扩展性、容错性和灵活性而被广泛应用于各种场景中。以下是Cassandra中的一些基本概念&#xff0c;以及与Microsoft SQL Server中的概念进行对比&#xff1a; Cassandra基本…