import com.logistics.channel.constant.BizException;import com.logistics.channel.tool.CommonErrorEnum;import com.logistics.channel.tool.ResultBody;impo ...
分类:
其他好文 时间:
2021-07-21 17:30:16
阅读次数:
0
PASSAGE 2: Learning: a Lifelong Career As food is to the body, so is learning to the mind. Our bodies grow and muscles develop with the intake of food ...
分类:
其他好文 时间:
2021-07-01 17:15:13
阅读次数:
0
1.DB.java package com.bn.util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet ...
分类:
编程语言 时间:
2021-06-24 18:18:53
阅读次数:
0
蓝牙配对开发流程 流程是:开启蓝牙 —-》 获取蓝牙各种权限 —-》注册广播(广播的作用是用来接收扫描结果) —-》 扫描蓝牙 —-》广播接收 ——》 蓝牙配对 —-》 解除注册 开启蓝牙 获取BluetoothAdapter对象 判断设备是否支持蓝牙 打开蓝牙 // 获取BluetoothAdap ...
分类:
移动开发 时间:
2021-06-16 17:48:09
阅读次数:
0
void llvtype(std::string_view k, Value* v) { std::cout << std::format("{}:{}:{}", k, (int)v->getType()->getTypeID(), v->getName().str() ) << "\n"; } . ...
分类:
其他好文 时间:
2021-06-08 23:38:58
阅读次数:
0
客户端发送tcp请求给服务端,最终所有服务端的逻辑都存在于服务端的netty中,进一步说就是channelHandler中 public class NettyServerPipelineFactory implements ChannelPipelineFactory { private Nett ...
分类:
其他好文 时间:
2021-06-04 18:49:49
阅读次数:
0
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, ...
分类:
其他好文 时间:
2021-05-24 13:17:05
阅读次数:
0
关于C++中 const关键字的探究理解,涉及const与引用、指针、顶层const ...
分类:
编程语言 时间:
2021-05-24 10:52:06
阅读次数:
0
注释 注释并不会被执行,是给写代码的人看的 单行注释 可以注释一行文本 使用 // 表示 多行注释 可以注释一段文本 使用/* */ 文档注释 JavaDoc 使用/** */ 标识符 类名、变量名以及方法名都被称为标识符 标识符规范 1. 所有标识符都应该以字母,美元符($), 或者下划线(_)开 ...
分类:
编程语言 时间:
2021-05-24 06:23:58
阅读次数:
0
报错信息:Expected '$(student - name)' to be an inline constant of type java.lang.String in @org.springframework.beans.factory.annotation.Value 这样使用会报错,原因是 ...
分类:
其他好文 时间:
2021-05-24 00:03:03
阅读次数:
0