摘要: 开机自动启动注册,最终实现的效果如下: 1.电脑运行msconfig可以看到,我的电脑由于是win10的,win7可以在启动兰看到对应电脑开机需要启动的那些程序: 控制台程序如下: 程序如下: using System;using System.Collections.Generic;using S 阅读全文
posted @ 2019-04-14 23:00 muzililong 阅读(202) 评论(0) 推荐(0) 编辑
摘要: EF分为三种code_first,model_first,dabase_first这三种模式,网上的例子有好多,但是用了之后感觉实际中都不是这么用的,此处记录写下来日后用的着了可以快速应用,记录如下: 新建项目添加EF6.2 需要四个东西: 1.表对应的model实例,此例中为: shop_test 阅读全文
posted @ 2019-04-14 22:37 muzililong 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1.配置文件: <connectionStrings> <add name="constr" connectionString="data source=127.0.0.1;initial catalog=test;user id=sa;password=123"/> </connectionStr 阅读全文
posted @ 2019-04-14 22:18 muzililong 阅读(375) 评论(0) 推荐(0) 编辑