帮助类: using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using MySq ...
分类:
数据库 时间:
2020-11-01 21:58:38
阅读次数:
29
树莓派4 国内源 cat /etc/apt/sources.list deb https://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main contrib non-free rpi cat /etc/apt/sources.l ...
分类:
其他好文 时间:
2020-11-01 10:25:05
阅读次数:
16
原文链接: https://www.changxuan.top/?p=1161 起因 昨天的时候,同事遇到了一个问题需要访问一个 nginx 部署的项目的 swagger 文档,但是在路由转发规则那里加上了 swagger-ui.html 之后仍不能访问。平时我们在内网开发,可以直接访问 后端项目i ...
分类:
其他好文 时间:
2020-11-01 10:16:48
阅读次数:
31
在线安装 sudo yum install -y centos-release-scl sudo yum install -y devtoolset-9-gcc devtoolset-9-gcc-c++ # 安装了之后,并没有替换旧的,所以这里选择连接到最新的gcc/g++ echo "source ...
分类:
其他好文 时间:
2020-11-01 10:06:43
阅读次数:
20
配置文件配置fdfs_client.conf配置文件#连接超时时间,针对socket套接字函数connect,默认为30秒connect_timeout=30000#网络通讯超时时间,默认是60秒network_timeout=60000tracker_server=47.98.159.15:22122导入依赖<dependency><groupId>org.csource
分类:
编程语言 时间:
2020-10-30 11:35:42
阅读次数:
25
第一步 下载压缩包 Flutter官网下载:https://flutter.dev/docs/development/tools/sdk/releases?tab=macos#macos 下载一个版本,我自己下载的1.22.2,大约1.19G 第二步 解压 1、新建一个文件夹,用于存放flutter ...
分类:
系统相关 时间:
2020-10-29 10:15:25
阅读次数:
39
解决 Docker Unable to load the service index for source https://api.nuget.org/v3/index.json 问题 在部署jenkins的netcore项目时,使用git中拉取的netcore项目,报错了如下图 我在jenkins ...
继前文,这里介绍faasd和pai二个后端安装启动逻辑,也直接放代码: faasd 这里主要是将原来cloud-config.txt中cd git source root,faasd install替换成,经分析source/cmd/install.go后得到的几个静态文件,并将它们直接放进代码中, ...
分类:
其他好文 时间:
2020-10-29 09:29:40
阅读次数:
15
利用sort,根据数组内对象某一属性进行排序 /** * @description: 根据数组内对象某一属性(number类型)进行排序 * @param {*} source 目标数组 * @param {*} sortField 排序属性 * @param {*} sortType ASC DE ...
分类:
编程语言 时间:
2020-10-27 11:09:42
阅读次数:
27
网络上查到有两种将Json库加入到VS中的方法,我只试了一种,将Jsoncpp库源文件编译成.lib文件加入到VS中,所以下面也是记录的这种方式 1. 下载Jsoncpp库包 网址:https://github.com/open-source-parsers/jsoncpp 我下载的是svn-rel ...
分类:
Web程序 时间:
2020-10-26 11:49:29
阅读次数:
49