上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 229 下一页
摘要: 原文地址:http://www.mkyong.com/java/jsoup-html-parser-hello-world-examples/ Jsoup, a HTML parser, its “jquery-like” and “regex” selector syntax is very ea 阅读全文
posted @ 2017-09-30 10:51 一天不进步,就是退步 阅读(435) 评论(0) 推荐(0)
摘要: 原文地址:https://www.mkyong.com/maven/how-to-include-library-manully-into-maven-local-repository/ There are 2 cases that you need to issue Maven’s command 阅读全文
posted @ 2017-09-29 13:38 一天不进步,就是退步 阅读(335) 评论(0) 推荐(0)
摘要: 来自微信公众号聊聊架构 作者|张辉清 编辑|雨多田光 如果你正好处在中小型研发团队…… 中小型研发团队很多,而社区在中小型研发团队架构实践方面的探讨却很少。中小型研发团队特别是 50 至 200 人的研发团队,在早期的业务探索阶段,更多关注业务逻辑,快速迭代以验证商业模式,很少去关注技术架构。 这时 阅读全文
posted @ 2017-09-28 18:54 一天不进步,就是退步 阅读(641) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/u014079773/article/details/51595127 准备工作: 目的:eclipse使用git提交本地项目,提交至远程github上 eclipse版本:eclipse4.5 64位 jdk版本:jdk-1.7 64位 项目类型 阅读全文
posted @ 2017-09-26 17:41 一天不进步,就是退步 阅读(381) 评论(0) 推荐(0)
摘要: 原文地址:https://www.zhihu.com/question/19899608 阅读全文
posted @ 2017-09-25 09:47 一天不进步,就是退步 阅读(284) 评论(0) 推荐(0)
摘要: 原文地址:http://docs.pyspider.org/en/latest/Architecture/ Architecture This document describes the reason why I made pyspider and the architecture. Why Tw 阅读全文
posted @ 2017-09-22 20:53 一天不进步,就是退步 阅读(653) 评论(0) 推荐(0)
摘要: 原文地址:https://doc.scrapy.org/en/latest/topics/architecture.html This document describes the architecture of Scrapy and how its components interact. Ove 阅读全文
posted @ 2017-09-22 18:01 一天不进步,就是退步 阅读(324) 评论(0) 推荐(0)
摘要: 字符串的编码格式: String hex="\u5df2\u5b9e\u540d\u5236";// 十六进制 String dec = "全球通";//十进制String s="已实名制";//字符串 相互转换的代码 1.十进制转unicode编码 2.u 阅读全文
posted @ 2017-09-22 17:34 一天不进步,就是退步 阅读(6896) 评论(0) 推荐(0)
摘要: 背景: 因项目需要,需要将一个python2编写的aes加密方式改为java实现。 1.源python2实现 2.经历 1. 我只有python3的环境,因使用到 2. 改成python3的文件 改写java程序 注意点 1. 是模式ECB,BCB等 2.填充方式 自定义填充 阅读全文
posted @ 2017-09-21 17:43 一天不进步,就是退步 阅读(1777) 评论(0) 推荐(0)
摘要: 原文地址:https://gxnotes.com/article/198426.html 问题描述 我发现一些PyCrypto安装程序为Python 3.3和3.4,但没有任何Python 3.5。 当我尝试使用pip install安装PyCrypton时,它说: 有没有办法在Windows 10 阅读全文
posted @ 2017-09-20 17:40 一天不进步,就是退步 阅读(416) 评论(0) 推荐(0)
上一页 1 ··· 81 82 83 84 85 86 87 88 89 ··· 229 下一页