码迷,mamicode.com
首页 >  
搜索关键字:asp.net core    ( 18312个结果
Core Data
Core Data 类似hibernate和.net的Entity Framework, 是iOS的ORM框架Persistent Store Coordinator 作为managed object context的facade,coordinator可以关联多个数据持久层(.plist文件,do...
分类:其他好文   时间:2014-09-11 22:08:42    阅读次数:187
调试--core
一. 何时产生core.当程序接收到以下UNIX信号会产生core文件:名字说明ANSI C POSIX.1SVR4 4.3+BSD缺省动作SIGABRT异常终止(abort) . . . .终止w/coreSIGBUS硬件故障 . . .终止w/coreSIGEMT硬件故障 . .终止w/core...
分类:其他好文   时间:2014-09-11 20:44:02    阅读次数:169
tomcat 服务器 在45秒内未启动成功
以上文件位于eclipse_workspace/.metadata/.plugins/org.eclipse.wst.server.core 修改该路径下的server.xml 其中start-timeout改成大的数字即可...
分类:其他好文   时间:2014-09-11 13:57:12    阅读次数:323
Java日志系统【logback】的示例2
<?xml?version="1.0"?encoding="UTF-8"?> <configuration> ????<!--?控制台输出?--> ????<appender?name="stdout"?class="ch.qos.logback.core.ConsoleAppender"> ????????<encoder> ??...
分类:编程语言   时间:2014-09-11 11:26:52    阅读次数:277
spring framework 4 源码阅读
前面写了几篇spring 的介绍文章,感觉与主题不是很切合。重新整理下思路,从更容易理解的角度来写下文章。 spring 的骨架 spring 的骨架,也是spring 的核心包。主要包含三个内容 1.context:spring 的上线文-------导演 2.core:spring的核心包,主要包括spring所以用到的工具-------道具 3.beans:spring的bean实例 -------演员...
分类:编程语言   时间:2014-09-10 17:50:50    阅读次数:246
Sharc FLAGS I/O Register(flag0~3)
Core FLAG Pins Multiplexing This module also includes the multiplexers of the FLAG0-3 pins shown in Figure 24-9. The FLAG0-2 pins can act as core FLAG...
分类:其他好文   时间:2014-09-10 14:06:10    阅读次数:259
[Windows Server] 在 Windows Server 2012 上安裝 .NET Framework 3.5 - 摘自网络
官方:Applies To: Windows 8, Windows 8.1For a Windows Server®2012 core installation that is not connected to the Internet, you can use Windows PowerShell...
分类:Windows程序   时间:2014-09-10 09:33:40    阅读次数:325
如何分析coredump
一,什么是coredump 我们经常听到大家说到程序core掉了,需要定位解决,这里说的大部分是指对应程序由于各种异常或者bug导致在运行过程中异常退出或者中止,并且在满足一定条件下(这里为什么说需要满足一定的条件呢?下面会分析)会产生一个叫做core的文件。 通常情况下,core文件会包含了程序运...
分类:其他好文   时间:2014-09-10 00:19:59    阅读次数:368
QT源码阅读 -- QTimer
#ifndef QTIMER_H #define QTIMER_H #ifndef QT_NO_QOBJECT #include // conceptual inheritance #include QT_BEGIN_HEADER QT_BEGIN_NAMESPACE QT_MODULE(Core) class Q_CORE_EXPORT QTimer : public QObje...
分类:其他好文   时间:2014-09-09 23:08:29    阅读次数:828
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!