References:http://stackoverflow.com/questions/315911/git-for-beginners-the-definitive-practical-guidehttp://www.kernel.org/pub/software/scm/git/docs/h...
分类:
其他好文 时间:
2016-01-03 12:49:26
阅读次数:
148
ASP.NET5实践01:项目创建-结构概述-程序运行-发布部署1.项目创建ASP.NET5项目模板有三种:新建项目:选择模板:2.结构概述References对应配置是project.json中: "frameworks": { "dnx451": { }, "dnxcore50":...
分类:
Web程序 时间:
2015-12-13 02:10:53
阅读次数:
605
1.项目创建ASP.NET5项目模板有三种:新建项目:选择模板:2.结构概述References对应配置是project.json中: "frameworks": { "dnx451": { }, "dnxcore50": { } },ASP.NET5开发时支持多版本的clr共存,但...
分类:
Web程序 时间:
2015-12-12 16:48:05
阅读次数:
206
1. The container 'Maven Dependencies' references non existing library解决方法,将eclipse中maven插件中“resolve dependencies from workspace projects”的选项取消默认的本地库更改...
分类:
其他好文 时间:
2015-11-30 23:37:46
阅读次数:
384
org.hibernate.PropertyValueException: not-null property references a null or transient value:com.bjcx.project.entity.task.Equipmenttable.ProjPortfolio...
分类:
Web程序 时间:
2015-11-26 21:05:17
阅读次数:
185
$(RemoteMachine)设置为“调试”属性页上“远程计算机”属性的值。有关更多信息,请参见更改用于 C/C++ 调试配置的项目设置。$(References)以分号分隔的引用列表被添加到项目中。$(ConfigurationName)当前项目配置的名称(例如“Debug”)。$(Platfo...
分类:
编程语言 时间:
2015-11-20 09:15:27
阅读次数:
259
源码:/frameworks/base/core/java/android/util/LruCache.java文件开篇注释如下:A cache that holds strong references to a limited number of values. Each time a value...
分类:
移动开发 时间:
2015-11-14 00:58:32
阅读次数:
454
一个库报ORA-600[Librarycachenotemptyonclose],查了下mos,问题不大,记录一下:ORA-600[Librarycachenotemptyonclose]ReportedAtShutdown(文档ID365103.1)
InthisDocument
Symptoms
Cause
Solution
References
APPLIESTO:
OracleDatabase-EnterpriseEdition-Version10.2..
分类:
系统相关 时间:
2015-11-13 19:25:34
阅读次数:
306
建表:CREATE TABLE Course ( Cno Char(4) PRIMARY KEY, Cname Char(40), Cpno Char(4), Ccredit Int, FOREIGN KEY (Cpno) REFERENCES Course(Cno) );插入数据:...
分类:
其他好文 时间:
2015-11-07 12:16:50
阅读次数:
701
Hibernate常见错误合集 1.错误:object references an unsaved transient instance - save the transient instance before flushing:com.xxxx.bean.java.Sysblog; nested ...
分类:
Web程序 时间:
2015-10-29 12:44:06
阅读次数:
488