好物分享
-
1html基础
1 html基础 主博客传送门 笔记 UnicodeEncodeError: ‘gbk’ codec can’t encode character ‘/ufffd’ in position 45078: illegal multibyte sequence 如果遇到…… -
【智能优化算法】基于寄生捕食优化算法求解单目标优化问题(Parasitism Predation algorithm,PPA)含Matlab源码
1 简介 Maximizing the classification accuracy and minimizing the number of selected features are the two main incompatible objectives for using feat…… -
从零开始用Kotlin结合Jetpack写一个五子棋
文章目录 项目介绍一、准备工作二、1.2.读入数据 总结 项目介绍 本项目面向意在Java向Kotlin的过渡,并尝试使用框架来搭建MVVM架构的项目的初级开发者。同…… -
[读书][笔记]走出思维泥塘——如何激发科学创新钟的奇思妙想
文章目录 内容简介作者简介前言序言第1章 勿读此书第一部分 纵观全局:理解并克服创新的障碍第2章 一切取决于你怎么看第3章 战胜认知框架第4章 怎么想就怎么…… -
-
【WSL2 compiz】 unity.glib.dbus.proxy GLibDBusProxy.cpp:196 Unable to connect to proxy: “Could not con
问题【还没解决】 在使用xlaunch的时候,输入compiz,不能出现桌面,点击其它页面正常 命令行页面报错 WARN unity.glib.dbus.proxy GLibDBusProxy.cpp:196 Un…… -
手工创建SpringBoot项目
手动搭建SpringBoot项目 1.新建一个空的maven项目 2.指定父项目 org.springframework.boot spring-boot-starter-parent 2.6.3 3.添加mave…… -
-
-
Python入门–while循环
#循环结构 #循环的分类 #while for -in #语法结构 # while 条件表达式: # 条件执行体(循环体) ############################# a=1 while a

