码迷,mamicode.com
首页 >  
搜索关键字:global build    ( 22928个结果
stm32f767 无操作系统 LwIP 移植 (二)
Build started: Project: stm32f767 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'stm32f767' compili ...
分类:其他好文   时间:2021-05-03 12:11:12    阅读次数:0
gitblit 记录
gitblit 非常简单易用的开源免费的git服务端,能满足一般的git server的要求,非常好。 安装非常简单:http://gitblit.github.io/gitblit/ 下载windows或linux版本,默认启动或简单改一下配置文件的端口就能用,不需要数据库。 记录一下遇到的小问题 ...
分类:其他好文   时间:2021-05-03 12:04:32    阅读次数:0
平衡树板子。。。。
splay 伸展树 struct node1{ int son[2],fa; int siz,val,cnt; }a[N*100]; int rt[N*4],seg; int v[N],maxn; struct Splay{ inline int get(int x){ return x==a[a[ ...
分类:其他好文   时间:2021-04-30 12:45:13    阅读次数:0
kafka源码阅读环境搭建
build.gradle添加implementation libs.slf4jApi ...
分类:其他好文   时间:2021-04-30 12:19:59    阅读次数:0
vue打包部署tomcat
前端vue项目打包build之后,把生成的dist里面的文件全选复制一份 在tomcat的webapps文件夹下,新建一个项目文件,把复制的内容粘贴进去 如果有需要的话,在conf文件夹下的server.xml的下添加配置指定访问路径 在Connector标签中配置端口号 ...
分类:其他好文   时间:2021-04-29 11:57:27    阅读次数:0
【解决了一个小问题】golang build中因为缓存文件损坏导致的编译错误
编译的过程中出现了一个吓人的错误: GOROOT=C:\Go #gosetup GOPATH=C:\Users\ahfuzhang\go #gosetup C:\Go\bin\go.exe mod tidy #gosetup go: downloading github.com/xxx/my_prj ...
分类:其他好文   时间:2021-04-29 11:53:31    阅读次数:0
Transformer+CNN+Smote
import tensorflow as tf import time import numpy as np import matplotlib.pyplot as plt import sys from tensorflow import keras import os from tensorfl ...
分类:其他好文   时间:2021-04-29 11:43:25    阅读次数:0
Vue打包报错Unexpected token: punc(()解决方案
在打包时使用了UglifyJs压缩JS,但是UglifyJs无法解析ES6,才出现了上述问题。网上查询解决方案,这个方案是:打开build/webpack.base.config.js 文件,resolve部分加入该报错文件 { test: /\.js$/, loader: 'babel-loade ...
分类:其他好文   时间:2021-04-27 15:24:39    阅读次数:0
keepalived+lvs
配置lvs-dr环境 master配置文件 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_conne ...
分类:其他好文   时间:2021-04-27 14:56:45    阅读次数:0
keepalived-master-slave
Master配置 global_defs { notification_email { root@localhost } notification_email_from keeplived@localhost smtp_server 127.0.0.1 smtp_connect_timeout 30 ...
分类:其他好文   时间:2021-04-27 14:42:00    阅读次数:0
22928条   上一页 1 ... 13 14 15 16 17 ... 2293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!