1. XXX PLM 2018-09-04

    本文为学习笔记。 Application Help: https://[host]/70.0.3-rc1/static/webhelp/full/en_US/ApplicationHelp.htm Overview User Profile:     https://[Host]/acct/detail-users   New workspace ht ...

    阅读全文
  2. Apache Shiro是一个应用程序安全框架(Application security framework). 提供了4个安全支持: authentication, authorization, enterprise session management and cryptography。 Shiro产生的背景http://shiro.apache.org/what-is-shiro.html。 JAAS提供了authentication, authorization. ...

    阅读全文
  3. 下面三个命令都可以查看linux操作系统的版本信息 cat /etc/os-release lsb_release -a hostnamectl cat /etc/os-release [test@test01 ~]$ cat /etc/os-release NAME="Oracle Linux Server" VERSION="7.4" ID="ol" VERSION_ID=" ...

    阅读全文
  4. 创建一个webapp工程可以使用下面的步骤。 安装nvm (可选,仅用来管理nodejs版本) 安装nodejs (可选,如果已经有的话) 创建工程目录 初识化工程 安装工程依赖。 一)安装nvm (参考https://github.com/nvm-sh/nvm/blob/master/README.md#system-version-of-node) curl -o- https://raw.githubusercontent.com/nvm-s ...

    阅读全文
  5.   官方文档:https://kotlinlang.org/docs/reference/ Kotlin中国:https://www.kotlincn.net/ ...

    阅读全文
  6. 1. 这个Docker视频demo了一个Docker的应用场景: https://www.youtube.com/watch?v=YFl2mCHdv24 2. <<Kubernetes for Beginners - Docker Introduction>> 这个视频非错不错的解释了Docker解决的痛点以及其架构。 https://www.youtube.com/watch?v=rmf04ylI2K0 3. 《Introduction to Ku ...

    阅读全文
  7. 坑,坑,一个大坑,一个陷了无数勇士的坑。。。。 这种情况一般是由于在crontab文件中没有配置环境变量引起的。下文摘自跳出坑的大勇士: 注意环境变量问题 有时我们创建了一个crontab,但是这个任务却无法自动执行,而手动执行这个任务却没有问题,这种情况一般是由于在crontab文件中没有配置环境变量引起的。 在crontab文件中定义多个调度任务时,需要特别注意的一个问题就是环境变量的设置,因为我们手动执行某个任务时,是在当前shell环境下进行的,程序当然能找到环境变量,而 ...

    阅读全文
  8. 33050

    Keytool用来创建修改删除key,以及导入导出证书,主要有下面的功能。   key的生成和导入导出文档比较多。注:导出证书只需要keystore的密码即可,即使key设置了密码。 key的密码如果不设置则默认与keystore的密码相同。 如果设置了密码,可以通过keypasswd来进行修改,如果忘记密码想测试key的密码,也可以用keypasswd来尝试。因为如果对key没有单独设置密码,当使用此命令时只需要提供keystore的密码后就会提示为k ...

    阅读全文
  9. 简易学习一下markdown文档格式 https://www.runoob.com/markdown/md-tutorial.html https://typora.io/ ...

    阅读全文
  10. 1)两数和 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。 示例: 给定 nums = [2, 7, 11, 15], target = 9 因为 nums[0] + nums[1] = 2 + 7 = 9 所以返回 [0, 1] 来源:力扣(LeetCode) 链接 ...

    阅读全文
  11. 4270

    物件的产品生命周期(Lifecycle Phase)可以根据组织需求自定义。下面的表格是默认的生命周期。 生命周期名称(Lifecycle phase name) 生命周期定义 初始(Preliminary ) 该物件从未发布。可能有一个待定变更。The item has never been released. It may have a pending change against it. 原型(P ...

    阅读全文
  12. 蓝色配色2020-08-17

    https://ww1.sinaimg.cn/mw690/74cf050fjw1ejy37k1ognj20c818gmyi.jpg ...

    阅读全文
  13. 网站提供注册功能的同时都会提高找回密码功能? 如何找回密码?一般都需要发送一个临时秘密到用户邮箱来重新设置密码。大体可以分为下面几个过程: 1. 找回密码页面。用户输入邮箱地址,验证码,以及安全密码保护问题等,确认按钮发送邮件到用户邮箱。 2.用户点击确认找回按钮后,返回页面。     2.1 后台使用管理员邮箱账户发送邮件。如果没有企业邮箱,除了自己搭建企业邮箱外,可以申请使用腾讯,阿里,263等邮件服务商提供的企业邮箱功能。 3.用户登录邮箱 ...

    阅读全文
  14. <<Java™ in a Nutshell: A Deskop Quick Reference >>   docstore.mik.ua/orelly/java-ent/jnut/index.htm ...

    阅读全文
  15.     《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 ...

    阅读全文
  16. Spring Cloud学习过程中相关的知识点和软件项目: (1) Cloud Foundry: https://www.cloudfoundry.org/ ​   (2)Pivotal Web Services: https://run.pivotal.io/ (3)Zookeeper: https://zookeeper.apache.org/doc/current/zookeeperSt ...

    阅读全文
  17. 18270

    问题描述: 在导入数据库脚本时出现如下错误: ERROR 1418 (HY000) at line 5061: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators ...

    阅读全文
  18. food & drug administration (FDA) corrective and preventive actions (CAPA) FDA CAPA new product introduction (NPI)   printed circuit board (PCB)  design for manufacturability (DFM)  Design for Excellence (DFX) ...

    阅读全文
  19. Publish Assets to SOAP Documentation This chapter describes how to upload assets, such as web services, to SOAP reference guides. This chapter also how to find and review assets already in. The chapter includes these sections: Introd ...

    阅读全文
  20. zookeeper学习过程中收集的一些不错的资料   Zookeeper官方文档:https://zookeeper.apache.org/doc/current/zookeeperStarted.html Zookeeper Demo: https://www.youtube.com/watch?v=Qhc6RMaDkgY Apache Zookeeper | Hands-On - Znodes: https://www.youtube. ...

    阅读全文
4142