1.wxml 2.js 3.wxss 感谢:https://www.bilibili.com/video/av61418389/?p=32 ...
分类:
其他好文 时间:
2019-09-01 21:55:02
阅读次数:
94
We can easily code split and lazy load a route in Angular. However when the user then clicks that lazy loaded route, it make some time to actually fet ...
分类:
其他好文 时间:
2019-08-27 19:06:46
阅读次数:
85
机器学习算法推导当中,有的时候能看到一个函数 ,这个函数代表什么意思? 代表的是指示函数(indicator function)。 它的含义是:当输入为True的时候,输出为1,输入为False的时候,输出为0。 例如: ,表示当 不等于 的时候输出为1,否则输出为0。 ...
分类:
其他好文 时间:
2019-08-11 17:33:50
阅读次数:
112
今天记录一下微信小程序开发时,轮播图的效果时怎么实现的。话不多说,直接上代码:<!--1.首页轮播图--><view><swiperclass="my-swiper"autoplay="true"indicator-dots="true"indicator-active-color="#fff"circular="true"><blockwx:for="{
分类:
微信 时间:
2019-08-11 13:21:24
阅读次数:
154
Return Value On success, the total number of characters written is returned.If a writing error occurs, the error indicator (ferror) is set and a negat ...
分类:
其他好文 时间:
2019-08-07 14:38:31
阅读次数:
135
一.脚手架 1. 全局设置 排版和链接 Bootstrap 为屏幕、排版和链接设置了基本的全局样式。尤其是,我们: 移除了body的 margin 设置了 body 的背景颜色 background-color: white; 使用 @baseFontFamily、@baseFontSize 和@b ...
分类:
其他好文 时间:
2019-07-26 01:59:49
阅读次数:
149
这是我第一次接触到android学习,现在模仿拉手网的welcomeactivity activity_welcome.xml <resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen ...
分类:
移动开发 时间:
2019-07-25 23:42:40
阅读次数:
187
<swiper vertical='true' indicator-dots='true' autoplay='true'> 我们看这个vertical='true',然后轮播图就变成的垂直方向轮播了。那么如果我把他改成false 我们看这个vertical='true',然后轮播图就变成的垂直方向 ...
分类:
微信 时间:
2019-07-06 19:26:24
阅读次数:
137
关于上传下载文件(图片等),涉及到UI进度条的显示,c#中 System.IProgress提供了相应的api. 对于多个文件的使用,这个使用还是很不错的选择,如下为相关使用代码: 参考:https://devblogs.microsoft.com/dotnet/async-in-4-5-enabl ...
1.下载时注意连带下载git 2.实时清除内存 打开 show memory indicator 3.插件安装 前端常用插件(vue,element,css,html,node,ts等)找到适合自己的安装 选择好常用插件安装完毕后重启idea。 4.模板配置 设置完毕后新建文件就能自动生成模板 ...
分类:
其他好文 时间:
2019-06-19 10:45:52
阅读次数:
94