上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 186 下一页
摘要: Providing Constructors for Your Classes (The Java™ Tutorials > Learning the Java Language > Classes and Objects) https://docs.oracle.com/javase/tutori 阅读全文
posted @ 2018-12-05 15:12 papering 阅读(689) 评论(0) 推荐(0) 编辑
摘要: mybatis-spring-boot-autoconfigure – MyBatis Sring-BootStarter | Reference Documentation http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot 阅读全文
posted @ 2018-12-05 14:44 papering 阅读(771) 评论(0) 推荐(0) 编辑
摘要: mybatis – MyBatis 3 | 入门 http://www.mybatis.org/mybatis-3/zh/getting-started.html 从 XML 中构建 SqlSessionFactory 每个基于 MyBatis 的应用都是以一个 SqlSessionFactory 阅读全文
posted @ 2018-12-05 14:18 papering 阅读(771) 评论(0) 推荐(0) 编辑
摘要: mybatis – MyBatis 3 | 入门 http://www.mybatis.org/mybatis-3/zh/getting-started.html 作用域(Scope)和生命周期 理解我们目前已经讨论过的不同作用域和生命周期类是至关重要的,因为错误的使用会导致非常严重的并发问题。 提 阅读全文
posted @ 2018-12-05 14:15 papering 阅读(1000) 评论(0) 推荐(0) 编辑
摘要: mybatis-config.xml 配置文件 MyBatis Java API Directory Structure 目录结构 mybatis – MyBatis 3 | Java API http://www.mybatis.org/mybatis-3/java-api.html 在我们深入 阅读全文
posted @ 2018-12-05 11:24 papering 阅读(456) 评论(0) 推荐(0) 编辑
摘要: https://www.oracle.com/technetwork/java/jndi/index.html Lesson: Overview of JNDI (The Java™ Tutorials > Java Naming and Directory Interface) https://d 阅读全文
posted @ 2018-12-05 10:28 papering 阅读(389) 评论(0) 推荐(0) 编辑
摘要: Error:(12, 64) java: 未报告的异常错误java.io.IOException; 必须对其进行捕获或声明以便抛出 阅读全文
posted @ 2018-12-05 09:37 papering 阅读(5615) 评论(0) 推荐(0) 编辑
摘要: 大型跨境电商JVM调优经历 前提:某大型跨境电商业务发展非常快,线上机器扩容也很频繁,但是对于线上机器的运行情况,特别是jvm内存的情况,一直没有一个统一的标准来给到各个应用服务的owner。经过618大促之后,和运维的同学讨论了下,希望将线上服务器的jvm参数标准化,可以以一个统一的方式给到各个应 阅读全文
posted @ 2018-12-05 09:18 papering 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: mybatis – MyBatis 3 | 日志 http://www.mybatis.org/mybatis-3/zh/logging.html MyBatis 内置日志工厂基于运行时自省机制选择合适的日志工具。它会使用第一个查找得到的工具(按上文列举的顺序查找)。如果一个都未找到,日志功能就会被 阅读全文
posted @ 2018-12-04 13:56 papering 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Java中的内部类(成员内部类、静态内部类、局部内部类、匿名内部类) - SiberiaDante - 博客园 https://www.cnblogs.com/shen-hua/p/5440285.html 阅读全文
posted @ 2018-12-04 11:58 papering 阅读(146) 评论(0) 推荐(0) 编辑
摘要: mybatis – MyBatis 3 | SQL语句构建器 http://www.mybatis.org/mybatis-3/zh/statement-builders.html SqlBuilder 和 SelectBuilder (已经废弃) 在3.2版本之前,我们使用了一点不同的做法,通过实 阅读全文
posted @ 2018-12-04 11:50 papering 阅读(222) 评论(0) 推荐(0) 编辑
摘要: mybatis – MyBatis 3 | Mapper XML 文件 http://www.mybatis.org/mybatis-3/zh/sqlmap-xml.html mybatis – MyBatis 3 | SQL语句构建器 http://www.mybatis.org/mybatis- 阅读全文
posted @ 2018-12-04 11:39 papering 阅读(305) 评论(0) 推荐(0) 编辑
摘要: Twitter 工程师谈 JVM 调优 Twitter 工程师谈 JVM 调优 2016年03月24日 10:22:30 wenniuwuren https://blog.csdn.net/wenniuwuren/article/details/50969363 一. 调优需要关注的几个方面内存调优 阅读全文
posted @ 2018-12-04 11:18 papering 阅读(342) 评论(0) 推荐(0) 编辑
摘要: [root@d java]# tree -I target .├── pom.xml└── src ├── main │ ├── java │ │ └── com │ │ └── neo │ │ ├── controller │ │ │ └── HelloController.java │ │ └─ 阅读全文
posted @ 2018-12-04 10:44 papering 阅读(269) 评论(0) 推荐(0) 编辑
摘要: springboot(二):web综合开发 - 纯洁的微笑博客 http://www.ityouknow.com/springboot/2016/02/03/spring-boot-web.html WebJars - Web Libraries in Jars https://www.webjar 阅读全文
posted @ 2018-12-04 09:39 papering 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 新一代Java模板引擎Thymeleaf-spring,thymeleaf,springboot,java 相关文章-天码营 https://www.tianmaying.com/tutorial/using-thymeleaf 新一代Java模板引擎Thymeleaf Ricky 发布于 8月13 阅读全文
posted @ 2018-12-04 09:30 papering 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 单位时间内逐渐递增的整数 阅读全文
posted @ 2018-12-03 16:42 papering 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 调整计时元年,缩短时间戳数据长度 阅读全文
posted @ 2018-12-03 16:30 papering 阅读(494) 评论(0) 推荐(0) 编辑
摘要: com.mysql.jdbc.Driver tocom.mysql.cj.jdbc.Driver MySQL :: MySQL Connector/J 8.0 Developer Guide :: 4.3.1.3 Changes in the Connector/J API https://dev. 阅读全文
posted @ 2018-12-03 14:35 papering 阅读(1439) 评论(0) 推荐(0) 编辑
摘要: Spring 基于构造函数的依赖注入_w3cschool https://www.w3cschool.cn/wkspring/t7n41mm7.html Spring 基于构造函数的依赖注入 当容器调用带有一组参数的类构造函数时,基于构造函数的 DI 就完成了,其中每个参数代表一个对其他类的依赖。 阅读全文
posted @ 2018-12-03 11:01 papering 阅读(492) 评论(0) 推荐(0) 编辑
摘要: Spring Injecting Collection https://www.tutorialspoint.com/spring/spring_injecting_collection.htm Now what if you want to pass plural values like Java 阅读全文
posted @ 2018-12-03 09:57 papering 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、加层: 每一种日志框架都有自己单独的API,要使用对应的框架就要使用其对应的API,这就大大的增加应用程序代码对于日志框架的耦合性。 为了解决这个问题,就是在日志框架和应用程序之间架设一个沟通的桥梁,对于应用程序来说,无论底层的日志框架如何变,都不需要有任何感知。只要门面服务做的足够好, 阅读全文
posted @ 2018-12-02 21:41 papering 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 路由中毒 阅读全文
posted @ 2018-12-02 18:03 papering 阅读(150) 评论(0) 推荐(0) 编辑
摘要: https://www.tutorialspoint.com/spring/spring_jdbc_framework.htm Spring - JDBC Framework Overview While working with the database using plain old JDBC, 阅读全文
posted @ 2018-11-30 14:56 papering 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 利用Python进行端口扫描 - Dahlhin - 博客园 https://www.cnblogs.com/dachenzi/p/8676104.html Python实现对一个网络段扫描及端口扫描 - GG_Killer的博客 - CSDN博客 https://blog.csdn.net/GG_ 阅读全文
posted @ 2018-11-30 13:48 papering 阅读(251) 评论(0) 推荐(0) 编辑
摘要: C:\Users\sas\.PyCharm2017.2\system\python_stubs\-1603771140\time.py 阅读全文
posted @ 2018-11-30 10:21 papering 阅读(264) 评论(0) 推荐(0) 编辑
摘要: distributed hash table chord 阅读全文
posted @ 2018-11-30 09:06 papering 阅读(138) 评论(0) 推荐(0) 编辑
摘要: import osl = ['ssh a;scp /data/visitlog/*11* root@d:/data/mapReduceVisitorLog/'] # b c for i in l: os.system(i)在执行py脚本前,配置好了免密登录;python this_.py成功登录到a服务器,但是剩下的不能执行;实现思路:事件触发机制;各个节点 http 监听;收到后... 阅读全文
posted @ 2018-11-29 15:27 papering 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: MYSQL查看数据表最后更新时间 - 拨云见日 - CSDN博客 https://blog.csdn.net/warnerwu/article/details/73352774 阅读全文
posted @ 2018-11-29 14:48 papering 阅读(2520) 评论(0) 推荐(0) 编辑
摘要: MySql登陆密码忘记-解决方案 - Justin丶Li - 博客园 https://www.cnblogs.com/visec479/p/4200568.html 阅读全文
posted @ 2018-11-29 14:25 papering 阅读(256) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/jbXs7spUCbseMX-Vf43lPw 原创: 林健 51NB技术 2018-07-13 阅读全文
posted @ 2018-11-29 12:13 papering 阅读(754) 评论(0) 推荐(0) 编辑
摘要: Bean生命周期 Spring Bean Life Cycle https://www.tutorialspoint.com/spring/spring_bean_life_cycle.htm The life cycle of a Spring bean is easy to understand 阅读全文
posted @ 2018-11-29 11:54 papering 阅读(285) 评论(0) 推荐(0) 编辑
摘要: Spring Bean Scopes https://www.tutorialspoint.com/spring/spring_bean_scopes.htm When defining a <bean> you have the option of declaring a scope for th 阅读全文
posted @ 2018-11-29 11:44 papering 阅读(165) 评论(0) 推荐(0) 编辑
摘要: Spring Bean Definition https://www.tutorialspoint.com/spring/spring_bean_definition.htm The objects that form the backbone of your application and tha 阅读全文
posted @ 2018-11-29 11:38 papering 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Spring Framework Overview https://www.tutorialspoint.com/spring/spring_overview.htm Aspect Oriented Programming (AOP) One of the key components of Spr 阅读全文
posted @ 2018-11-29 10:54 papering 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、 Dependency Injection is merely one concrete example of Inversion of Control. 依赖注入是仅仅是控制反转的一个具体例子。 2、 Dependency Injection helps in gluing these 阅读全文
posted @ 2018-11-29 10:27 papering 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 修改代码 更换主机为16G >32G(开启进程前,内存消耗约5G) 6核 >同规格8核(之前cpu消耗情况未统计) cat /proc/cpuinfo processor : 7vendor_id : GenuineIntelcpu family : 6model : 63model name : 阅读全文
posted @ 2018-11-29 09:33 papering 阅读(538) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、IOC控制反转 2、AOP面向方面编程 面向切面编程 3、mixin Spring 系列: Spring 框架简介 https://www.ibm.com/developerworks/cn/java/wa-spring1/ Spring 框架简介 Spring AOP 和 IOC 容器 阅读全文
posted @ 2018-11-28 19:14 papering 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 场景: 有1.2亿条问答数据,相同问题的不同答案为不同条的数据,且该表数据逐日递增; 第三方需求(不合理): 将问题、答案数据分别放入问题表、答案表; 问题表的主键为整数,在答案表中,每行数据有相应的问题表的主键值; 为加快写入速度,不去问题表查找主键id,而在写库前,由脚本生成问题表的主键id,分 阅读全文
posted @ 2018-11-28 18:19 papering 阅读(639) 评论(0) 推荐(0) 编辑
摘要: element. ]]> tag --> and other elements, typically the root element in the doc... 阅读全文
posted @ 2018-11-28 17:40 papering 阅读(378) 评论(0) 推荐(0) 编辑
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 186 下一页