1. selenium支持多语言:java, python, c#, javascript..,所以我选择python来学习。 mac自带了python 2.7.10。 如果没有安装pip的话,可以通过下面的命令安装pip。 curl https://bootstrap.pypa.io/get-pip.py | python pip安装selenium pip install -U selenium 下载webDriver: https://www.se ...

    阅读全文
  2. Spring Tools2019-06-21

    https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling for your favorite coding environment. Largely rebuilt from scratch, it provides world-class support for developing Spring-based enterprise applications, whether you ...

    阅读全文
  3. 众多Javascript框架中AngularJS和KnockoutJs都属于MVVM架构。 本文将学习两者的基本用法和比较两者的不同。 todo   一些术语: Passive View: Active View: Separation of Concerns (SoC) 参考文档: https://addyosmani.com/blog/understanding-mvvm-a-guide-for-javascript-devel ...

    阅读全文
  4. 原文出处:https://flatworldbusiness.wordpress.com/flat-education/previously/web-1-0-vs-web-2-0-vs-web-3-0-a-bird-eye-on-the-definition/ Web 0.0 – Developping the internet Web 1.0 – The shopping carts & static web Experts call the ...

    阅读全文
  5. 学习内容源于 官方文档 https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#expressions   学习摘要: SpEL: Spring Express Language, a java expression language. Other known expression Language: OGNL, MVEL, JBoss EL ... ...

    阅读全文
  6. 父爱 由作者朱彦潼手绘完成,创作共耗时两年,获24项国际大奖的动画《杯子里的小牛》 ...

    阅读全文
  7.  官方文档: 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 ...

    阅读全文
  8. 由阮一峰《ECMAScript 6 入门》的官方电子版 http://es6.ruanyifeng.com/ 支持作者,可以去买一本看看。   ...

    阅读全文
  9. 42310

    MMD is a cloud-based service that brings together M365 Enterprise  and adding these features. End-user device deployment IT service management and operations Security monitoring and response End-user support. Current challenges ...

    阅读全文
  10. 如何理解jdeveloper开发时生成的jws,jpr,jpx文件? jws:用来纪录workspace相关的信息,比如workspace中的projects信息。 在workspace disk中。所以又叫application container. jpr:用来纪录project相关的信息,如java files. 所以又叫project container. jpx:用来纪录Model project中data model信息。包含了jdeveloper在设计阶 ...

    阅读全文
  11. Continuous forms 现在进行时态由动词 be 和行为动词的 ing 形式共同构成。常与现在进行时连用的时间状语包括: now, at the moment, today, this week, this year 等。 现在进行时用于描述正在发生的行为或动作。   例如: Steven is sleeping, so be quiet.   (史蒂夫在睡觉呢,安静点儿!) ...

    阅读全文
  12. 微信欧萌图2016-06-28
    42220
  13. 仁德训2016-04-06
    42210

    本滋承世志, 绍继克丰昌, 富贵荣化盛, 光明永远芳, 存仁有余庆, 积德显祯祥, 尊祖家声振, 敬忠福泽长。 ...

    阅读全文
  14.     Cannot load modules/mod_authz_svn.so into server: /xxx/apache/modules/mod_authz_svn.so: undefined symbol: ap_hook_force_authn     ...

    阅读全文
  15. 下面这篇文章对Controller的方法参数工作原理解释的非常不错,值得参阅。 https://www.cnblogs.com/fangjian0423/p/springMVC-request-param-analysis.html   另外,此处可以配合spring framework的官方文档中的Spring Web MVC->Annotation Controller->Handler Methods中的Method Arguments和Return ...

    阅读全文
  16. 面向方面的编程需要把程序逻辑分解成不同的部分称为所谓的关注点。跨一个应用程序的多个点的功能被称为横切关注点,这些横切关注点在概念上独立于应用程序的业务逻辑。有各种各样的常见的很好的方面的例子,如日志记录、审计、声明式事务、安全性和缓存等。 在 OOP 中,关键单元模块度是类,而在 AOP 中单元模块度是方面。 依赖注入帮助你对应用程序对象相互解耦和 AOP 可以帮助你从它们所影响的对象中对横切关注点解耦。AOP 是像编程语言的触发物,如 Perl,.NET,Java 或者其他。 ...

    阅读全文
  17. 参考文章 https://www.runoob.com/go/go-environment.html Go的官方文档地址为 https://golang.google.cn/doc/, 里面包括了安装文档,go的简单教程,包含如何写go代码,选用什么IDE, 如何troubleshooting,一些常见问题,以及go community的wiki. 同时也列出 Package Documentation(The documentation for the Go ...

    阅读全文
  18. 41950

    npm cli命令说明文档: 官方文档: https://docs.npmjs.com/cli-documentation/ 以及《npm cli commands - npm指令大全》https://blog.csdn.net/zmrdlb/article/details/53204116 CLI commands > access Set access level on published packages > adduser Add a re ...

    阅读全文
  19. Wiring Components to Work Together This chapter describes service tables and how to wire particular Oracle Fusion Middleware components together. It contains the following sections: Understanding Service Tables Viewing Service ...

    阅读全文