02 2023 档案

摘要:#成员类型转换 arr.astype(np.float_) #转换数组对象成员的类型为float,形状不变。 #形状转换 arr.resize(shape)#返回值是一个None,不能引用内部的属性 arr.reshape(shape)#修改原数组形状,不改变成员 arr.flatten()#对数组 阅读全文
posted @ 2023-02-27 11:36 仟浊Cc 阅读(30) 评论(0) 推荐(0)
摘要:三层模型 1,数据访问层 2,控制层 3,业务层 Spring配置文件设置: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="htt 阅读全文
posted @ 2023-02-23 17:00 仟浊Cc 阅读(63) 评论(0) 推荐(0)
摘要:app.json: { "pages":[ "pages/index/index", "pages/home/home", "pages/msg/msg", "pages/logs/logs" ], "window":{ "backgroundTextStyle":"light", "navigat 阅读全文
posted @ 2023-02-23 08:41 仟浊Cc 阅读(160) 评论(0) 推荐(0)
摘要:import randomimport osimport pandas as pdimport time#excel转换vcf网址#https://xlsx2vcf.kefuxx.com/time_tuple = time.localtime(time.time())nowtime = "{}年{} 阅读全文
posted @ 2023-02-20 11:34 仟浊Cc 阅读(312) 评论(0) 推荐(0)
摘要:css: .box1{ margin: 20rpx auto; width: 100rpx; height: 100rpx; background-color: red; box-shadow: 3px 3px 4px black; } .box2{ margin: 20rpx auto; widt 阅读全文
posted @ 2023-02-16 11:38 仟浊Cc 阅读(33) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-02-16 10:45 仟浊Cc 阅读(13) 评论(0) 推荐(0)
摘要:github链接:https://github.com/scriptscat/scriptcat/releases Greasyfork脚本下载链接:https://greasyfork.org/zh-CN 阅读全文
posted @ 2023-02-15 13:58 仟浊Cc 阅读(1041) 评论(0) 推荐(0)
摘要:爱发电主页 https://afdian.net/p/0164034c016c11ebafcb52540025c377?ivk_sa=1024320u 下载链接 https://ltcat.lanzoum.com/iF1tb0mucuqb 阅读全文
posted @ 2023-02-15 13:55 仟浊Cc 阅读(16403) 评论(0) 推荐(0)
摘要:<div id="box"><p>{{content}}</p></div> #挂载元素 <script type="text/javascript"> var vm = new Vue({#创建实例 el:'#box', #选择器(只能选择一个) data:{ content:"常应常清静" #自 阅读全文
posted @ 2023-02-14 09:48 仟浊Cc 阅读(40) 评论(0) 推荐(0)