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 small[......] 继续阅读

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

 冒泡排序法 是数组等线性排列的数字从大到小或从小到大排序。 以从小到大排序为例。 数据 11, 35, 39, 30, 7, 36, 22, 13, 1, 38, 26, 18, 12, 5, 45, 32, 6, 21, 42, 23 使用 数组 int [] 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 Pract[......] 继续阅读

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

本文列举腾讯云从业者认证的考试范围、知识点、分数比例、教程学习地址、一些官方资料文档。 目录 1,考核要求、知识点分布 2,课程大纲、分数值比例 3,学习路线 4,学习帮助 5,学习资源导航 6,腾讯云从业者认证 资料共享、例题分析、习题实战 &nbs[......] 继续阅读

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 mi[......] 继续阅读

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

资料存放 https://gitee.com/whuanle/txcouldrz 笔者已经将所有的资料传送到腾讯云的Coding中。 里面有多个思维导图,包括腾讯云官方提供的思维导图、本人制作的思维导图、官方两套(共200+道题)试卷。 --------------------------- 腾讯云[......] 继续阅读

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/whuan[......] 继续阅读

2019年12月15日 1条评论 4478点热度 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.[......] 继续阅读

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

 目录 1,Elements 介绍 2,Elements 版本 3,Elements 能干嘛 4,Elements  IDES 5,Elements 工具     1,Elements 介绍 RemObjects Elements,是多平台移动项目开发工具,是一款可以帮助开发人员在 不[......] 继续阅读

2019年12月15日 1条评论 4902点热度 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 Ranc[......] 继续阅读

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

  目录   一,安装宝塔面板(V 6.8)   二,使用宝塔安装 Docker,配置阿里云容器服务   三,安装 Rancher (Server)   四,管理 Rancher、添加集群    五,添加 Rancher 应用、服务,与 Nginx   六,ASP.NET Core 应用部[......] 继续阅读

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. Gen[......] 继续阅读

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

1,Nginx 的 配置文件 Nginx 可以配置反向代理、负载均匀等, 其默认配置文件名为 nginx.conf 。 一般存放于 /你的安装目录/nginx/conf  下 Nginx 加载配置信息,可以把所有的配置都放进 nginx.conf 文件,也可以根据站点分[......] 继续阅读

2019年12月15日 2条评论 5991点热度 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:/[......] 继续阅读

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

SQLIte 操作方便,简单小巧,这里笔者就不再过多介绍,感兴趣可以到以下博文 https://blog.csdn.net/qq_31930499/article/details/80420246  文章介绍创建ASP.NET Core 程序,创建模型、上下文,生成数据库,对数据库增删查改[......] 继续阅读

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[......] 继续阅读

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

笔者的前端文件如下   笔者增加Bootstrap 4 和 FontAwersome(字体图标),因为Bootsrap 4已经不再包含图标了。 ASp.Net Core 中,通常在 _Layout.cshtml 文件设置全局css、js文件, 其中有两个标签 <environm[......]继续阅读

2019年12月15日 0条评论 4212点热度 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 a[......] 继续阅读

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

ASP.NET Core 中,可以在静态目录添加文件,直接访问就可以下载。但是这种方法可能不安全,也不够灵活。 我们可以在 Controller 控制器中 添加 一个 Action,通过此Action,即可访问服务器的任何文件。 Action 格式     public FileResult D[......]继续阅读

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