码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
Spring AOP 使用场景
AOP使用场景 AOP用来封装横切关注点,具体可以在下面的场景中使用: ? Authentication 权限 Caching 缓存 Context passing 内容传递 Error handling 错误处理 Lazy loading 懒加载 Debugging  调试 logging, t...
分类:编程语言   时间:2014-08-26 11:59:46    阅读次数:198
问题解决——在STL的queue中使用自定义类
c:\program files\microsoft visual studio 10.0\vc\include\xmemory(48): error C2558: class“CDataRecv”: 没有可用的复制构造函数或复制构造函数声明为“explicit” 1> c:\program files\microsoft visual studio 10.0\vc\include\xmemory(197): 参见对正在编译的函数 模板 实例化“void std::_Construct<C...
分类:其他好文   时间:2014-08-26 11:47:26    阅读次数:230
docker issue
1 change docker password #cat /ect/redhat-relase #passwd root If you have error like this /usr/share/cracklib/pw_dict.pwd: No such file or directory P...
分类:其他好文   时间:2014-08-26 11:18:55    阅读次数:231
[异常] JLink Error: Could not find supported CPU core on JTAG chain J-Link连接不到stm32内核问题
>___<" ~真是虚惊一场,不然又要烧掉500-600的RMB啦!PS" 相关链接:J-Link无法下载问题:http://blog.csdn.net/liyuanbhu/article/details/9107139关于调式STM32F103ZE 时出现的 JLINK 找不到CORE 问题:ht...
分类:其他好文   时间:2014-08-26 09:45:05    阅读次数:1245
ibatis + log4net 配置注意事项
一 在web.config或app.config中配置 FATAL > ERROR > WARN > INFO > DEBUG > ALL-->
分类:Web程序   时间:2014-08-26 09:38:45    阅读次数:214
oracle报错: ORA-03113: end-of-file on communication channel Process
Databasemounted.ORA-03113:end-of-fileoncommunicationchannelProcessID:4907SessionID:1Serialnumber:5这种错误的解决方案出现这个报错之后,明明oracle已经mount,此时查看oracle的状态:selectopen_modefromv$database;ERROR:ORA-03114:notconnectedtoORACLE提示oracle就根..
分类:数据库   时间:2014-08-26 03:03:26    阅读次数:284
Rsyslog分别归档Local0的err、info日志
有个新需求:postgresql的日志在rsyslog服务器中的日志要分开打,根据priority,即:error和warn的日志要归档在一个文件中;info和其余级别的日志归档在一个文件中,并且每小时自动切割日志;解决办法:1.在/etc/rsyslog.d目录下新建配置文件postgresql.confvi/etc/rsyslog.d/pos..
分类:其他好文   时间:2014-08-26 03:02:27    阅读次数:2296
upgrade jessie时出现E: Sub-process /usr/bin/dpkg returned an error code (1)错误的解决办法
执行apt-getdist-upgrade时出现“E:Sub-process/usr/bin/dpkgreturnedanerrorcode(1)”,新内核就是不能完成设置,解决办法如下:cd/var/lib/dpkg mvinfoinfobak;mkdirinfo然后重新来过就没问题了。
分类:其他好文   时间:2014-08-26 03:00:06    阅读次数:197
android 细节之An internal error occurred during: "Launching New_configuration".
今天在导入公司的一个小demo时候发现了一个很有意思的错误。 An internal error occurred during: "Launching New_configuration". Path for project must have only one segment. 于是上网搜寻了一下怎么解决: 具体的解决方法有两种: 一、Run Confi...
分类:移动开发   时间:2014-08-26 00:33:05    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!