11 2021 档案
摘要:数据库比较简单的了, 就是创建表就OK了。 entity框架类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; //
阅读全文
摘要:效果: 首先是创建项目的选择。 该加的筛选条件,完全可以加上的啊。然后选择对应的创建项目就行了。 控制器层 controller view 视图层
阅读全文
摘要:* 就是不管您心里面多么的难受,客观事实情况是,您的任何事情,其实都与金钱有直接的关系? 难道不是? 如果曾经的您,客观条件 * 好一些,何至于选择一个不想选择的路子,然后走到today,除了痛苦,就是无尽的痛苦,,,何必呢 * 只能放弃,然后呢? 放弃可以,关键是放弃后,难道就一个人活下去? 没钱
阅读全文
摘要:JavaScript代码 1 <script> 2 //复制JavaScript代码, 写接口代码去测试 辛巳日 3 import VueUeditorWrap from "vue-ueditor-wrap"; // ES6 Module 4 import url from "@/plugins/u
阅读全文
摘要:using System; namespace ConsoleLearn1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); // 变量 //定义一个变量a,并且初始化,赋值数
阅读全文
摘要:效果: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>太极动画<
阅读全文
摘要:点击没有连带变化,点击按钮发生自增的功能。这个只是点击,label跟随变化了。 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.D
阅读全文
摘要:本地为Demo02文件 using Microsoft.AspNetCore.Http; // 2 引入需要的命名空间 using System; using System.Collections.Generic; using System.Linq; using System.Threading.
阅读全文
摘要:把现实事情转换为代码能力的锻炼 用Vue框架,展示前端功能的练习,与锻炼
阅读全文
摘要:不对的写法 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <h1>Hello Web Pages</h1> <p>The time is @DateTime.Now</p>
阅读全文
摘要:C# using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebAppMV
阅读全文
摘要:using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebAppMVC.C
阅读全文
摘要:using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebAppMVC.C
阅读全文
摘要:逻辑层查询代码,已经非常现实的逻辑代码了。 具备高度实用性。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; //
阅读全文
摘要:前端HTML的基本使用,基本上快速的过了一遍。然后就是JavaScript,同样的快速过一遍, HTML JavaScript jQuery easyUI--pl/sql 后面的这两个您可以同步进行的。
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:网站开发过程中高频使用的基础HTML知识点,这必定是其中一个了! 可以用一辈子的前端技术了。基本上这个就是必备技能了。 尤其select下来列表的使用,曾经的您,是不是挨过叼才学会的? 如果是初入职场的大学生,或许没有什么。但是您已经深入职场不是完全不是一两天,也不是一两年,而是超过十年以上的时间了
阅读全文
摘要:初级布局的学习,基础知道了。后面现实中,才能随需应变的去设计,写入代码。否则,基础不会,后面的一切写起来,必定会感觉到极其的困难!可能那些在别人看来,很简单,容易的代码。到您这里,就变得无比艰难的样子。所以,这是写代码,与其他行业的不同之处吧。 是一个积累的过程。 知识积累创造价值,但是想要价值大,
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:学习代码1 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" conte
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:using System; namespace ConsoleMoney1 { class Program { static void Main(string[] args) { //Console.WriteLine("Hello World!"); string sum;//合计总和 strin
阅读全文
摘要:--sort 表 分类表 create table Sort( ID int identity(1,1), Title nvarchar(50) not null, Name nvarchar(200) null, ImgUrl varchar(100) null, Content nvarchar
阅读全文
摘要:效果: 代码 <!DOCTYPE html> <html lang="en"> <head> <!-- 每3秒钟刷新当前页面。 --> <meta http-equiv="refresh" content="3"> <meta charset="UTF-8"> <meta http-equiv="X
阅读全文
摘要:效果 代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" conte
阅读全文
摘要:效果: 代码 1 <html lang="en"> 2 <head> 3 <!-- 每3秒钟刷新当前页面。 --> 4 <meta http-equiv="refresh" content="3"> 5 6 <meta charset="UTF-8"> 7 <meta http-equiv="X-U
阅读全文
摘要:效果: 代码 <html lang="en"> <head> <p>meta标签描述了一些基本的元数据。</p> <!-- HTML <meta> 元素 meta标签描述了一些基本的元数据。 <meta> 标签提供了元数据.元数据也不显示在页面上,但会被浏览器解析。 META 元素通常用于指定网页的
阅读全文
摘要:效果: 代码 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=devic
阅读全文
摘要:效果: 代码 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=devic
阅读全文
摘要:效果: 点击前 点击按钮后效果: 代码 <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content
阅读全文
摘要:效果: <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-w
阅读全文
摘要:<head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
摘要:<body> <h1>html实例</h1> <h1>1 标题</h1> <h1>我的第一个标题</h1> <h2>this标题2 </h2> <h3>这是标题3</h3> <h4>这是标题4</h4> <h5>这是标题5</h5> <h6>这是标题6 标题的大小是可以选择的,一共6种选择,基本完全
阅读全文
摘要:#region 变量算法 计算程序 int a = 3; int b = 11; int c = 10; int sum = a + b + c; Console.WriteLine("早中午晚上3个数的和是:" + sum +"元"); #endregion 写在主函数内的程序。最简单的计算程序
阅读全文
摘要:程序的最基础结构。 using System;// 1 命名空间 namespace ConsoleTest1 { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); Console
阅读全文