会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
binglinll
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
33
下一页
2024年5月30日
5.29日
摘要: 周三早上进行了Python课程测试,选择题不多,程序填空和编程题有些难度,很有意思。工程数学继续进行实验,运用MATLAB完成牛顿法的编程。
阅读全文
posted @ 2024-05-30 23:05 yblll
阅读(7)
评论(0)
推荐(0)
2024年5月28日
5.28
摘要: 周二早上进行了计网五六章小测,知识理解不到位,欠缺学习。下午的科技政策一点通也是有点难度,要求不难,上手就废。
阅读全文
posted @ 2024-05-28 23:31 yblll
阅读(16)
评论(0)
推荐(0)
5.27
摘要: 周一又是概率论,整本书已经讲完了,上次的期中考试非常考知识理解,对于期末考试有点恐慌。
阅读全文
posted @ 2024-05-28 23:28 yblll
阅读(11)
评论(0)
推荐(0)
5.24
摘要: VMware下Ubuntu扩展磁盘大小 扩展磁盘 1.打开设置,点击磁盘,注意要在虚拟机关机状态下进行 2.点击扩展 3.根据自己需要改变虚拟机磁盘大小,然后点击扩展,弹出页面点击确定 4.在设置中更改了,系统磁盘还是原来的,所以要在虚拟机中更改设置。 打开虚拟机,在终端依次输入 1 2 sudo
阅读全文
posted @ 2024-05-28 23:27 yblll
阅读(10)
评论(0)
推荐(0)
5.21
摘要: 周二 /** * 计算最短路径长度 */public static int calculateShortestPath(int[][] adjacencyMatrix, String start, String end, Map<String, Integer> stationIdMap) { in
阅读全文
posted @ 2024-05-28 23:26 yblll
阅读(7)
评论(0)
推荐(0)
5.22
摘要: 周三 public static String shortest(User user) { Connection connection = JDBCUtils.getConn(); String startingStation = user.getStarting_Station(); String
阅读全文
posted @ 2024-05-28 23:26 yblll
阅读(12)
评论(0)
推荐(0)
5.23
摘要: Ubuntu18.04 VMwareTools安装方法 一、VMwareTools的一些实用性安装后用户可以从物理主机直接往虚拟机里面拖文件。安装后鼠标进入虚拟机后可以直接出来,不安装的话要按CTRL+ALT才可以释放鼠标。安装后可以解决Ubuntu主窗口分辨率不适应问题,用户可以随意改变虚拟机窗口
阅读全文
posted @ 2024-05-28 23:26 yblll
阅读(13)
评论(0)
推荐(0)
4.24
摘要: 周三 jsp与jsp页面之间的传参方法(非form表单) 1.jsp向2.jsp传参id 其中1.jsp session.setAttribute("id",zhanghao); 然后2.jsp <% String id = (String) session.getAttribute("id");%
阅读全文
posted @ 2024-05-28 23:22 yblll
阅读(10)
评论(0)
推荐(0)
4.25
摘要: 周四 python习题2 import mathclass Shape:def cal_perimeter(self):passdef cal_area(self):passdef cal_volume(self):passclass Point(Shape):def __init__(self,x
阅读全文
posted @ 2024-05-28 23:22 yblll
阅读(10)
评论(0)
推荐(0)
4.26
摘要: 周五python练习3 class Teacher:def __init__(self, name, gender, birth, zhicheng, work):self.name = nameself.gender = genderself.birth = birthself.zhicheng
阅读全文
posted @ 2024-05-28 23:22 yblll
阅读(7)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
33
下一页
公告