1. Linux命令模式下如何查看主机名称? uname -a Linux VM_55_254_centos 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 24 16:09:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux   ...

    阅读全文
  2. Spring configuration property的优先级官方说明:https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-external-config Externalized Configuration Spring Boot lets you externalize your configuration so that you can ...

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

    阅读全文
  4. 有一分数序列:2/1,3/2,5/3,8/5,13/8,21/13...求出这个数列的前20项之和 无聊,写个js玩玩. 递归写法 function a(n){ if(n==1){return 1;} else if(n==2){return 2;} else{ return a(n-1)+a(n-2);} } function b(n){ return a(n+1)/a(n); } function sum(n){ ...

    阅读全文
  5. Personal pronouns:人称代词 Pronouns - 代词 代词用于指代名词或名词短语。使用代词可以多次重复前文提到的名词。 例如: Jane ate some dinner. She was hungry. (简吃饭了。她饿了。) 代词有多种形式。英语中有七个人称代词。 单数   复数   I 我 we 我们 you ...

    阅读全文
  6. 版权声明:本文为木偶人shaon原创文章,转载请注明原文地址,非常感谢。 https://blog.csdn.net/wh211212/article/details/53750366 getopt 与 getopts 都是 Bash 中用来获取与分析命令行参数的工具,常用在 Shell 脚本中被用来分析脚本参数。 两者的比较 (1)getopts 是 Shell 内建命令,getopt 是一个独立外部工具 (2)getopts 使用语法简单 ...

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

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

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

    阅读全文
  9. Past tenses Past tenses - 过去时态 对于过去发生,并且已经结束的动作或行为,需要使用一般过去时态。与该时态连用的时间状语包括:yesterday, last night, last year, a long time ago, 1990 等。   例如: I watched a movie last night. 过去进行时态用来表达,在过去某一时刻,一个动作发生时,另一个动作正在 ...

    阅读全文
  10. geography 地理: Agentine Repulic 阿根廷 Agentina Austria ['ɔːstriə] 奥地利 Australia [ɔ'streljə] 澳大利亚 Brazil [brə'zɪl] 巴西  Belgium  ['beldʒəm] 比利时  Cuba ['kjuːbə] 古巴 Cuban 古巴人 ...

    阅读全文
  11. 符号英语2018-08-24

    + plus 加号;正号 - minus 减号;负号 ± plus or minus 正负号 × is multiplied by 乘号 ÷ is divided by 除号 = is equal to 等于号 ≠ is not equal to 不等于号 ≡ is equivalent to 全等于号 ≌ is equal to or approximately equal to 等于或约等于号 & ...

    阅读全文
  12. 如何导出certificate? 方法1)  通过浏览器导出证书,这个功能好像firefox比较简单,Chrome和safari找起来比较麻烦。 firefox->url(https://www.google.com)->click "i(nformation)"->more information->view Certificate->Details->Export即可。 方法2) 还可以通过下 ...

    阅读全文
  13. 当连接SSL server时出现下面的错误,这是因为当你的application试图通过SSL连接另一个application时(HTTPS,IMAPS,LDAPS),它只能够连接它信任的application。信任的方法就是使用的trust store里导入对应的certificate, 或者certificate是被它信任的known CA签发的。通常在$JAVA_HOME/lib/security/cacerts这个默认的truststore中。 javax.net.ssl.SS ...

    阅读全文
  14. Java 应用程序环境的策略(对不同来源的代码指定权限)由 Policy 对象来表示。更明确地说,就是由 Policy 类(包含在 java.security 包中)的实现抽象方法的 Policy 子类来表示。 Policy 对象所用策略信息的源位置由 Policy 实现决定。缺省 Policy 实现从静态策略配置文件获得自己的信息。本文档的其余部分叙述了缺省 Policy 实现及其所读取的策略文件中必须使用的语法。有关使用&nb ...

    阅读全文
  15. Operating as a community of like-minded professionals, OWASP issues software tools and knowledge-based documentation on application security. Everyone is free to participate in OWASP and all of our materials are available under a free an ...

    阅读全文
  16. ADF 应用开发如何deploy applications 官方文档:https://docs.oracle.com/cd/E24382_01/user.1112/e17455/deploying_apps.htm#OJDUG542 Section 9.1, "About Deploying Applications" Section 9.2, "Running Java EE Applications in the Integrated Ap ...

    阅读全文
  17. 原文:http://www.oracle.com/technetwork/articles/adf/part4-098813.html Oracle JDeveloper 11g makes it easy to compile applications, generate deployment artifacts (such as Java archives [JARs], Web application archives (WARs), and enterprise archive ...

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

    阅读全文
  19. 如何在oracle ADF框架下开发测试部署SOAP web services. 本文参考官方文档的解读版:“Creating SOAP Web Services with Application Modules” :https://docs.oracle.com/cd/E51366_01/adf/develop/bcextservices.htm#ADFFD534 官网分为三部分讲述了这个问题: Section 11.1, "In ...

    阅读全文
  20. 如何排查Oracle SOA Suite以及Oracle BPM Suite的疑难杂症请参考官方文档: https://docs.oracle.com/cd/E29542_01/admin.1111/e10226/appx_trouble.htm#SOAAG3705 how to troubleshoot issues you can encounter when using Oracle SOA Suite and Oracle BPM Suite, including loggi ...

    阅读全文