一,apt方式安装php 说明:用apt方式安装适用于本地开发环境,如果是线上生产环境,建议下载软件后编译安装 root@lhdpc:~# apt-get install php 查看结果: root@lhdpc:~# php -v PHP 7.4.16 (cli) (built: Mar 23 2 ...
分类:
数据库 时间:
2021-06-20 17:46:30
阅读次数:
0
  SOAP / REST Webservices FTP 通过JDBC连接数据库(支持各种数据库 ...
分类:
其他好文 时间:
2021-06-20 17:40:46
阅读次数:
0
最长公共前缀 题目描述:编写一个函数来查找字符串数组中的最长公共前缀。 如果不存在公共前缀,返回空字符串 ""。 示例说明请见LeetCode官网。 来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/longest-common-prefix/ ...
分类:
其他好文 时间:
2021-06-20 17:39:07
阅读次数:
0
postgresql+echarts+grafana pgmetrics pgmetrics 是一款 postgresql 健康监控指标采集、报告开源软件。适用于PostgreSQL versions 9.3 to 13 安装 wget https://github.com/rapidloop/pg ...
分类:
其他好文 时间:
2021-06-20 17:38:49
阅读次数:
0
Android设置drawableTop图片大小 流程:首先拿到控件上面位置的drawable,然后给指定drawable的边界,最后再把drawable设置进去;例子:https://blog.csdn.net/jky_yihuangxing/article/details/78490730 ...
分类:
移动开发 时间:
2021-06-19 19:35:11
阅读次数:
0
题目链接:串联字符串的最大长度 题目描述: 题解: class Solution { public: int maxLen = 0; void backTracking(vector<string>& arr, int index, vector<int>& letters) { int len = ...
分类:
其他好文 时间:
2021-06-19 19:33:37
阅读次数:
0
MyX509TrustManager.java package com.demo.until; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import ja ...
分类:
编程语言 时间:
2021-06-19 19:29:27
阅读次数:
0