会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
WebShow 开发随笔
专注于:现场打分实时展示系统-Web版(英文名:WebShow),项目评审系统,艺考评分系统,比赛打分系统,高品质网站建设
博客园
首页
新随笔
联系
订阅
管理
[置顶]
在Mvc中,ExpandoObjec类的使用
摘要: 创建一个基本mvc项目 1.向Models目录下添加一个类文件MyModel.cs文件,代码如下: 2.添加Home控制器,代码如下: 3.增加Index Action对应的视图文件Index.cshtml,代码如下: 4.增加UsingExpando Action对应的视图文件UsingExpan
阅读全文
posted @ 2019-02-25 17:06 dshow
阅读(99)
评论(0)
推荐(0)
2023年10月11日
[WebShow系列]手机如何横屏显示?
摘要: 手机界面【横屏】 的设置 方法最佳步骤(华为手机鸿蒙系统为例): 第一步: 系统设置成【自动旋转】模式 手机桌面下拉,进入 控制中心: 【自动旋转】 启用。 第二步:应用设置成跟随系统或横屏 A.如果是微信,在 通用 设置成,【开启横屏模式】,界面如下: B.如果是手机浏览器应用,旋转屏幕 设置成:
阅读全文
posted @ 2023-10-11 12:25 dshow
阅读(761)
评论(0)
推荐(0)
2022年3月16日
用户及角色对字段的权限[代码实录]
摘要: 代码1: var account = loginContext.User.Account; var roles = loginContext.Roles; List<BuilderTableColumn> zdyList = new List<BuilderTableColumn>(); forea
阅读全文
posted @ 2022-03-16 15:02 dshow
阅读(70)
评论(0)
推荐(0)
2021年10月28日
Axure-VSCode-Html5-Javascript-JQuery-Bootstrap-Vue等前端知识的题目及答案
摘要: Word文档下载 1. 哪一种语言是世界上最流行的脚步语言? 答:JavaScript是世界上最流行的脚本语言,因为你在电脑、手机、平板上浏览的所有的网页,以及无数基于HTML5的手机App,交互逻辑都是由JavaScript驱动的。简单地说,JavaScript是一种运行在浏览器中的解释型的编程语
阅读全文
posted @ 2021-10-28 20:39 dshow
阅读(514)
评论(0)
推荐(0)
2021年10月25日
Vue项目常见命令收集
摘要: 主要流程: 打开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
阅读(67)
评论(0)
推荐(0)
2021年10月24日
BoostrapV4、JQuery、localStorage综合应用测试
摘要: 代码如下: <!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
阅读(46)
评论(0)
推荐(0)
2021年10月20日
[WebShow系列]无线网卡电脑不识别的解决方案汇编
摘要: 无线网卡电脑不识别的解决方案汇编 https://exesoft.blog.csdn.net/article/details/120852090
阅读全文
posted @ 2021-10-20 20:51 dshow
阅读(344)
评论(0)
推荐(0)
2021年10月10日
Vue 粒子背景测试
摘要: 粒子运动背景 <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
阅读(40)
评论(0)
推荐(0)
2021年10月6日
Ant Design Vue Api List 基础训练
摘要: 核心代码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
阅读(1139)
评论(0)
推荐(0)
2021年10月5日
square及rectangle图形基本训练
摘要: 蓝图参考: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
阅读(110)
评论(0)
推荐(0)
Ant-Design-Vue 基础测试
摘要: 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
阅读(344)
评论(0)
推荐(0)
下一页
公告