1.微博绑定用户接口 1.1 oauth/urls.py 中添加路由 urlpatterns = [ path('weibo/binduser/', views.OauthWeiboBindUser.as_view()), # /oauth/weibo/callback/ ] 1.2 oauth/v ...
分类:
其他好文 时间:
2020-10-13 17:09:33
阅读次数:
18
SQL中提供的函数: version() 查询当前数据库版本 user() 查询当前登录用户 database() 查询当前所在数据库 uuid() 返回uuid的值,分布式情况下数据库主键不重复的解决方案 注:UUID 是 通用唯一识别码(Universally Unique Identifier ...
分类:
数据库 时间:
2020-10-13 16:58:01
阅读次数:
43
package cn.hopetesting.com.test;import cn.hopetesting.com.domain.User;import com.fasterxml.jackson.core.JsonProcessingException;import com.fasterxml.j ...
分类:
编程语言 时间:
2020-10-12 20:48:41
阅读次数:
70
查看之前是否设置过全局的user.name和user.email: git config --global --list 如果已设置,则删除: git config --global --unset user.name "你的名字" git config --global --unset user. ...
分类:
系统相关 时间:
2020-10-12 20:29:10
阅读次数:
28
参考:http://www.huqiwen.com/2016/06/05/liferay-database-referee-1-user-organization-tables/ 用户和组织机构相关的表主要有user_、contact_、organization_、users_orgs等 user_ ...
分类:
其他好文 时间:
2020-10-12 20:12:11
阅读次数:
22
1.在用Navicat配置远程连接Mysql数据库时遇到如下报错信息,这是由于Mysql配置了不支持远程连接引起的。 2.在安装Mysql数据库的主机上登录root用户: mysql -u root -p 3.依次执行如下命令: use mysql; select host from user wh ...
分类:
数据库 时间:
2020-10-09 21:25:22
阅读次数:
33
Application Exploits, Part III CROSS-SITE SCRIPTING(XSS) Injection attack in which an attacker sends malicious code(client-side script) to a web appli ...
分类:
Web程序 时间:
2020-10-09 20:20:18
阅读次数:
34
实际开发中,难免会遇到多个sql查出来的结果集进行分页,这时候就只能利用最后的总list进行分页 如下方法: public static List<User> page(List<User> datalist, Integer page, Integer size) { List<User> lis ...
分类:
其他好文 时间:
2020-10-08 19:24:54
阅读次数:
17
--coding:utf-8--importrequestsfrompptx.utilimportInchesimportosfromPILimportImageimportjsonimporturllib2importdatetimeimporttimecurrent_date=datetime.datetime.now()printu"当前采集的是%s的数据,请确认日期"%
分类:
编程语言 时间:
2020-10-08 18:41:56
阅读次数:
20
修改cat/etc/ansible/hosts[test]10.27.235.108host_name=test_host_namehosts:testuser:rootgather_facts:truetasks:name:rsyncdirfilebeathostname:‘name={{host_name}}‘name:"addline"lineinfile
分类:
其他好文 时间:
2020-10-08 18:41:19
阅读次数:
19