https://www.jianshu.com/p/2692e56251ac 小程序最近新出来了云开发能力,主要依赖了node.js(运行在服务器上的js),可以让我们在没有服务器的情况下,使用云开发的数据库,编写云函数(相当于接口)来完成一整套小程序的开发,后端什么的,我们不需要! 以上粗略介绍一 ...
分类:
微信 时间:
2019-12-11 17:10:56
阅读次数:
135
下载内核 xz -d linux-5.0.1.tar.xz tara -xvf linux-5.0.1.tar cd linux-5.0.1 下载编译工具 sudo apt install build-essential flex bison libssl-dev libelf-dev libncu ...
分类:
系统相关 时间:
2019-12-10 13:14:52
阅读次数:
92
web service(SOAP)与HTTP接口的区别 什么是web service? soap请求是HTTP POST的一个专用版本,遵循一种特殊的xml消息格式Content-type设置为: text/xml任何数据都可以xml化。为什么要学习web service? 大多数对外接口会实现we ...
分类:
Web程序 时间:
2019-12-10 13:10:24
阅读次数:
95
触发BFC body 根元素 浮动元素:float 除 none 以外的值 绝对定位元素:position (absolute、fixed) display 为 inline-block、table-cells、flex overflow 除了 visible 以外的值 (hidden、auto、s ...
分类:
其他好文 时间:
2019-12-09 21:37:53
阅读次数:
118
一、什么是WebService? 这里就不再赘述了,想要了解的 》传送门 二、为什么要动态调用WebService接口? 一般在C#开发中调用webService服务中的接口都是通过引用过来就行调用的,步骤如下: 1.找到引用,右击添加服务引用,找到高级,添加web引用,添加之后就可以直接调用里面的 ...
分类:
Web程序 时间:
2019-12-09 01:25:15
阅读次数:
116
The last two challenges used the flex-direction property set to row. This property can also create a column by vertically stacking the children of a f ...
分类:
Web程序 时间:
2019-12-08 23:33:55
阅读次数:
130
Sometimes the flex items within a flex container do not fill all the space in the container. It is common to want to tell CSS how to align and space o ...
分类:
Web程序 时间:
2019-12-08 23:24:34
阅读次数:
145
The tweet embed header and footer used the flex-direction property earlier with a row value. Similarly, the items inside the .profile-name element wou ...
分类:
移动开发 时间:
2019-12-08 23:18:49
阅读次数:
130
The header and footer in the tweet embed example have child items that could be arranged as rows using the flex-direction property. This tells CSS to ...
分类:
移动开发 时间:
2019-12-08 22:58:22
阅读次数:
181