Mac OpenVPN Chnroutes
If it's Viscosity, Configuration into the Viscosity, SelectAll data is transmitted via VPN.
2014-03-25
PHP从URL中获取文件名和后缀等信息
{代码...} 结果 {代码...}
2021-08-11
PHP 高性能 Excel 扩展 1.2.7 发布
为什么使用 php-ext-xlswriter xlswriter是一个PHP C扩展,可用于在Excel 2007+ XLSX文件中写入多个工作表的文本,数字,公式和超链接。 它支持以下功能: 100%兼容的Excel XLSX文件 完整的Excel格式 合并单元格 自动筛选 图表 数据验证和下拉列表 工作表PNG / JPEG图像 用于写入大文件的内存优化模式 适用于Linux,Fre...
视频 | Apache Pulsar 祝大家新春大吉!
Apache Pulsar 祝大家 2022 年新春大吉!点击链接 [链接]观看视频,快来接受社区的美好祝福吧~
2022-02-01
2分钟看完三星S21系列:用上S笔,真「机皇」还是真「圾皇」?
<iframe src="https://player.bilibili.com/player.html?aid=801188589&bvid=BV1By4y1H7xF&cid=282523378&page=1" width="720" height="520" frameborder="no" scrolling="no" allowfullscreen="allowfullscreen"><span data-mce-type="bookmark" style="display: inline-block; width...
2021-01-15
484. Find Permutation
greedy,用一个point:number来指向现在到的数,每次碰到"D",就count"D"的数量,最后碰到I把number + count到number放入结果,更新count = 0。
2017-02-13
线性代数的艺术
推荐一本日本网友Kenji Hiranabe写的《线性代数的艺术》。这本书是基于MIT大牛Gilbert Strang教授的《每个人的线性代数》制作的。
2023-11-28
Discourse 如何限制存储到 S3 的备份文件数量
在默认情况下 Discourse 将会保留 5 个 备份文件到 S3 服务器上。 你可以修改这个配置,保存更多的备份文件到 S3 存储上面。 根据当前你 Discourse 的大小,如果你已经将图片分开存储的话,你可以备份更多的内容。 例如我们可以保留 30 天的备份。 将上面的备份修改 30 就可以在 S3 上保留 30 天。 [链接]
2020-06-01
检查IP是否可用的方法
1、以http开头的ping IP,可以ping通就是可用,如:ping 127.0.0.1 2、以https开头的telnet 443端口,显示黑白屏就是可用,如:telnet 127.0.0.1 443 p.s.:需要开启Telnet服务
2015-12-28
Python3 检测文件真实类型(qbit)
测试环境 {代码...} 安装 filetype {代码...} 示例 code {代码...} 运行 {代码...} 相关链接 filetype GitHub 网址: [链接] 检测工具: TrIDNet - File Identifier 本文出自 qbit snap
SAP S/4HANA 的30天免费试用版
登录网站[链接] 点击Free Trials:选择SAP S/4HANA onPrem Free trials,点击:Try now:登录用户的邮箱会收到一封邮件,包含SAP Cloud Appliance Library 访问该SAP S/4HANA实例的url:点击 I Accept 接收用户协议:Cloud Appliance Library新建Solution实例:注意,客户必须自己提供运行该SAP S/4HANA的Cloud Provider...
2021-02-21
Sort Solors 解题思路
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers 0, 1, and 2 to represent the color red, white, and blue respectively. Note: You are not suppose to u...
2016-07-28
Deno 简单测试服务器
有时候会需要临时起一个简单的服务器,用来测试查看请求信息。刚好用 Deno 官网的例子改一个。用 Node.js 写其实也一样方便。启动命令 {代码...} {代码...}
K3s + KubeSphere + DeepSeek 全流程部署指南:轻量 K8s 与 AI 大模型私有化实践
DeepSeek-R1 春节期间引爆AI市场,现在各大公司也都在部署本地私有化大模型。而昨日 KubeSphere 社区交出了一份新答卷,无需复杂步骤,一个可视化界面,几分钟完成大模型服务部署!
2025-03-03
COMP9313 项目3
COMP9313 2021T3 Project 3 (20 marks)Set Similarity Join Using Spark on Google DataprocProblem Definition:Given two collections of records R and S, a similarity function sim(., .), and athreshold τ, the set similarity join between R and S, is to find all record pairs r (fromR) and s (from S), such...
2022-05-18
console中的%d %s等占位符
前端开发中经常用到浏览器的console控制台,而在console.log和console.debug中有时候可以看见%d %s这样的符号,其意义和用法如下
2019-07-04
二进制部署Kubernetes 1.15.12
1) 软件环境 软件 版本 操作系统 centos7.6_x64 docker 19-ce kubernetes 1.15.12 2) 服务器角色 角色 IP 组件 k8s-master 192.168.21.31 kube-apiserver,kube-controller-manager,kube-scheduler,etcd k8s-node1 192.168.21.32 kubelet,kube-proxy,docker,flannel,etcd k8s-node2 192.168.21.33 kubelet,kube-p...
2020-05-20