摘要:
(1) 示例: (1)/testJavaBasic/src/com/test/Parent.java package com.test; public class Parent { protected static String attrStatic = "父类的初始化 运行静态赋值语句"; pub 阅读全文
摘要:
资料: (1)分布式系统事务一致性解决方案: http://www.infoq.com/cn/articles/solution-of-distributed-system-transaction-consistency (2)MySQL事务隔离级别的实现原理: https://www.cnblog 阅读全文
摘要:
资料: (1)注解Annotation实现原理与自定义注解例子: https://www.cnblogs.com/acm-bingzi/p/javaAnnotation.html 我的: 步骤一:自定义注解 /src/com/test/annotation/Controller.java /src/ 阅读全文
该文被密码保护。 阅读全文
摘要:
资料: (1)Mybatis 查询结果类型Character异常 https://blog.csdn.net/andywja/article/details/80353249 数组越界,只有几种可能: 1:你没有得到数据,就使用了数组的某一项,比如第一项 2:你得到的数据可能是n条,但是用到了n+1 阅读全文
摘要:
资料: (1)CSS 选择器参考手册 http://www.w3school.com.cn/cssref/css_selectors.asp 比如我想找到一个标签名为“input”、name为“sex”、value为“0”、type为“radio”的一个jq对象,如下: 阅读全文
摘要:
资料: (1)jquery为什么这怎么写 var $s = $("...") https://zhidao.baidu.com/question/541299341.html 区别: jq对象是一个js对象数组。 js对象是一个对象。 阅读全文
摘要:
资料: (1)WPS如何给标题设置自动编号: https://jingyan.baidu.com/article/ca41422f3432591eaf99ed42.html (2)如何用WPS自动生成目录: https://jingyan.baidu.com/article/e2284b2b27e3 阅读全文