作者:张伯毅 作者:张伯毅 一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Co ...
分类:
编程语言 时间:
2019-10-10 15:40:58
阅读次数:
102
配置完装饰器之后以运行yarn start就报错 There might be a problem with the project dependency tree.It is likely not a bug in Create React App, but something you need ...
分类:
其他好文 时间:
2019-10-06 00:08:59
阅读次数:
418
So a few years ago, I did something really brave, or some would say really stupid. I ran for congressBut in my heart, I always want to runBut in my mi ...
分类:
其他好文 时间:
2019-10-02 10:48:44
阅读次数:
112
阶段1事情的起因是同事写了这样一段代码。123@synchronized(@"test synchronized"){ NSLog(@"do something");}于是我指出这样应该是锁不住的,因为 synchronized 锁的是对象,而每次创建的字符串都是新对象,所以锁不住。同事跟我说,“n... ...
分类:
其他好文 时间:
2019-09-28 10:53:16
阅读次数:
130
pymongo.errors.CursorNotFound: Cursor not found 故事背景:先从数据库中取得所有数据 db['test'].find(),然后对结果进行for循环,但是当do_something函数耗时过长,在cursor上长时间没有进行操作,引发cursor在mong ...
分类:
其他好文 时间:
2019-09-24 12:30:14
阅读次数:
106
原文地址:https://blog.csdn.net/to_baidu/article/details/53763683 C++里面为什么有时候在函数声明的时候在后面加throw()关键字? 解释: C++函数后面加关键字throw(something)限制,是对这个函数的异常安全作出限制;这是一种 ...
分类:
编程语言 时间:
2019-09-23 22:23:18
阅读次数:
149
Sampling and quantization采样与量化 In order to become suitable for digital processing为了便于数字处理 an image function f(x,y) must be digitized both spatially an ...
分类:
其他好文 时间:
2019-09-21 14:59:15
阅读次数:
105
what should I use .post vs .ajax? 问题: I've always had this dilemma困境 whether to use .post or .ajax for a few situations, but I got kept using .post? M ...
分类:
Web程序 时间:
2019-09-19 16:18:47
阅读次数:
118
WCF安全性认证:SoapHeader(二)使用HTTP Request调用 在前面第一篇介绍的WinFrom Client 端程序为了送出request时要产生SoapHeader﹐而另外撰写了一个ClientHeader类库﹐并且必须在组态加入对应的设定﹐手续看起... ...
分类:
Web程序 时间:
2019-09-13 13:53:45
阅读次数:
129
摘要:Android iOS fopen and data okay...it's weired I am not sure it's restrict by the OS or something else... if I want to make a... ...
分类:
移动开发 时间:
2019-09-13 12:56:50
阅读次数:
127