添加MongoDB驱动 <dependency> <groupId>org.mongodb</groupId> <artifactId>mongo-java-driver</artifactId> <version>3.12.0</version> </dependency> //连接 MongoD ...
分类:
数据库 时间:
2020-12-25 12:03:15
阅读次数:
0
1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <LinearLayout android:padding="16dp" android:orientation="vertical" android:background="@drawable/bg" and ...
分类:
其他好文 时间:
2020-12-25 11:58:52
阅读次数:
0
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/ ...
分类:
移动开发 时间:
2020-12-25 11:54:21
阅读次数:
0
需求:根据用户编号查询用户信息以及用户所有订单信息 sql语句为: select u.*,o.*,o.id oid from kuser u join orders o on o.user_id = u.id where u.id = 1; UserMapper.xml <?xml version= ...
分类:
其他好文 时间:
2020-12-25 11:44:27
阅读次数:
0
Description This is the hard version of this problem. The only difference between the easy and hard versions is the constraints on $ k $ and $ m $ . I ...
分类:
其他好文 时间:
2020-12-25 11:42:12
阅读次数:
0
kvm_vm_ioctl(s, KVM_IRQFD, &irqfd); kvm_vm_ioctl(kvm_state, KVM_IOEVENTFD, &kick) Ioctl Cmd Implement function Src file KVM_CREATE_VCPU kvm_vm_ioctl_c ...
分类:
其他好文 时间:
2020-12-24 12:27:36
阅读次数:
0
1.1进入命令行 hbase shell 1.2常用命令 命名描述语法 help 查看命令的使用描述 help '命令名' whoami 身份(root、user) whoami version 返回hbase版本信息 version status 返回hbase集群的状态信息 status tab ...
分类:
其他好文 时间:
2020-12-24 12:05:43
阅读次数:
0
nvm arch [32|64]: Show if node is running in 32 or 64 bit mode. Specify 32 or 64 to override the default architecture. nvm install <version> [arch]: T ...
分类:
其他好文 时间:
2020-12-24 12:04:21
阅读次数:
0
今天打算学习处理乱码 <!--版本说明--> <?xml version="1.0" encoding="UTF-8" ?> <! xml 文档的 schema-> <taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://w ...
分类:
其他好文 时间:
2020-12-24 12:03:47
阅读次数:
0
springboot使用小技巧合集 来源:https://blog.lqdev.cn/2018/08/11/springboot/springboot-tips/ 设置网站图标 原来我们在使用tomcat开发时,设置网站图片时,即icon图标时,一般都是直接替换root包下的favicon.ico替 ...
分类:
编程语言 时间:
2020-12-24 11:35:11
阅读次数:
0