码迷,mamicode.com
首页 >  
搜索关键字:github desktop    ( 42206个结果
vue
恢复内容开始 1. css Less中文网 Less快速入门 webpack打包 2. JavaScript github链接 2.1. 调试 // 在浏览器的控制台打印变量 console.log(num); 2.2. 数据类型 Number // js不区分小数和整数 Number 123 // ...
分类:其他好文   时间:2021-02-17 14:06:07    阅读次数:0
通过带Flask的REST API在Python中部署PyTorch
通过带Flask的REST API在Python中部署PyTorch 在本文中,将使用Flask来部署PyTorch模型,并用讲解用于模型推断的 REST API。特别是,将部署一个预训练的DenseNet 121模 型来检测图像。 备注: 可在GitHub上获取本文用到的完整代码 这是在生产中部署 ...
分类:编程语言   时间:2021-02-16 12:31:31    阅读次数:0
液位量筒
1.效果如下: 预览页: https://volodyan.github.io/vue3_level_dh_echars_preview/#/2.代码如下:echartsDemo.vue <template> <div class="chart"></div> </template> <script ...
分类:其他好文   时间:2021-02-16 12:10:59    阅读次数:0
Go 语言测试
1.断言 标准库 testing "github.com/stretchr/testify/assert" func TestDemo(t *testing.T) { assert.Nil(t, nil) assert.NotNil(t, struct{}{}) assert.Equal(t, 5, ...
分类:编程语言   时间:2021-02-16 12:02:30    阅读次数:0
cube.js 最新版本的一些特性
一个特别好的特性就是security context 可以在playground 中使用了,当然dashboard 代码的自动生成也有了越来越多框架的支持了 参考效果 参考资料 https://github.com/cube-js/cube.js/releases ...
分类:Web程序   时间:2021-02-16 12:00:01    阅读次数:0
git工具 -- repo
资料1: https://wladimir-tm4pda.github.io/source/git-repo.html sync命令: repo sync [project-list ] Downloads new changes and updates the working files in y ...
分类:其他好文   时间:2021-02-15 12:26:44    阅读次数:0
05 | 管理系统前端模板 | 谷粒
一、vue-element-admin 1、简介 而vue-element-admin是基于element-ui 的一套后台管理系统集成方案。 **功能:**https://panjiachen.github.io/vue-element-admin-site/zh/guide/#功能 **GitH ...
分类:其他好文   时间:2021-02-15 12:12:46    阅读次数:0
dremio 源码编译
dremio 是基于java 开发的,项目使用了maven进行包管理,以下是一个简单的源码构建 依赖 java8, maven (至少3.3.9) 构建 构建比较慢,需要等待 构建 git clone https://github.com/dremio/dremio-oss.git dremio c ...
分类:其他好文   时间:2021-02-15 12:12:31    阅读次数:0
github上项目直接在浏览器页面像VS Code一样查看代码
项目地址 https://github.com/conwnet/github1s 使用方式 把浏览器里地址栏里github项目地址github后面加1s改为github1s即可。 以Sentinel项目为例: https://github.com/alibaba/Sentinel 改为 https: ...
分类:其他好文   时间:2021-02-15 12:11:40    阅读次数:0
【论文阅读】Fine-tune Bert for DocRED with Two-step Process[CoRR2019]
the Computing Research Repository (CoRR) 论文地址:https://arxiv.org/abs/1909.11898 代码地址:https://github.com/hongwang600/DocRed Abstract 在本文中,我们进一步应用预先训练的语言 ...
分类:其他好文   时间:2021-02-10 13:32:54    阅读次数:0
42206条   上一页 1 ... 50 51 52 53 54 ... 4221 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!