1. 52250

    Jenkins安装plugin时出现的错误: Checking internet connectivity Checking update center connectivity sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath ...

    阅读全文
  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. https://docs.oracle.com/middleware/1221/wls/WLACH/taskhelp/domainconfig/EnableTheDomainwideAdministrationPort.html#WLACH01108   Before you begin The administration port accepts only secure, SSL traffic, and all connections via the p ...

    阅读全文
  4. 参考文档:http://www.cnblogs.com/dolphinX/p/4087817.html CSS3的动画:http://www.w3school.com.cn/css3/css3_animation.asp .cssstyle{ animation: animation-name animation-duration animation-iteration-count; -webkit-animation: animation-name animat ...

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

    阅读全文
  6. 这篇文章简单介绍下如何将数据库中的数据导入EXCEL中。 Step1. 在ODBC中添加数据源。 控制面板(Control Panel) -> 管理员工具 (Administrative Tools) -> ODBC 添加数据源,选择oracle ODBC Driver  这里的TNS info定义在 TNS_ADMIN 环境下的tnsnames.ora。如(E:\app\Oracle_instantclient_11_2\n ...

    阅读全文
  7. Sharkninja公司,是一家小家电企业,主营吸尘器,扫地机器人,榨汁机,等小家电。公司名可以拆分为shark和ninja,前者侧重吸尘器和扫地机器人,为sharkclean,ninja主要为榨汁机等厨房小家电,为ninjakitchen。 主页:https://www.sharkninja.com/ 是一家美国企业。在美国(波士顿),英国(伦敦),加拿大,中国(苏州)等地设立分公司。其公司前生名为Euro Pro。由于名气被其品牌shark和ninja盖过,后改名为sharkni ...

    阅读全文
  8. 104740

    echo(), print(),print_r()区别在于 echo 可以输出多个变量值,而print只有一个变量,做为一个字符串输出. echo 没有返回值, print有返回值1. print不能输出数组和对象。print_r 可以输出stirng、int、float、array、object等,输出array时会用结构表示,print_r输出成功时返回true; 而且print_r可以通过print_r($str,true)来使print_r不输出而返回 p ...

    阅读全文
  9. 不尚贤,使民不争; 不贵难得之货,使民不为盗; 不见可欲,使心不乱。 是以圣人之治,虚其心,实其腹,弱其志,强其骨。 常使民无知无欲。使夫知者不敢为也。为无为,则无不治。 译文: 贤人值得学习,但不尚贤,因为这必然会崇拜一个人,就会树立片面,看问题和治理社会也就片面。这样那么就持其他观点的人就不值得尊崇了么?社会进而会有争执,其他贤人被反对,甚至被镇压,时间久了,社会就会出现隐患甚至动乱。 贵重难得的东西造就了虚高无用之物,贵重难得之货在产生或者获取 ...

    阅读全文
  10. 学习Android的hello Android时,遇到一个主题相关的错误如下: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.soosmart.hellomobile/com.soosmart.hellomobile.AboutActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat the ...

    阅读全文
  11. CSS3 filter滤镜效果太强大了,不用不知道。有了它ps可以少做做了。 Filters主要是运用在图片上,以实现一些特效。(尽管他们也能运用于video上),不过我们在些只来讨论图片上的运用。 语法 elm { filter: none | <filter-function > [ <filter-function> ]* } 其默认值是none,他不具备继承性,其中fil ...

    阅读全文
  12. 参考文档https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7 https://www.digitalocean.com/community/tutorials/initial-server-setup-with-centos-7 Step 1 — Installing Docker (使用Non-root user with sudo privi ...

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

    阅读全文
  14. Features Multiple file upload(多文件上传): Allows to select multiple files at once and upload them simultaneously. Drag & Drop support(支持D&D操作): Allows to upload files by dragging them from your desktop or filemanager and dropping them ...

    阅读全文
  15. 学习内容源于 官方文档 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 ... ...

    阅读全文
  16. 如何配置vim的背景色 设置.vimrc (这个.vimrc在当前用户的home目录下,如果没有,创建一个,这样不影响系统级别的vim设置。以后vim的一些设置都可以在这里添加,比如说添加set number后就可以默认打开显示行号) hi Normal ctermbg=Black ctermfg=white ctermbg表示背景色。ctermfg 表示前景色。 如何配置一个vim主题 就拿solarized主题来说吧。 下载solarized主题: ...

    阅读全文
  17. 初学jenkins2018-03-22

    Jenkins搭建 (官网:https://jenkins.io/doc/)   安装后默认是8080端口。在mac下如果是service运行的话,其开启和关闭jenkins守护进程使用下面的方法: Terminal and Start / Stop daemon You want to use launchctl to start and stop Jenkins. Start Jenkins: sudo launchctl load /Libr ...

    阅读全文
  18. beyond compare是个非常好用强大的比较工具。我们用BC来比较文件时常常会遇到一个情况,那就是明明两个文件内容是一样的,但是由于时间戳不一样,而显示为红色表示不同,如果一两个这样的文件还好办,如果很多的话就比较讨厌。那在beyond compare中如果ignore timestamp呢? 很简单,只要通过一个设置就可以搞定: 首先选择两个文件(或文件夹)进行比较: 这是就有会话: 进入session(会话) ->session setting(会话设置) ...

    阅读全文
  19. 方法1: <input type=text style="border-style:none"> 方法2: 给input设置border:none;但在iE6下不行,还有边。应该将 border:none; 换成border:0; 这是ie6 的兼容性问题 或者<input type="text" name="sample" border="0"/> 方法3: ...

    阅读全文
  20. spring-boot-autoconfigure-2.1.4.release.jar下的spring-autoconfigure-metadata.properties #Thu Apr 04 02:08:30 GMT 2019 org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration.AutoConfigureAfter=org.springframework.b ...

    阅读全文