PHP

intellij idea maven project 无法显示dependencies

Intellj自动载入Mave依赖是一个很人性化的功能,但不排除有时候会碰到问题,导致pom文件修改却没有触发自动重新载入的动作或者加载中途出现弱网的情况中断载入的,此时需要手动强制更新依赖。 如下:手动删除ProjectSettings里面的Libraries内容;在MavenProject的试图里clea...

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

错误日志:2019-07-1316:04:26.318INFO21144---[main]o.apache.catalina.core.StandardService:Stoppingservice[Tomcat]2019-07-1316:04:26.325WARN21144---[main]o.a.c.loader....

THINKPHP介绍

介绍:一、什么是MVCM-Model编写model类对数据进行操作V-View编写html文件,页面呈现C-Controller编写类文件(UserAction.class.php)二、ThinkPHP的MVC特点三、ThinkPHP的MVC对应的目录M项目目录/应用目录/Lib/ModelV项目目录/应用目录/Tpl...
代码星球·2020-04-05

ThinkPHP的配置

ThinkPHP配置:conf目录下'URL_PATHINFO_DEPR'=>'-',//修改URL的分隔符,'TMPL_L_DELIM'=>'<{',//修改左定界符'TMPL_R_DELIM'=>'}>',//修改右定界符'DB_TYPE'=>'mysql',//设置数据库类型'...
代码星球·2020-04-05

php入门实现留言板

首先由一个文本文档read.txtliulan.html<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><title>留言</title></head><body&g...
代码星球·2020-04-05

java中四舍五入——double转BigDecimal的精度损失问题

代码:doubled=-123456789012345.3426;//5898895455898954895989;NumberFormatnf=newDecimalFormat("#0.###");nf.setMinimumFractionDigits(3);//小数点后不足的补零:小数点之后最多3位数字String...

AtomicInteger简介

这个类真的非常实用,更重要的是它确实非常简单:附上自己的代码,可以自己试试:AtomicInteger,一个提供原子操作的Integer的类。在Java语言中,++i和i++操作并不是线程安全的,在使用的时候,不可避免的会用到synchronized关键字。而AtomicInteger则通过一种线程安全的加减操作接口。...
代码星球·2020-04-04

Spring+Velocity(平台升级至Spring Framework 5.0.2)

下载:http://repo.spring.io/release/org/springframework/spring/DearSpringcommunity,I’mpleasedtoannouncethatSpringFramework5.0.2and4.3.13areavailablenow,asapa...

平台升级至nginx+Tomcat9.0.1(Spring5.0.1+velocity2.0+quartz-2.3.0)+redis集群

在公司部份应用上使用了Tomcat9.0.1稳定性还可以,由于将公司的集群服务也升级为Tomcat9.0.1,下面我们来谈一下改变:1:logging.properties支持日志最大天数值maxDays,如1catalina.org.apache.juli.AsyncFileHandler.level=FINE1ca...

spring 5.0.1.RELEASE官方任然不支持velocity(平台升级)

 官方说明:DearSpringcommunity,ItismypleasuretoannouncethatSpringFramework5.0.1isavailablenow,asthefirstmaintenancereleaseinourSpringFramework5.0line.Inaddition...

springboot1.5x版不支持velocity的解决方案 及 spring 5.0.0 版不支持velocity的解决方案

  由于老系统是在spring4.x.x下的用到了Velocity。测试地址https://sms.reyo.cn/用户名:aa密码:123456 5.0.0官方申明:在API层面,SpringFramework5.0不再支持以下包:beans.factory.access jd...

php的strpos()函数判断字符串是否包含某字符串的方法

用php的strpos() 函数判断字符串中是否包含某字符串的方法判断某字符串中是否包含某字符串的方法if(strpos('www.51dev.com','51dev')!==false){  echo'包含';  }else{  echo'不包含';  }PHPstrpos()函数strpos()函数返回字...

Circular view path [home]: would dispatch back to the current handler URL [/home] again. Check your ViewResolver setup!

Circularviewpath[home]:woulddispatchbacktothecurrenthandlerURL[/home]again.CheckyourViewResolversetup!(Hint:Thismaybetheresultofanunspecifiedview,duetodefaultvi...

Spring Security 源码分析(四):Spring Social实现微信社交登录

社交登录又称作社会化登录(SocialLogin),是指网站的用户可以使用腾讯QQ、人人网、开心网、新浪微博、搜狐微博、腾讯微博、淘宝、豆瓣、MSN、Google等社会化媒体账号登录该网站。在上一章Spring-Security源码分析三-Spring-Social社交登录过程中,我们已经实现了使用SpringSoci...

cigarettes

描述Tomhasmanycigarettes.Wehypothesizedthathehasncigarettesandsmokesthemonebyonekeepingallthebutts.Outofk>1buttshecanrollanewcigarette. Now,doyouknowhowma...
代码星球·2020-04-04