上一页 1 2 3 4 5 6 7 8 9 ··· 38 下一页
摘要: package JdbcTemplate; import com.itcat.domain.Emp; import org.junit.Test; import org.springframework.jdbc.core.BeanPropertyRowMapper; import org.springframework.jdbc.core.JdbcTemplate; import org.sp... 阅读全文
posted @ 2019-03-06 20:31 Erick-LONG 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: 连接池工具 配置文件 阅读全文
posted @ 2019-03-06 14:08 Erick-LONG 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 第一步需要注册新浪云 https://sae.sinacloud.com/ 第二步 创建应用,注:直接选python2.7不用纠结,后面可以指定python版本,共享版 第三步 找到git仓库信息 第四步 pycharm 链接仓库地址 第五步 编写代码,如我的就是简单的flaskdemo,注意 ho 阅读全文
posted @ 2019-02-18 18:53 Erick-LONG 阅读(645) 评论(0) 推荐(1) 编辑
摘要: package demo7; import java.io.File; public class demofile { public static void main(String[] args) { File f1 = new File("./"); getAllFile(f1); } private static void ge... 阅读全文
posted @ 2019-02-15 08:58 Erick-LONG 阅读(305) 评论(0) 推荐(0) 编辑
摘要: package demo06; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; public class pooldemo { public static void main(String[] args) { ExecutorService es =... 阅读全文
posted @ 2019-02-14 22:21 Erick-LONG 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 第一种方式 第二种方式 lamda 表达式 阅读全文
posted @ 2019-02-14 09:19 Erick-LONG 阅读(207) 评论(0) 推荐(0) 编辑
摘要: import requests import time import os import arrow import pandas as pd import pandas.io.formats.excel from collections import OrderedDict import yagmail from xlsxwriter.utility import xl_rowcol_to_ce... 阅读全文
posted @ 2019-02-11 11:03 Erick-LONG 阅读(2527) 评论(0) 推荐(0) 编辑
摘要: import hashlib import os def gen_md5(data): res = hashlib.md5(data.encode('utf-8')).hexdigest() return res def handel_txt(name): with open(name,'r',encoding='utf-8') as f: ... 阅读全文
posted @ 2018-12-27 20:36 Erick-LONG 阅读(157) 评论(0) 推荐(0) 编辑
摘要: # coding=utf-8 import requests import re from requests_html import HTMLSession import pandas as pd import time session = HTMLSession() headers = { 'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone... 阅读全文
posted @ 2018-08-17 10:18 Erick-LONG 阅读(195) 评论(0) 推荐(0) 编辑
摘要: aa = [{105199: 'https://picx0.jpeg'}, {105187: 'https://picx1.jpeg'}, {105170: 'https:picx2.jpeg'}, {104574: 'https://picx3.jpeg'}] from collections import ChainMap chain_dict={} for i,v in enumera... 阅读全文
posted @ 2018-08-09 16:07 Erick-LONG 阅读(436) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 38 下一页