上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 329 下一页
摘要: (javafx) 打开java GUI开发新台阶 https://www.youtube.com/watch?v=DH3dWzmkT5Y&ab_channel=tookootek 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(31) 评论(0) 推荐(0)
摘要: 缺少下边中的某一个 mysql:mysql-connector-java:5.1.40 mysql:mysql-connector-java:8.0.20 其次,还需要配置好你的url String url = "jdbc:mysql://localhost... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(257) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/30651830/use-jdbc-mysql-connector-in-intellij-idea 问题解决 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(49) 评论(0) 推荐(0)
摘要: AI(Adobe Illustrator)中的选择工具和直接选择工具有什么区别? v 选中对象之后,可以对 对象进行操作 可进行缩放↑ a 直接选择工具 选择一个对象后,只能进行移动,无法进行缩放 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(795) 评论(0) 推荐(0)
摘要: c = [1,2,3,4] [c[n] for n in np.random.randint(3,size = 5)] 3代表的是index的最大值,也就是c list的最大长度; size = 5,意味着生成5个数据 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(132) 评论(0) 推荐(0)
摘要: 10^5 plot(data(3,:));ylim([-1000 1000]);xlim([3.3*10^5 3.4*10^5]); 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(27) 评论(0) 推荐(0)
摘要: 坑 背景 我有一批3000维的高维数据。 我想看一下这批数据的分布。 该如何查看? 有监督方法? 无监督方法? Kmeans? 随机森林? PCA降维? 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(79) 评论(0) 推荐(0)
摘要: trainNa30 = Na30.sample(frac=ratio)testNa30 = Na30.drop(trainBefore.index,axis=0) 用drop 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(71) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(30) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(25) 评论(0) 推荐(0)
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 329 下一页