NIO selector 多路复用reactor线程模型 package com.study.hc.net.nio; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; ...
分类:
编程语言 时间:
2019-12-16 10:11:51
阅读次数:
218
/*Code by Codercjh*/ /*time unknown*/ /*status unknown*/ /*problem unknown*/ #include<bits/stdc++.h> #define fr(i,a,b) for(int i=(a);i<=(b);++i) #defi ...
分类:
其他好文 时间:
2019-12-16 00:12:22
阅读次数:
102
这几天在创建一个新模块的时候碰到了几个问题,记下来以免再犯。 1、编译时出现 org.hibernate.AnnotationException: @OneToOne or @ManyToOne on x xx references an unknown entity yyy。 原因: 在项目组件扫 ...
分类:
其他好文 时间:
2019-12-15 14:35:23
阅读次数:
75
一些iOS面试基础题总结目录多线程AutoLayoutobjc_msgSendRuntime消息转发CategoryNSObject 与 objc_classRunloopAutoreleasePooliOS系统架构App启动过程和优化UIScrollView 的代理方法响应链和事件传递UIView... ...
分类:
移动开发 时间:
2019-12-15 01:14:22
阅读次数:
115
The Suspects Severe acute respiratory syndrome (SARS), an atypical pneumonia of unknown aetiology, was recognized as a global threat in mid-March 2003 ...
分类:
其他好文 时间:
2019-12-14 13:34:47
阅读次数:
63
同时添加多个类名: //方式一: $('selector').attr('class','a b c'); //方式二: $('selector').addClass('a b c'); 同时移除多个类名: //只需要通过空格来间隔 class 值即可一次性清除掉多个 class $('select ...
分类:
Web程序 时间:
2019-12-14 12:14:35
阅读次数:
370
items.py spiders/coser.py pipelines.py settings.py 在项目根目录下新建main.py文件,用于调试 执行程序 ...
分类:
其他好文 时间:
2019-12-13 21:28:16
阅读次数:
79
yum update 出错 : mirrors.163.com; Unknown error" Trying other mirror. yum-utils-1.1.31-52.el7.noarch FAILED http://ap.stykers.moe/centos/7.7.1908/os/x8 ...
分类:
其他好文 时间:
2019-12-11 23:25:38
阅读次数:
394
在使用spring注解整合hibernate时出现"org.hibernate.MappingException: Unknown entity: com.ssh.entry.Product“异常的问题。 最后找到了问题,总结一下 1.spring整合hibernate,取代*.hbm.xml配置文 ...
分类:
编程语言 时间:
2019-12-11 19:34:31
阅读次数:
102
//后台进前台通知 UIApplicationDidBecomeActiveNotification [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didBecomeActive) name:UIA ...
分类:
移动开发 时间:
2019-12-11 18:53:34
阅读次数:
269