码迷,mamicode.com
首页 >  
搜索关键字:single user    ( 43186个结果
以太坊智能合约课
第03课-部署智能合约 第03课--部署智能合约 1.部署到Truffle Truffle中文文档地址: https://learnblockchain.cn/docs/truffle/index.html 1.安装 Truffle: npm install -g truffle 2.新建项目文件夹 ...
分类:其他好文   时间:2020-11-06 02:09:28    阅读次数:18
以太坊智能合约课
第01课 Remix工具地址: https://remix.ethereum.org/ MetaMask安装地址: https://metamask.io/ 以太坊浏览器地址: https://blockexplorer.one/eth/ropsten 合约代码: pragma solidity > ...
分类:其他好文   时间:2020-11-06 02:08:20    阅读次数:27
mysql +sqlalchemy query中的datetime转换str
func.date_format(user.createTime, "%Y-%m-%d %H:%m:%s").label("m_time"),Object of type datetime is not JSON serializable
分类:数据库   时间:2020-11-06 01:33:54    阅读次数:32
(十三) 整合spring cloud云架构 - SSO单点登录之OAuth2.0 根据token获
上一篇我根据框架中OAuth2.0的使用总结,画了SSO单点登录之OAuth2.0登出流程,今天我们看一下根据用户token获取yoghurt信息的流程:/***根据token获取用户信息*@paramaccessToken*@return*@throwsException*/@RequestMapping(value="/user/token/{accesstoken}",method=Requ
分类:编程语言   时间:2020-11-06 01:03:40    阅读次数:20
openstack第六章-配置MQ
一、简介OpenStack使用消息队列来协调服务之间的操作和状态信息。消息队列服务通常在控制器节点上运行。OpenStack支持多种消息队列服务,包括RabbitMQ,Qpid和ZeroMQ。但是,打包OpenStack的大多数发行版都支持特定的消息队列服务。本次遵从官网,使用rabbitmq来安装。rabbitmq的官方网站https://www.rabbitmq.com/二、安装在openst
分类:其他好文   时间:2020-11-06 00:55:34    阅读次数:18
查询oracle中所有用户信息(转)
查询oracle中所有用户信息 1、查询数据库中的表空间名称 1)查询所有表空间 select tablespace_name from dba_tablespaces; select tablespace_name from user_tablespaces; 2)查询使用过的表空间 select ...
分类:数据库   时间:2020-11-04 19:23:31    阅读次数:36
git
指令 提前配置 查看当前版本:git --version 查看git配置信息:git config --list 配置提交人姓名:git config --global user.name 你的姓名 配置提交人邮箱:git config --global user.email 你的邮箱 提交步骤 初 ...
分类:其他好文   时间:2020-11-04 19:13:54    阅读次数:21
cannot undefine domain with nvram
[root@localhost ~]# virsh undefine vhuser-test1error: Failed to undefine domain vhuser-test1error: Requested operation is not valid: cannot undefine d ...
分类:其他好文   时间:2020-11-04 19:04:17    阅读次数:16
初识antd pro (转)
1.项目的入口为src/index.js文件: import './polyfill'; import dva from 'dva'; import createHistory from 'history/createHashHistory'; // user BrowserHistory // i ...
分类:其他好文   时间:2020-11-04 19:03:54    阅读次数:18
阿里云双十一官方活动
阿里云双十一官方活动地址:https://www.aliyun.com/1111/home ...
分类:其他好文   时间:2020-11-04 18:49:15    阅读次数:15
43186条   上一页 1 ... 83 84 85 86 87 ... 4319 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!