Bubble Sort It is a method for sorting numbers in a linear array from largest to smallest or from smallest to largest. Taking sorting from smallest to largest as an example. Data: 11, 35, 39, 30, 7, 36, 22, 13, 1, 38, 26, 18, 12, 5, 45, 32, 6, 21, 42, 23…

2019年12月15日 2条评论 1209点热度 0人点赞 痴者工良 阅读全文

 冒泡排序法 是数组等线性排列的数字从大到小或从小到大排序。 以从小到大排序为例。 数据 11, 35, 39, 30, 7, 36, 22, 13, 1, 38, 26, 18, 12, 5, 45, 32, 6, 21, 42, 23 使用 数组 int [] array 存储数字。 过程 (数组从小到大排序)  思路循环都把最大的数放在最后一位,无序数字个数减1。 i 为当前任务位置,n 剩下的无序数字个数 从第 0位开始,比较前后两位数字大大小,当 array[i] > array…

2019年12月15日 2条评论 4792点热度 0人点赞 痴者工良 阅读全文

This article outlines the exam scope, knowledge points, score ratio, tutorial study addresses, and some official documentation for Tencent Cloud Practitioner certification. Table of Contents 1. Assessment requirements, knowledge point distribution 2. Course ou…

2019年12月15日 1条评论 8106点热度 1人点赞 痴者工良 阅读全文

