上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 38 下一页
摘要: import re import requests from bs4 import BeautifulSoup # 主方法 def main(): # 给请求指定一个请求头来模拟chrome浏览器 headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (K... 阅读全文
posted @ 2018-12-05 17:42 缤纷世界 阅读(339) 评论(0) 推荐(0) 编辑
摘要: JAVA_OPTS=" -server #服务器模式 -Xmx4g #JVM最大允许分配的堆内存,按需分配 -Xms4g #JVM初始分配的堆内存,一般和Xmx配置成一样以避免每次gc后JVM重新分配内存。 -Xmn256m #年轻代内存大小,整个JVM内存=年轻代 + 年老代 + 持久代 -Xss512k #设置每个线程的堆栈大小 -XX:+Disabl... 阅读全文
posted @ 2018-12-05 15:24 缤纷世界 阅读(7385) 评论(0) 推荐(0) 编辑
摘要: //QQ 登陆页面的URL,client_id就是APP ID,会返回一个codehttps://graph.qq.com/oauth2.0/authorize?response_type=code&client_id=%s&scope=all&redirect_uri=%s//获取token,cl 阅读全文
posted @ 2018-11-13 09:01 缤纷世界 阅读(1519) 评论(0) 推荐(0) 编辑
摘要: ## # 普通MD5用户jdbc验证 ## #配置数据库连接 cas.authn.jdbc.query[0].driverClass=com.mysql.cj.jdbc.Driver cas.authn.jdbc.query[0].url=jdbc:mysql://10.10.14.199:3306/testshiro?useUnicode=true&characterEncoding=UTF-... 阅读全文
posted @ 2018-11-09 08:52 缤纷世界 阅读(2879) 评论(0) 推荐(0) 编辑
摘要: insert into school_info (school_name,school_code) VALUES ('长春市第二实验通达小学','2122000024'), ('农安县博雅实验学校','2122000031'), ('长春市朝阳学校','2122000118'), ('长春市九台区第二实验小学','2122000123'), ('九台区其塔木红旗小学','2122000126')... 阅读全文
posted @ 2018-11-02 16:53 缤纷世界 阅读(8439) 评论(0) 推荐(0) 编辑
摘要: import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; public class test11 { public static void main(String[] args) {// TODO ... 阅读全文
posted @ 2018-11-02 16:43 缤纷世界 阅读(4474) 评论(1) 推荐(0) 编辑
摘要: 类 调用 阅读全文
posted @ 2018-11-02 16:41 缤纷世界 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1、安装jdk1.8 https://www.cnblogs.com/kgdxpr/p/6824093.html 2、安装tomcat8 3、安装maven https://www.cnblogs.com/kgdxpr/p/9849856.html 4、下载cas-overlay https://g 阅读全文
posted @ 2018-10-26 09:56 缤纷世界 阅读(2243) 评论(0) 推荐(0) 编辑
摘要: wget http://mirrors.hust.edu.cn/apache/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz tar zxvf apache-maven-3.5.4-bin.tar.gz mv apache-mav 阅读全文
posted @ 2018-10-25 14:59 缤纷世界 阅读(3370) 评论(0) 推荐(0) 编辑
摘要: 安装依赖包 安装apr 安装apr-iconv 安装apr-util 安装openssl1.0.2 安装Native 阅读全文
posted @ 2018-10-24 16:27 缤纷世界 阅读(1001) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 38 下一页