“2017年7月”存档文章有95

The entity type Blog is not part of the model for the current context.

今天在写代码的时候报如下错误:The entity type Blog is not part of the model for the current context.截图如下:代码如下:using System.Data.Entity; using AppDAL.Entity; namespace AppDAL.Model { public class AppContext...

No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'.

今天在写代码的时候,报了如下错误:其他信息: No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registered in the 'entityFramework' section of...

vs 技巧

1. 回到上一个光标位置 使用组合键 Ctrl + - 键表示Navigate BackWard, 使用组合。 键 Ctrl + Shift + - 键表示 Forward。 2. 删除多余的using 指令,并且排序 当我们新一个类的时候,Visual Studio 会将常用的命名空间using 在类的头部。但是在我...

直达电梯-导航

超大信息类站点的导航条就像中药铺的抽屉,一字排开气势恢宏,分别拉开,别有洞天。 国人喜好:多!大!全!最好全部铺开才有气势。从不争气的‘S浪’网多年没怎么变的首页导航模式可见一般。至此,对比浏览了同类大型新闻信息类站点,发现中/洋;东/西,界面感受果然不同。 今天只说导航,只对比了新闻类站点: (娱乐类,设计类,个人站点导航形式多样,逻辑复杂,暂来不及铺开) ...

安装

第3 章安装 如果你已经安装了Python 2.x ,那么就没必要卸载后再安装Python 3.x ,实际上,可以将它们同时安装在电脑里。 3.1 对于Linux 和BSD 用户 如果你正在使用一个Linux 的发行版比如Fedora 或者Mandrake 或者其他(你的选择),或者一个BSD 系统比如FreeBSD ,那么你可能已经在你的系统里安装了Python 。...

CODEMIRROR 基本用法

使用CodeMirror最简单的方法就是加载 下的js和css,再加上mode/目录下的mode js文件就好了。例如: <script src="lib/codemirror.js"></script> <link rel="stylesheet" href="lib/codemirror.css"><script src=<span style="colo ...

Best Hacking Tools Of 2017 For Windows, Linux, And Mac OS X

Hacking Tools/software is a program or utility designed to assist, guide and lead a hacker with hacking.It can also be progressively utilized to protect a network or computer from hackers and those pe...

nodejs+express搭建javascript在线IDE Ⅱ

使用下面,我使用阮一峰的《es6标准入门》的一个案例代码来演示如何使用本平台,其实这个平台的初衷就是学了配合阮老师的书来学习的。 阮老师的代码传送门:在此var a = [1,2,3,4]; var set = neww Set(a); for(var item of a) { console.log(item); }这个代码的演示程序,如下图所示本系统的特点系统采用nodejs+express进...