码迷,mamicode.com
首页 >  
搜索关键字:requested    ( 822个结果
netty4.0.x源码分析—bootstrap
Bootstrap的意思就是引导,辅助的意思,在编写服务端或客户端程序时,我们都需要先new一个bootstrap,然后基于这个bootstrap调用函数,添加eventloop和handler,可见对bootstrap进行分析还是有必要的。 1、bootstrap结构图 bootstrap的结构比 ...
分类:Web程序   时间:2016-11-23 22:22:27    阅读次数:258
volatile--共享数据必须保证可见性
在Effective Java中看到的,试了一下,有点意思,考查的知识点是volatile关键字。 下面这段代码,预期是打印it takes xxxx miliseconds. 。但实际上,陷入了死循环。 学习过Java内存模型就会知道,这是因为stopRequested这个域,在主线程和backg ...
分类:其他好文   时间:2016-11-20 06:24:44    阅读次数:195
spring+mybati java config配置引起的bean相互引用日志报警告问题
摘要: Error creating bean with name 'XXX': Requested bean is currently in creation: Is there an unresolvable circular reference?; nested exception is or ...
分类:编程语言   时间:2016-11-15 23:50:49    阅读次数:1237
oracle异常:ORA-01422: exact fetch returns more than requested
ORA-01422: exact fetch returns more than requested 神奇的错误,困扰了我一个下午。 问题描述:明明只有一行记录,结果是报了多条记录的错误。令我百思不得其解, 检查无数遍sql没有问题。 解决方法:因为起的变量名字与列名一致。 select r.stu ...
分类:数据库   时间:2016-11-11 19:36:06    阅读次数:148
git 提交代码到github错误处理
git push -u origin mastererror: The requested URL returned error: 403 Forbidden while accessing https://github.com/hjyoung/php-redis-in-action.git/inf ...
分类:其他好文   时间:2016-11-11 01:23:07    阅读次数:167
VC++获取当前模块的路径(dll/exe)
一般地,获取当前模块路径都是通过调用 GetModuleFileName() 来获取的。 参数 A handle to the loaded module whose path is being requested. If this parameter is NULL, GetModuleFileN ...
分类:编程语言   时间:2016-11-08 19:49:09    阅读次数:353
Chapter 2 Open Book——6
Last night I'd discovered that Charlie couldn't cook much besides friedeggs and bacon. 昨天晚上我终于发现查理除了煎蛋和熏肉什么也不会做。 So I requested that I be assigned kit ...
分类:其他好文   时间:2016-10-26 06:50:13    阅读次数:151
关于The requested PHP extension ext-pdo_sqlite * is missing from your system. Install or enable PHP's pdo_sqlite extension.的解决
今天在github上下载了一个Symfony的demo,解决报错,各种查找,最终还是找到了php.ini这个文件(文件在你的 php安装目录下面:我的C:\php5\php-5.5.30-nts-Win32-VC11-x64,) 打开文件找到以下代码:(解决办法就是我写的去掉分号!!!!!!!!!! ...
分类:数据库   时间:2016-10-25 02:25:16    阅读次数:465
No 'Access-Control-Allow-Origin' header is present on the requested resource.
之前没考虑到Ajax跨域访问会遇到这个问题,今天梦真在测试的时候看到这个现象,于是查找资料看一下怎么解决。 ...
分类:数据库   时间:2016-10-12 16:58:31    阅读次数:365
Java调用https服务报错unable to find valid certification path to requested target的解决方法
我们网站要进行https改造,配置上购买的SSL证书后,浏览器访问正常,但是写了个java代码用httpcomponents调用httpsrest接口时报错:Exceptioninthread"main"javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIXpathbuildingfailed:sun.securi..
分类:编程语言   时间:2016-10-09 00:52:59    阅读次数:491
822条   上一页 1 ... 50 51 52 53 54 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!