上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: 配置步骤: 1、本地生成公钥和私钥 2、将私钥上传到github个人账户配置之中 3、配置好了 1. 本地生成密钥 cd ~/.ssh ssh-keygen -t rsa -C ‘your@email.com’ 拷贝 id_rsa.pub 放在自己账户ssh配置上,新建一个密钥 2. 如何验证密钥是 阅读全文
posted @ 2022-03-19 13:19 许伟强 阅读(163) 评论(0) 推荐(0)
摘要: 个人封装的,框架是goframe。 package es import ( "encoding/json" "errors" "fmt" "github.com/gogf/gf/encoding/gbase64" "github.com/gogf/gf/frame/g" "github.com/go 阅读全文
posted @ 2022-02-19 00:28 许伟强 阅读(202) 评论(0) 推荐(0)
摘要: 直接跑一下看看呢 package main import ( "context" "fmt" "strconv" "sync" "time" ) func main() { timeCtx, cancle := context.WithTimeout(context.Background(), ti 阅读全文
posted @ 2022-01-11 17:34 许伟强 阅读(162) 评论(0) 推荐(0)
摘要: 服务器搭建: go mod init test go mod edit -require github.com/gogf/gf@latest package main import ( "fmt" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf 阅读全文
posted @ 2022-01-11 16:57 许伟强 阅读(326) 评论(0) 推荐(0)
摘要: 1、用法有哪些 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russian Chine 阅读全文
posted @ 2022-01-10 15:36 许伟强 阅读(38) 评论(0) 推荐(0)
摘要: 1、 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russian Chinese Tr 阅读全文
posted @ 2022-01-10 15:36 许伟强 阅读(130) 评论(0) 推荐(0)
摘要: 1、 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russian Chinese Tr 阅读全文
posted @ 2022-01-10 15:35 许伟强 阅读(75) 评论(0) 推荐(0)
摘要: 1、获取panic错误日志 2、 TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russ 阅读全文
posted @ 2022-01-10 15:34 许伟强 阅读(70) 评论(0) 推荐(0)
摘要: import * as AjaxApi from '../lib/AjaxApi' import {base_url} from './config' /** * 获取通用配置 * @param {object} params * @param {func} callback */ let comm 阅读全文
posted @ 2021-12-21 12:01 许伟强 阅读(341) 评论(0) 推荐(0)
摘要: 基本原则就是一定要放弃面向对象的概念,要做到写极致难懂、难维护的JavaScript代码一样,windows变量满天飞,无面向对象,全局引用到处有 不然很难做到让人琢磨不透,又不敢更改 下面用三个文件表示一下: a.php <?php include("./b.php"); // 1. 凭空制造变量 阅读全文
posted @ 2021-11-30 11:11 许伟强 阅读(83) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页