在线使用地址:https://lightbc.github.io/qt-demo/html/convertFileToBase64.html 前端代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tit ...
分类:
其他好文 时间:
2021-04-20 14:11:59
阅读次数:
0
云仓库: github 码云(国内得,稳定) 作用: 1. 保存代码到云端,以云端代码开发为基本 2. 可以不同版本进行开发,比如1.+和2.+同时开发,1.x版本要加东西可以随时切换 3. 多分支开发,为了合并代码,比如1.+为线上版本,2.+要为1.+为基础进行开发,之后合并代码 git本地操作 ...
分类:
其他好文 时间:
2021-04-20 14:11:19
阅读次数:
0
goconvery基本使用 (1.)项目地址 https://github.com/smartystreets/goconvery (2.)安装 go get -u github.com/smartystreets/goconvery/convery (3.)启动UI界面 $GOPATH/bin/g ...
分类:
其他好文 时间:
2021-04-20 14:09:28
阅读次数:
0
添加项目中,git管理时对跟踪代码建立过滤规则 规则文件,.gitnore; 注:该文件放到项目根目录(一直错误将该文件放到.git文件夹,由于之前没写比较导致再次遇到时效率极低) 过滤内容,不用纠结github中有模板。 https://github.com/github/gitignore 总有 ...
分类:
其他好文 时间:
2021-04-19 16:01:18
阅读次数:
0
论文:《Learning Similarity Conditions Without Explicit Supervision》 论文地址:https://arxiv.org/pdf/1908.08589.pdf 代码地址:https://github.com/rxtan2/Learning-Sim ...
分类:
其他好文 时间:
2021-04-19 15:47:48
阅读次数:
0
1. 修改本地hosts文件 windows系统的hosts文件的位置如下:C:\Windows\System32\drivers\etc\hosts mac/linux系统的hosts文件的位置如下:/etc/hosts 2. 增加http://github.global.ssl.fastly.n ...
分类:
其他好文 时间:
2021-04-19 15:45:32
阅读次数:
0
项目相关介绍请查看https://github.com/MultiChain/multichain-web-demo,简单来说就是multichain节点的网页可视化。 第一步:安装Apache 1 # 安装Apache2 2 sudo apt-get install apache2 3 # 重启A ...
分类:
Web程序 时间:
2021-04-19 15:35:39
阅读次数:
0
UGUI源码 地址:https://github.com/Unity-Technologies/uGUI 文档:https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/index.html URP源码 于Package Manager里 ...
分类:
编程语言 时间:
2021-04-19 15:35:05
阅读次数:
0
相信很多小伙伴都遇到过访问不了GitHub问题,一直加载不出来,漫长等待时间后出现无法加载的提示,心情爆炸!今天就彻底解决这个问题。下面的IP地址,小伙伴们一定不要按照我的来,因为这个IP过一段好像会改变,大家按照我给的网址一步步操作就可以了。 一、确定ip进入网址 https://github.c ...
分类:
其他好文 时间:
2021-04-19 15:00:22
阅读次数:
0
postman官网下载地址https://www.postman.com/downloads/ postman汉化包https://github.com/hlmd/Postman-cn/releases 1.首先从官网下载postMan安装包 2.下载postMan 汉化包(app.zip) 3.将 ...
分类:
其他好文 时间:
2021-04-19 14:44:14
阅读次数:
0