用通俗的代码解决首先创建一个class类using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace WpfMvvm.ViewModels{ class student { p....
分类:
其他好文 时间:
2014-07-29 13:44:58
阅读次数:
143
原创:http://www.cnblogs.com/lanhj/p/3874426.html警告信息:Cannot connect to VMcom.sun.jdi.connect.TransportTimeoutException控制台错误信息:FATAL ERROR in native meth...
分类:
系统相关 时间:
2014-07-29 12:04:56
阅读次数:
583
处理XML的方式: SAX dom4j Xstream-->stax XStream,Jackson JAXB:JAXB实例:package com.bling.xml;import java.io.StringReader;import javax.xml.bind.JAXBContex...
分类:
其他好文 时间:
2014-07-29 11:42:36
阅读次数:
159
所有c++ coder都应该为这个语法感到高兴,说的直白一点,Lambda 表达式就是函数对象的语法糖。还是直接看对比栗子吧,抄袭的是msdn的官网该示例使用 for_each 函数调用中嵌入的 lambda 向控制台打印 vector 对象中的每个元素是偶数还是奇数。使用lambda#includ...
分类:
编程语言 时间:
2014-07-29 11:25:46
阅读次数:
396
查找网上解决此问题的方法多是一样的,不过今天又遇到了这样的问题。试过之后发现可行: 在C盘的WINDOWS或者你的PHP文件夹中找到php.ini 这个配置文件,然后查找一项:output_buffering将其值由原来的off改为on,重新启动Apache就ok了。 详细出处参考:http://w...
分类:
其他好文 时间:
2014-07-29 11:16:06
阅读次数:
269
Thread 1 cannot allocate new log, sequence 466Private strand flush not complete Current log# 7 seq# 465 mem# 0: /home/app/oracle/oradata/orcl/redo07.....
分类:
数据库 时间:
2014-07-28 23:38:54
阅读次数:
400
$(function(){$(document).bind("click",function(e){if($(e.target).closest("#txt").length>0){$("#tip").show();}else{$("#tip").hide();}}); });closest会首先....
分类:
Web程序 时间:
2014-07-28 23:35:54
阅读次数:
348
记录iOS开发生涯中,因知识库不完备、知识点不清晰,导致的各种坑。 1.You cannot remove objects from array while fast-enumerating it: numeration is “safe”—the enumerator has a mutation guard so that...
分类:
其他好文 时间:
2014-07-28 16:55:24
阅读次数:
247
java.io.FileNotFoundException: class path resource [beans.xml] cannot be opened because it does not exit.
在用maven管理的spring项目中做单元测试时候,加载不了spring的配置文件。出现该问题的原因是,用maven创建的项目,必须把spring的配置文件beans.xml或者app...
分类:
编程语言 时间:
2014-07-28 15:56:13
阅读次数:
187
错误原因如下:Exception in thread "main" org.hibernate.exception.JDBCConnectionException: Cannot open connectionat org.hibernate.exception.SQLStateConverter....
分类:
数据库 时间:
2014-07-28 15:20:13
阅读次数:
302