一、解决SpringBoot MongoDB插入文档默认生成_class字段问题 @Configuration public class SpringMongoConfig{ @Bean public MongoTemplate mongoTemplate() throws Exception { ...
分类:
数据库 时间:
2021-04-22 16:06:57
阅读次数:
0
i: /* * @lc app=leetcode.cn id=127 lang=cpp * * [127] 单词接龙 * * https://leetcode-cn.com/problems/word-ladder/description/ * * algorithms * Hard (45.95% ...
分类:
其他好文 时间:
2021-04-22 15:58:08
阅读次数:
0
常用的数据类型 整数类型 int 98 浮点数 float 3.14 布尔类型 bool True,False 字符串类型 str ‘我用pycharm写代码’ ...
分类:
其他好文 时间:
2021-04-22 15:46:17
阅读次数:
0
<view class="details"><text>给文字添加下划线</text></view> >.details { color: #409EFF; font-size: 26upx; line-height: 36upx; padding-bottom: 92upx; >text { pa ...
分类:
其他好文 时间:
2021-04-22 15:43:57
阅读次数:
0
二进制水题~。 int n,m; int main() { cin>>n>>m; while(m--) { string s; cin>>s; int res=0; for(int i=0;i<s.size();i++) if(s[i] == 'n') res+=1<<(n-1-i); cout<< ...
分类:
其他好文 时间:
2021-04-22 15:39:34
阅读次数:
0
1.记录索引交换 class Solution { public: int minSwapsCouples(vector<int>& row) { int len=row.size(); vector<int> idx(len,-1); int ret=0; for(int i=0;i<len;++ ...
分类:
其他好文 时间:
2021-04-22 15:12:46
阅读次数:
0
如果用了display:inline-block;标签换行时就会出现间隙。如果必须用的话就改变div默认样式: div{margin:0;padding:0;} 改成 div{margin:0;padding:0;font-size: 0;} ...
分类:
其他好文 时间:
2021-04-21 13:00:02
阅读次数:
0
create user hnrh identified by hnrh123; Oracle 删除用户时出现异常ora-01922: CASCADE must bu specified to drop 用户名 Oracle 删除用户时出现错误ora-01922: CASCADE must bu sp ...
分类:
数据库 时间:
2021-04-21 12:53:00
阅读次数:
0
很多服务器都会多块盘或者做了Raid的多个虚拟磁盘,而安装xenserver后,他只会默认挂载第一快盘,也就是安装xenServer系统的那块。 那剩余的其他盘,怎么挂载上去做虚拟机的存储用呢?或者后期新增一块磁盘该如何操作呢? 1、用命令查看下自己的host-uuid [root@xenserve ...
分类:
其他好文 时间:
2021-04-21 12:44:08
阅读次数:
0
本人手贱一不小心把pycharm的主菜单栏搞丢了!尝试的办法恢复了,总结一下 主菜单栏就是这个 手残的过程实我点了这个: 那咋恢复呀?!! 1 按Ctrl + Shift + A打开“Find Action”对话框,输入view,找到Main Menu,打开on即可 ...
分类:
其他好文 时间:
2021-04-21 12:31:17
阅读次数:
0