org.apache.ibatis.annotations.Result存在于mybatis_3.4.4的jar包中,3.4.2的没有 SEVERE: Resource read error: Could not load com/google/common/collect/Ordering.cla ...
分类:
其他好文 时间:
2019-06-25 13:12:23
阅读次数:
209
init_special_inode >字符设备节点i_fop = &def_chr_fops; >(重要的***) >块设备节点i_fop = &def_blk_fops >fifo节点i_fop = &def_fifo_fops; >sock节点i_fop = &bad_sock_fops ...
分类:
其他好文 时间:
2019-06-23 11:33:35
阅读次数:
129
题目描述 Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string contain ...
分类:
其他好文 时间:
2019-06-19 12:10:44
阅读次数:
111
案例文件: 1.对数字进行排序 2.月份进行排序 3. ...
分类:
其他好文 时间:
2019-06-17 10:56:10
阅读次数:
115
早上使用.Net WebClient类采集亚马逊数据,返回http 400 Bad Request错误,内容里面有“我们检测到您的浏览器不兼容传输层安全协议 (TLS) 1.1 或更高版本,此协议在 Internet 上用于确保您通信的安全性。” 所以就想着可能是WebClient使用TLS版本过低 ...
分类:
Web程序 时间:
2019-06-14 12:48:28
阅读次数:
334
Pagination, // 分页 Dialog // 对话框 Autocomplete, // 下拉框 百度式 输入内容自动显示的那种 Dropdown, // 下拉菜单 DropdownMenu, // 下拉菜单子项 详见官方文档 DropdownItem, // 类似于ul>li Menu, ... ...
分类:
其他好文 时间:
2019-06-14 12:19:14
阅读次数:
89
572. 另一个树的子树 572. Subtree of Another Tree 题目描述 给定两个非空二叉树 s 和 t ,检验 s 中是否包含和 t 具有相同结构和节点值的子树。 s 的一个子树包括 s 的一个节点和这个节点的所有子孙。 s 也可以看做它自身的一棵子树。 每日一算法2019/6 ...
分类:
其他好文 时间:
2019-06-12 21:09:57
阅读次数:
101
最近看的一个问题,消息队列可以创建,但是不能获取属性,也不能发消息,返回错误为:EBADF Bad file descriptor 经过打点,确认走入了这个流程: 这个分支判断按道理也没什么问题,因为既然是消息队列,那么file->f_op就应该是 mqueue_file_operations 。 ...
分类:
其他好文 时间:
2019-06-11 17:43:04
阅读次数:
156
669. 修剪二叉搜索树 669. Trim a Binary Search Tree 题目描述 "LeetCode" LeetCode669. Trim a Binary Search Tree简单 Java 实现 TreeNode Class 参考资料 "https://www.cnblogs. ...
分类:
其他好文 时间:
2019-06-09 20:52:40
阅读次数:
142
Information:java: Errors occurred while compiling module 'security'Information:javac 1.8.0_131 was used to compile java sourcesInformation:2019/6/9 8: ...
分类:
编程语言 时间:
2019-06-09 09:20:25
阅读次数:
100