本文列举腾讯云从业者认证的考试范围、知识点、分数比例、教程学习地址、一些官方资料文档。 目录 1,考核要求、知识点分布 2,课程大纲、分数值比例 3,学习路线 4,学习帮助 5,学习资源导航 6,腾讯云从业者认证 资料共享、例题分析、习题实战   考核要求 了解云计算相关的基本概念,理解云计算对业务的影响。 理解腾讯云提供的基础产品和服务的功能:云服务器,云网络,云CDN,云存储,云数据库,云安全。 了解腾讯云提供的基础产品和服务的灵活应用场景。 理解腾讯云提供的基础产品和服务的优势。 理解腾讯云基础[.…

2019年12月15日 1条评论 7433点热度 1人点赞 痴者工良 阅读全文

Data Storage https://gitee.com/whuanle/txcouldrz The author has uploaded all the materials to Tencent Cloud's Coding platform. It contains multiple mind maps, including those provided by Tencent Cloud, maps created by the author, and two sets of official exam …

2019年12月15日 0条评论 2258点热度 0人点赞 痴者工良 阅读全文

资料存放 https://gitee.com/whuanle/txcouldrz 笔者已经将所有的资料传送到腾讯云的Coding中。 里面有多个思维导图,包括腾讯云官方提供的思维导图、本人制作的思维导图、官方两套(共200+道题)试卷。 --------------------------- 腾讯云文档中心,所有的考试题目资料都可以在文档中心知道资料。   计算(云服务器) 云存储 网络 云数据库 TencentDB CDN 与加速   云服务器   GPU 云服务器   F…

2019年12月15日 0条评论 5362点热度 0人点赞 痴者工良 阅读全文

Here are a few images to reveal:   ---- This can be used as a document template...  Download link:  https://dev.tencent.com/u/whuanle/p/IOS_work/attachment/4563020 [......] 继续阅读

2019年12月15日 1条评论 4482点热度 0人点赞 痴者工良 阅读全文

先透露几张图   可以作为文档模板来用。。。  下载地址 https://dev.tencent.com/u/whuanle/p/IOS_work/attachment/4563020 [......] 继续阅读

2019年12月15日 1条评论 3914点热度 0人点赞 痴者工良 阅读全文

 Table of Contents 1. Introduction to Elements 2. Elements Versions 3. What Can Elements Do 4. Elements IDEs 5. Elements Tools     1. Introduction to Elements RemObjects Elements is a multi-platform mobile project development tool that helps dev…

2019年12月15日 1条评论 1480点热度 0人点赞 痴者工良 阅读全文

 目录 1,Elements 介绍 2,Elements 版本 3,Elements 能干嘛 4,Elements  IDES 5,Elements 工具     1,Elements 介绍 RemObjects Elements,是多平台移动项目开发工具,是一款可以帮助开发人员在 不同平台 进行 移动项目 开发的工具软件。 开发商:Remobjects Software Elements 提供在两个操作系统上使用:Windows 、 Mac 四种版本 : Visual Studio 2017集成版、专业…

2019年12月15日 1条评论 4906点热度 0人点赞 痴者工良 阅读全文

Table of Contents   I. Install Baota Panel (V 6.8)   II. Use Baota to Install Docker and Configure Alibaba Cloud Container Service   III. Install Rancher (Server)   IV. Manage Rancher and Add Clusters   V. Add Rancher Applications, Services, and Nginx   VI. De…

2019年12月15日 2条评论 6364点热度 0人点赞 痴者工良 阅读全文

  目录   一,安装宝塔面板(V 6.8)   二,使用宝塔安装 Docker,配置阿里云容器服务   三,安装 Rancher (Server)   四,管理 Rancher、添加集群    五,添加 Rancher 应用、服务,与 Nginx   六,ASP.NET Core 应用部署   七,相关文章推荐 前言: 本文使用 Centos 7.x 进行操作,Rancher 官方推荐使用 Ubuntu。 Docker 对内核要求 大于 3.10,你可以使用 uname -r 检测系统内容版本。 &nb…

2019年12月15日 2条评论 6179点热度 0人点赞 痴者工良 阅读全文

1. Nginx Configuration File Nginx can be configured for reverse proxying, load balancing, etc. Its default configuration file is named nginx.conf. Generally, it is stored under /your_installation_directory/nginx/conf. Nginx loads its configuration information,…

2019年12月15日 2条评论 5591点热度 1人点赞 痴者工良 阅读全文

1,Nginx 的 配置文件 Nginx 可以配置反向代理、负载均匀等, 其默认配置文件名为 nginx.conf 。 一般存放于 /你的安装目录/nginx/conf  下 Nginx 加载配置信息,可以把所有的配置都放进 nginx.conf 文件,也可以根据站点分别放到不同的文件,然后在 nginx.conf 文件中,使用 include 命令把配置文件包含进去。 nginx 的配置是立即生效的,也就是说,不需要关闭、重启 nginx ,修…

2019年12月15日 2条评论 5993点热度 1人点赞 痴者工良 阅读全文

SQLite is convenient to use, simple and compact. The author will not elaborate further here; those interested can refer to the following blog. https://blog.csdn.net/qq_31930499/article/details/80420246   This article introduces how to create an ASP.NET Co…

2019年12月15日 1条评论 2078点热度 0人点赞 痴者工良 阅读全文

SQLIte 操作方便,简单小巧,这里笔者就不再过多介绍,感兴趣可以到以下博文 https://blog.csdn.net/qq_31930499/article/details/80420246  文章介绍创建ASP.NET Core 程序,创建模型、上下文,生成数据库,对数据库增删查改。 并对每个过程进行详细介绍,使初学者尽快了解内容和相关知识,避免对某一知识点怀疑、卡在某个位置。  过程&目录 1 新建ASP.NET Core MVC 应用   1.1 新建MVC应用  …

2019年12月15日 1条评论 4470点热度 0人点赞 痴者工良 阅读全文

The author's front-end files are as follows:   The author adds Bootstrap 4 and Font Awesome (icon fonts) because Bootstrap 4 no longer includes icons. In ASP.NET Core, global CSS and JS files are usually set in the _Layout.cshtml file. There are two tags:…

2019年12月15日 0条评论 4400点热度 0人点赞 痴者工良 阅读全文

笔者的前端文件如下   笔者增加Bootstrap 4 和 FontAwersome(字体图标),因为Bootsrap 4已经不再包含图标了。 ASp.Net Core 中,通常在 _Layout.cshtml 文件设置全局css、js文件, 其中有两个标签 <environment include="Development"> </environment> <environment exclude="Development"> </environment>…

2019年12月15日 0条评论 4214点热度 0人点赞 痴者工良 阅读全文

In ASP.NET Core, files can be added to a static directory for direct download. However, this method may not be secure or flexible enough. We can add an action in the Controller to access any file on the server through this action. Action Format public FileResu…

2019年12月15日 0条评论 1242点热度 1人点赞 痴者工良 阅读全文

ASP.NET Core 中,可以在静态目录添加文件,直接访问就可以下载。但是这种方法可能不安全,也不够灵活。 我们可以在 Controller 控制器中 添加 一个 Action,通过此Action,即可访问服务器的任何文件。 Action 格式     public FileResult Down() {         return File(xxx,xxx,xxx); } 返回 FileResult 类型,File() 对象 就这么简单。 File() 对象 问题在于这个 File() 对象,应该怎么写 笔…

2019年12月15日 0条评论 3967点热度 1人点赞 痴者工良 阅读全文
1454647484954