摘要: 创建一个基本mvc项目 1.向Models目录下添加一个类文件MyModel.cs文件,代码如下: 2.添加Home控制器,代码如下: 3.增加Index Action对应的视图文件Index.cshtml,代码如下: 4.增加UsingExpando Action对应的视图文件UsingExpan 阅读全文
posted @ 2019-02-25 17:06 dshow 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 手机界面【横屏】 的设置 方法最佳步骤(华为手机鸿蒙系统为例): 第一步: 系统设置成【自动旋转】模式 手机桌面下拉,进入 控制中心: 【自动旋转】 启用。 第二步:应用设置成跟随系统或横屏 A.如果是微信,在 通用 设置成,【开启横屏模式】,界面如下: B.如果是手机浏览器应用,旋转屏幕 设置成: 阅读全文
posted @ 2023-10-11 12:25 dshow 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 代码1: var account = loginContext.User.Account; var roles = loginContext.Roles; List<BuilderTableColumn> zdyList = new List<BuilderTableColumn>(); forea 阅读全文
posted @ 2022-03-16 15:02 dshow 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Word文档下载 1. 哪一种语言是世界上最流行的脚步语言? 答:JavaScript是世界上最流行的脚本语言,因为你在电脑、手机、平板上浏览的所有的网页,以及无数基于HTML5的手机App,交互逻辑都是由JavaScript驱动的。简单地说,JavaScript是一种运行在浏览器中的解释型的编程语 阅读全文
posted @ 2021-10-28 20:39 dshow 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 主要流程: 打开cmd: E: mk htzd cd htzd node -v npm install -g cnpm --registry=https://registry.npmmirror.com cnpm -v cnpm install -g @vue/cli vue create hell 阅读全文
posted @ 2021-10-25 12:42 dshow 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 代码如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>HTML5 Local Storage Example</title> <!-- include Bootstrap CSS for layou 阅读全文
posted @ 2021-10-24 11:22 dshow 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 无线网卡电脑不识别的解决方案汇编 https://exesoft.blog.csdn.net/article/details/120852090 阅读全文
posted @ 2021-10-20 20:51 dshow 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 粒子运动背景 <template> <div class="outer"> <particles-com class="inner"/> <div class="wd">gCode Teacher</div> </div> </template> <script> import ParticlesC 阅读全文
posted @ 2021-10-10 20:55 dshow 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 核心代码1: <template> <a-list item-layout="horizontal" :data-source="data"> <template #renderItem="{ item }"> <a-list-item> <a-list-item-meta :description 阅读全文
posted @ 2021-10-06 21:23 dshow 阅读(985) 评论(0) 推荐(0) 编辑
摘要: 蓝图参考:http://vue.dshow.net/Axure/Exe01/index.html#id=z0ttia&p=%E7%BB%83%E4%B9%A01 正方形: <template> <div class="square"> 练习1<br/>正方形制作格码老师<br/>创作 </div> 阅读全文
posted @ 2021-10-05 21:57 dshow 阅读(101) 评论(0) 推荐(0) 编辑
摘要: AddDemo 代码1: <template> <div> <a-input v-model:value="Num1" /> <a-input v-model:value="Num2" /><br /> <label>Sum:{{SumNum}}</label> <br /> <label>Sub: 阅读全文
posted @ 2021-10-05 21:34 dshow 阅读(317) 评论(0) 推荐(0) 编辑