摘要:
实体类映射加注解@Entity 阅读全文
摘要:
转自:http://blog.csdn.NET/huilan_same/article/details/51896672 再使用selenium打开chrome浏览器的时候,需要用chromedriver,而chromedriver与chrome的版本也是要相互适宜的,对应关系如下: 附: 所有ch 阅读全文
摘要:
var tx=document.getElementById("tx");tx.style.height=tx.scrollHeight+"px"tx.style.backgroundColor="#89bde5"tx.style.border="none"tx.style.textDecorati... 阅读全文
摘要:
function loginBoxHeightChange() { var textarea = document.getElementById('tx'); // textarea.style.height = textarea.scrollHeight + 'px' t... 阅读全文
摘要:
git checkout -b newBranchName 阅读全文
摘要:
用VS2010打开vs2008,对应的9.0.0.0版本,而应该该使用版本10.0.0.0解决方案:修改配置文件。将Microsoft.ReportViewer的版本为9.0.0.0改为10.0.0.0。 阅读全文
摘要:
Install-Package EntityFramework 阅读全文
摘要:
数据库连接不上其中一种可能的解决办法:开始-所有程序-Microsoft SQL server 2012-配置工具-SQL Server 配置管理器-SQL server 服务-SQL server 代理(MSSQLSERVER)-启动图示: 阅读全文