Create and configure model-driven app interactive experience dashboards Effective Nov 2020, some terminology in Common Data Service has been updated. ...
分类:
移动开发 时间:
2020-11-16 13:14:10
阅读次数:
14
mongodb 官方的go驱动包 go.mongodb.org/mongo-driver 使用起来比较繁琐,最近对其进行了二次封装 github地址:https://github.com/w3liu/go-common/tree/master/store/mongo测试用例如下: func Test ...
分类:
数据库 时间:
2020-11-13 13:16:09
阅读次数:
40
用代码来说明,为什么需要面向扩展的设计在基本的面向对象编程中,你只能直接调用一个类的方法,而这些方法是由这个类的作者定义的,这对于面向用户设计的类来说是没有问题的。此外,在20-30年前,在大型标准库和开源库被大量复用之前,大部分代码通常是跟自己的代码中的类来一起工作的——也就是你自己的团队或公司维护的代码。然而,在现代代码世界中,我们经常会使用其他人编写的类。业务逻辑通常大量使用包括字符串和集合
分类:
其他好文 时间:
2020-11-13 12:30:53
阅读次数:
7
1.system()函数 头文件 #include <stdlib.h> 函数定义 int system(const char * string); 函数说明:通过linux命令 man 3 system 可以看到该函数的作用是:执行shell命令 system()会调用fork()产生子进程,由子 ...
分类:
系统相关 时间:
2020-11-12 13:44:15
阅读次数:
19
在Vue页面加载时动态发送请求获取微博授权url 1.1在components\common\lad_header.vue中写oauth动态获取微博授权URL // 获取微博登录地址 oauth_post().then((resp) => { consloe.log(resp) // {"code" ...
分类:
Web程序 时间:
2020-11-12 13:22:09
阅读次数:
11
Redis6 安装 在centos7.5服务器上按照官方发布的安装方式并不能进行正确的安装,现收集并整理如下安装方式,亲测有效 1.安装依赖 yum install -y cpp binutils glibc glibc-kernheaders glibc-common glibc-devel gc ...
分类:
其他好文 时间:
2020-11-11 15:42:15
阅读次数:
6
1.表单数据 { field: 'mainSupervision', align: 'center', title: '监督要点', formatter: function (value, row, index) { var html = $.common.sprintf("<input oncli ...
分类:
其他好文 时间:
2020-11-10 10:38:33
阅读次数:
3
Docker官方文档 本机环境:Aliyun ECS CentOS7 一、卸载旧版本 官方文档 删除旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ ...
分类:
其他好文 时间:
2020-11-07 16:18:01
阅读次数:
22
1.在Vue页面加载时动态发送请求获取微博授权url 1.1 在 components\common\lab_header.vue 中写oauth动态获取微 博授权URL // 获取微博登录地址 oauth() { // 从后端获取 微博登录地址 oauth_post().then((resp) = ...
分类:
Web程序 时间:
2020-11-06 02:35:14
阅读次数:
23
1.使用PostMan测试接口 2.Common中增加HttpHelper类 uttrl写泛型 3.使用返回值创建实体 Dots文件夹 命名-Response 4. 参数化查询 ...
分类:
其他好文 时间:
2020-11-06 01:59:31
阅读次数:
15