异常详细:An exception of type 'System.Data.Entity.Core.EntityException' occurred in EntityFramework.SqlServer.dll but was not handled in user codeAddition...
分类:
其他好文 时间:
2014-07-10 13:56:49
阅读次数:
306
这一部分是jquery的核心jquery的构造器jquery的核心工具函数构造器jQuery = function( selector, context ) { // The jQuery object is actually just the init constructor 'enhanc...
分类:
Web程序 时间:
2014-07-10 13:24:06
阅读次数:
535
总是隔一段时间才写一次C++,有些东西老是用完就忘了……记一下如何用gdb来调试core dump免得到时候又忘记。首先需要设置core file的大小,默认是0所以不设不会生成core file$ ulimit -c unlimited然后在编译的flag里加上-g -rdynamic把动态静态符...
分类:
数据库 时间:
2014-06-30 11:17:47
阅读次数:
232
core-site.xml
name
value
Description
fs.default.name
hdfs://hadoopmaster:9000
定义HadoopMaster的URI和端口
fs.checkpoint.dir
/opt/data/hadoop1/hdfs/namesecondar...
分类:
其他好文 时间:
2014-06-28 08:42:16
阅读次数:
285
测试了一下windows2012servercore模式的基本功能,做一些基本笔记。安装了一个最基本的core模式系统,对于微软的系统安装,是很简单的事情,安装完成登陆后,界面如下就一个命令行,看到这个是否感觉无从下手呢,如果我想要设定IP,修改电脑名称,给电脑加入域等等问题,是不是..
package com.photoann.core.util;import java.io.BufferedInputStream;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundExcept...
分类:
其他好文 时间:
2014-06-27 13:09:31
阅读次数:
275
git服务器搭建过程参考网上资料搭建git服务器过程记录 如下:需求硬件需求:一台Ubuntu或者debian电脑(虚拟机),能通过网络访问到。软件需求:git-core, gitosis, openssh-server, openssh-client, Apache2(Gitweb)安装配置git...
分类:
其他好文 时间:
2014-06-27 11:41:26
阅读次数:
208
1、错误描述
六月 26, 2014 11:26:27 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error
严重: Template processing error: "Expected collection or sequence. datas evaluated instead to freemarker.core.HashLite...
分类:
其他好文 时间:
2014-06-27 10:01:02
阅读次数:
223
在android下面debug,最主要的方式就是用logcat抓log了,我们可能有尝试过使用printf来打印,当然结果是不行的,这里有时间就看了一下android平台下log的flow,在此做个笔记以作记录
我们一般使用ALOGD来打印log,所以这里就跟一下ALOGD的flow
system/core/include/log/log.h
system/core/include/...
分类:
移动开发 时间:
2014-06-27 08:32:39
阅读次数:
548
打开/mantis/core/bug_api.php,其中有类似下面的语句if ( is_blank( $c_summary ) ) { error_parameters( lang_get( 'summary' ) ); trigger_error( ERROR_EMPTY_FIELD, ERRO...
分类:
其他好文 时间:
2014-06-26 12:39:03
阅读次数:
215