Redis(Remote Dictionary Service 远程字典服务) 基础数据结构 Redis所有数据结构都以唯一的key字符作为名称,然后通过这一唯一key值来获取相应的value数据。不同类型的数据结构差异就在于value的结构不一样。 1.String 字符串String是Redis ...
分类:
其他好文 时间:
2020-06-29 00:51:43
阅读次数:
61
在 Struts2 框架中,页面的请求数据和 Action 有两种基本的对应方式,分别是字段驱动(FieldDriven,也称为属性驱动)方式和模型驱动(ModelDriver)方式。本节将针对这两种 Action 处理请求参数的方式进行详细讲解。 属性驱动 属性驱动是指在 Action 中通过字段 ...
分类:
其他好文 时间:
2020-06-29 00:00:50
阅读次数:
68
1. Django 创建项目的命令? django-admin startproject 项目名称 python manage.py startapp 应用 app 名 2. Django 创建项目后,项目文件夹下的组成部分(对 mvt 的理解)? 项目文件夹下的组成部分: manage.py 是项 ...
分类:
其他好文 时间:
2020-06-28 22:53:37
阅读次数:
80
先设置 在TortoiseGit ->setting->git->Remote Remote 远端名字 url 远端地址 putty key私钥和git远端公钥对应 1 git commit 提交本地仓库 2pull 拉取 到本地,运行没有报错进行第三步 3push 推送到远端分支 小乌龟中的git ...
分类:
Web程序 时间:
2020-06-28 20:17:55
阅读次数:
67
问题:执行 db.auth(‘username’, ‘password’),monoDB 认证失败,出现 SASL SCRAM-SHA-1 authentication failed for nls-cloud on admin from client 172.19.0.1:14500 ; User ...
分类:
数据库 时间:
2020-06-28 15:29:47
阅读次数:
180
FTP,(File Transfer Protocol),就是文件传输协议。用于互联网双向传输,控制文件下载空间在服务器复制文件从本地计算机或本地上传文件复制到服务器上的空间。 因为有一个奇葩的需求,客户要求把一个服务器的文件拷贝到另一个服务器还要求用ftp。所以研究了一番ftp. using Sy ...
分类:
其他好文 时间:
2020-06-28 15:02:01
阅读次数:
56
sp_send_dbmail [ [ @profile_name = ] 'profile_name' ] [ , [ @recipients = ] 'recipients [ ;n ]' ] [ , [ @copy_recipients = ] 'copy_recipient [ ;n ]' ] ...
分类:
数据库 时间:
2020-06-28 11:16:10
阅读次数:
57
feign: httpclient: # feign最大连接数 max-connections: 200 # feign单个路径的最大连接数 max-connections-per-route: 50 okhttp: # 让feign使用Apache okhttp做请求,而不是默认的urlConne ...
分类:
编程语言 时间:
2020-06-28 09:39:14
阅读次数:
81
1.oracle 用户环境: 主库: [oracle@hzmtx admin]$ cat ~/.bash_profile # .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi ...
分类:
数据库 时间:
2020-06-28 00:20:49
阅读次数:
82
一个进度条 App package com.sly.uploadfile.base.mulcopier; /** * Created by admin on 2020/6/27. */ public class App { public static void main(String[] args) ...
分类:
编程语言 时间:
2020-06-27 17:29:07
阅读次数:
81