ylbtech-Docs-VisualStudio-MSBuild-MSBuild参考:常用的 MSBuild 项目项 1.返回顶部 1、 常用的 MSBuild 项目项 2016/11/04 在 MSBuild 中,项是对一个或多个文件的命名引用。 项包含元数据(如文件名、路径和版本号)。 Vis ...
分类:
其他好文 时间:
2020-07-28 17:13:18
阅读次数:
74
ylbtech-Docs-VisualStudio-MSBuild-MSBuild参考:MSBuild .targets 文件 1.返回顶部 1、 MSBuild .targets 文件 2017/02/24 MSBuild 包括多个 .targets 文件,文件内容包含常见方案的项、属性、目标和任 ...
分类:
其他好文 时间:
2020-07-28 17:04:00
阅读次数:
64
vimrc配置 set nocompatible call pathogen#infect() filetype plugin indent on set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=ut ...
分类:
系统相关 时间:
2020-07-28 13:55:19
阅读次数:
170
使用:Eclipse开发工具 点击项目,右键 Run As > Maven build dependency:copy-dependencies -DoutputDirectory=文件夹路径 如果是写相对路径,会在项目根目录下生成 ...
分类:
其他好文 时间:
2020-07-27 17:39:10
阅读次数:
68
对微前端的概念和场景进行科普,介绍一些主流的微前端的实现库及其用法,并讲解部分这些库的实践知识和原理。
分类:
其他好文 时间:
2020-07-27 14:03:36
阅读次数:
78
效果图:横向滚动和纵向滚动 scroll view使用方法文档,前面已经介绍查找文档方法,此处不再赘述 一、横向滚动 创建一个页面scroll-nav 然后,在.wxml文件中排版 <!--水平拖动新闻--> <scroll-view scroll-x class="menu"> <view cla ...
分类:
微信 时间:
2020-07-27 13:44:38
阅读次数:
98
mounted() { const refresh = this.debounce(this.$refs.scroll.refresh, 500); this.$bus.$on("imgLoad", () => { refresh(); }); }, methods: { /** * 防抖函数 */ ...
分类:
其他好文 时间:
2020-07-27 09:37:23
阅读次数:
73
##题面 Problem Description There are n cities and m bidirectional roads in Byteland. These cities are labeled by 1,2,…,n, the brightness of the i-th cit ...
分类:
其他好文 时间:
2020-07-27 09:21:33
阅读次数:
88
删除子目录下.git后,依然无法提交子目录下的文件 git rm --cached <目录/子目录> 执行完,不报错然后提交即可, 如果报错那就还得另想辙了 如果执行git rm --cached directory 提示fatal: Unable to create ‘xx/.git/index. ...
分类:
其他好文 时间:
2020-07-26 23:04:09
阅读次数:
90
代码和其他资料在 github 一、tf.keras概述 首先利用tf.keras实现一个简单的线性回归,如 \(f(x) = ax + b\),其中 \(x\) 代表学历,\(f(x)\) 代表收入,分别代表输入特征和输出值。为了描述预测目标与真实值之间的整体误差最小,需要定义一个损失函数,数学描 ...
分类:
其他好文 时间:
2020-07-26 15:25:59
阅读次数:
78