1. 初学Selenium2018-03-22

    Selenium的官方文档https://www.seleniumhq.org/docs/   如何安装和使用Selenium IDE, 可以查看文档:https://www.seleniumhq.org/docs/02_selenium_ide.jsp ...

    阅读全文
  2.   Vedio:https://learning.oreilly.com/videos/redis-bootcamp-for/9781800202009/9781800202009-video11_1 Redis思维导图   redis学习文档:https://www.runoob.com/redis/redis-hyperloglog.html   ...

    阅读全文
  3. 转自官网 https://mp.weixin.qq.com/debug/wxadoc/dev/framework/config.html   配置 app.json文件用来对微信小程序进行全局配置,决定页面文件的路径、窗口表现、设置网络超时时间、设置多 tab 等。 以下是一个包含了所有配置选项的 app.json : { "pages": [ "pages/index/ind ...

    阅读全文
  4. 久仰已久的spring居然在职业生涯15年后才开始接触,之前都是公司自己的框架结构。是时候学习新的东西了。 新的知识需要慢慢啃,先来点开胃汤,overview一下Spring组成和大体架构。 以下为自学内容,如有不对,再修正。 Spring Overview 从功能上来分,Spring 官网将其分为三部分, 各有侧重: Spring Boot:侧重build anything.   (Spring Boot is designed to ...

    阅读全文
  5. 在使用spring boot 来new一个springApplication时会读取classpath中的 META-INF/spring.factories中定义的Spring Factories. 比如ApplicationContextInitializers和ApplicationListeners. 下面是spring-boot-2.1.6.RELEASE.jar中默认的spring.factories # PropertySource Loaders org.spring ...

    阅读全文
  6.  官方文档: https://docs.oracle.com/javaee/7/api/javax/persistence/ManyToMany.html     参考文档: What is An Association? : https://docs.oracle.com/cd/A97336_01/buslog.102/bc4j/developing_bc_projects/bc_awhatisanassoc.ht ...

    阅读全文
  7. 个人觉得CKEditor中block的功能非常有用,所以希望使block功能默认就是enabled.效果如下: 于是查询了下设置方法。如下: config.startupOutlineBlocks = true; 如果在config中设置可以这样写: CKEDITOR.replace( 'content-editor', { //省去其他配置 startupOutlineBlocks:true ...

    阅读全文
  8. MvcUriComponentsBuilder 和 ControllerMethodInvocationInterceptor的解读   ControllerMethodInvocationInterceptor实现了CGLIB的MethodInterceptor,所以是CGLIB动态代理的方法拦截器,从命名来看是对Controller的方法做了争强。同时也实现了org.aopalliance.intercept.MethodInterceptor private ...

    阅读全文
  9. 转自官方文档:https://mp.weixin.qq.com/debug/wxadoc/dev/framework/MINA.html   框架 小程序开发框架的目标是通过尽可能简单、高效的方式让开发者可以在微信中开发具有原生 APP 体验的服务。 框架提供了自己的视图层描述语言 WXML 和 WXSS,以及基于 JavaScript 的逻辑层框架,并在视图层与逻辑层间提供了数据传输和事件系统,可以让开发者可以方便的聚焦于数据与逻辑上。 响应的数据绑定 ...

    阅读全文
  10.     《Live Coding #1 - Spring Cloud Eureka using Microservices - Example | Tech Primers Live Stream》:https://www.youtube.com/watch?v=rlS9eH5tEnY 《Designing Microservices using Spring Boot, Spring Cloud, Eureka and Zuul | #2 | Tech ...

    阅读全文
  11. Spring中Configuration的使用和理解,转载这篇文章写的挺清晰的文章 https://my.oschina.net/wuweixiang/blog/1837294   从Spring3.0,@Configuration用于定义配置类,可替换xml配置文件,被注解的类内部包含有一个或多个被@Bean注解的方法,这些方法将会被AnnotationConfigApplicationContext或AnnotationConfigWebApplication ...

    阅读全文
  12. Oracle Integration Cloud Service (一)管理Oracle ICS https://docs.oracle.com/en/cloud/paas/integration-cloud-service/icsug/administering-integration-cloud-services.html Topics Monitoring Integrations  监控集成 Managing Integrat ...

    阅读全文
  13. Admin Data Node2025-04-13
    4560

    一个元数据定义的tree节点 ...

    阅读全文
  14. css的transform提供了rotate函数。rotate对inline元素直接旋转不起作用。比如下面的例子 Yes or No 希望将or旋转。 HTML代码: Yes <span class="rotateme"> or </span> No CSS代码: .rotateme{ transform: rotate(270deg); display: inline-block; backgrou ...

    阅读全文
  15. 21690

    Git学习看下面两张图就够了,弄清几个概念和主要的工作流程。然后配合分支管理   基本操作命令: 创建仓库命令 下表列出了 git 创建仓库的命令: 命令 说明 git init 初始化仓库 git clone 拷贝一份远程仓库,也就是下载一个项目。 提交与修改 Git 的工作就是创建和保存你的项目的快照及与之后的快照进 ...

    阅读全文
  16. Simple present 一般现在时态用于描述客观事实或经常、反复发生的行为。在进行提问或否定时,需要用到助动词 do,或 does, don't, doesn't 等。   例如: She lives in New York.   (她住在纽约。)   Does she work in a bank? &nb ...

    阅读全文
  17. Step1 下载并安装Oracle Express Edition 安装过程中需要设置system用户的密码 Step2 创建DB user (windows 环境下) Start -> Programs(或者All Programs) -> Oracle Database 11g express Edition -> Run SQL Command Line system用户连接数据库 SQL> connect Enter U ...

    阅读全文
  18. Linux下用户管理,在学习了useradd, userdel, usermod, groupadd, passwd等命令后就可以做一些普通的用户管理了。如果不希望重复劳动,可以写个简单的脚本来帮助实现这样的功能。 #您正在运行本程序来创建用户,继续请输入yes(y) 退出请输入no(n): y #创建用户前收集以下信息 #用户名: jason # 是否为该用户创建主目录?yes(y) or no(n): yes #请输入该用户主目录: /home/jason #已 ...

    阅读全文
  19. 本文是学习springmvc官方文档的学习摘要。 https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#mvc-servlet   知识点 1) DispatcherServlet DispatcherServlet WebApplicationInitializer AbstractAnnotationConfig ...

    阅读全文