上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 171 下一页
摘要: 系列文章列表: https://blog.csdn.net/u013825231/article/category/7517313 单点登录的介绍 单点登录(Single Sign On ,简称SSO)是目前比较流行的服务于企业业务整合的解决方案之一,SSO 使得在多个应用系统中,用户只需要登录一次 阅读全文
posted @ 2018-05-22 22:03 糖豆爸爸 阅读(685) 评论(0) 推荐(0)
摘要: 一、需要准备的东西 1. JDK 2. Eclipse 3. Maven程序包 二、下载与安装 1. 前往https://maven.apache.org/download.cgi下载最新版的Maven程序: 2. 将文件解压到D:\Program Files\Apache\maven目录下: 3. 阅读全文
posted @ 2018-05-22 08:29 糖豆爸爸 阅读(161) 评论(0) 推荐(0)
摘要: CAS的官方站点: https://apereo.github.io/cas/5.2.x/index.html 概念解读: The TGT (Ticket Granting Ticket), stored in the TGC cookie, represents a SSO session for 阅读全文
posted @ 2018-05-22 08:09 糖豆爸爸 阅读(1005) 评论(0) 推荐(0)
摘要: # pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pillow from PIL import Image, ImageFont, ImageDraw # 微软雅黑的字体 path_to_ttf = r'c:\windows\fonts\msyh.ttc' font = ImageFont.truetype(path_to_t... 阅读全文
posted @ 2018-05-21 13:42 糖豆爸爸 阅读(1275) 评论(0) 推荐(0)
摘要: 1、安装依赖 2、安装opencv_python 3、测试是否安装成功 阅读全文
posted @ 2018-05-16 21:59 糖豆爸爸 阅读(340) 评论(0) 推荐(0)
摘要: http://lib.iteye.com/blog/166619 https://www.cnblogs.com/zhenyulu/archive/2013/01/22/2870838.html 阅读全文
posted @ 2018-05-16 21:19 糖豆爸爸 阅读(161) 评论(0) 推荐(0)
摘要: Python 3.6https://www.python.org/downloads/windows/ PyQt5pip3 install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple安装图形界面开发工具Qt Designerpip3 insta 阅读全文
posted @ 2018-05-16 11:12 糖豆爸爸 阅读(2209) 评论(0) 推荐(0)
摘要: import tkinterimport randomimport threadingimport timeimport tkinter as tkfrom PIL import Image, ImageTkclass App(tk.Frame): def __init__(self, master 阅读全文
posted @ 2018-05-15 21:55 糖豆爸爸 阅读(310) 评论(0) 推荐(0)
摘要: -- 创建测试表drop table if EXISTS t_passwd_2;create table t_passwd_2(pass1 varchar(64));-- 对身份证号加密insert into t_passwd_2 values (hex(aes_encrypt('222301197 阅读全文
posted @ 2018-05-15 20:23 糖豆爸爸 阅读(314) 评论(0) 推荐(0)
摘要: dd if=/dev/zero bs=10M count=100 of=/usr/local/1Gb.file[root@centos21 ~]# dd if=/dev/zero bs=10M count=100 of=/usr/local/1Gb.file100+0 records in100+0 阅读全文
posted @ 2018-05-14 14:37 糖豆爸爸 阅读(223) 评论(0) 推荐(0)
上一页 1 ··· 114 115 116 117 118 119 120 121 122 ··· 171 下一页
Live2D