51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ONE
关于spring-boot中的@SpringBootApplication中的@ComponentScan的basePackages的路劲的设置。
最近在看spring-boot的东西,然后搭建了spring-boot的简单项目。但是在spring的入口处加载的时候一直加载不到。最后看了@SpringBootApplication的源码才知道@ComponentScan如果不设置basePackage的话默认会扫描包的所有类,所以最好还是写上basePackage...
代码星球
·
2020-04-02
中的
关于
spring-boot
@SpringBootApplication
@ComponentScan
iPhone Scrollbars with iScroll
Sincewe'vehadwebbrowsersandJavaScript,we'vebeenintentonreplacingnativebrowserfunctionalities,andformanyreasons.Whetheritbethatthenativelookorfunctionalityisugly...
代码星球
·
2020-04-01
iPhone
Scrollbars
with
iScroll
在Phonegap下实现oAuth认证
原文:http://www.kuqin.com/mobile/20120719/322873.html前段时间做过两次关于Phonegap的现场交流会议分享。基本上把Phonegap的一些特性和大家交流了一下,大家对于Phonegap的兴趣也是非常多的。但是因为Phonegap相对于原生应用来说,只有一个View,这个...
代码星球
·
2020-04-01
Phonegap
实现
oAuth
认证
angularJs ionic phoneGap 分享
由于坑较多就如“天下难事,必作于易吧”最近有机会接触到了git nodeangularJsionicphoneGap很开森也很痛苦分享如下推荐的几个博客地址: http://haomou.net/2015...
代码星球
·
2020-04-01
angularJs
ionic
phoneGap
分享
MR案例:定制Partitioner
可以继承基类Partitioner,也可以继承默认的HashPartitioner类,覆写其中的getPartition()方法实现自己的分区。需求:本例是对上一个实例的改写,需求不变 packagecountry;importjava.io.IOException;importjava.io.Unsuppo...
代码星球
·
2020-03-29
MR
案例
定制
Partitioner
tp5分页注意,分页生成的ul class是pagination,有些模板可能将pagination定义为display:none
今天在调用分页时总是无法显示,查看网页源代码是正常的,后来发现是在css文件里将pagination定义为display:none,所以无法显示...
代码星球
·
2020-03-28
分页
pagination
tp5
注意
生成
MySQL server has gone away和Maximum execution time of 120 seconds exceeded
今天在写采集时碰到两个问题1、MySQLserverhasgoneaway2、Maximumexecutiontimeof120secondsexceeded采集程序写好运行大概一分钟后出现MySQLserverhasgoneaway,发现mysql里面的max_allowed_packet=1M,这里改成了10M,运...
IT猿
·
2020-03-28
MySQL
server
has
gone
away
jdbc(1)(三)DBCP、C3P0、Proxool 、 BoneCP开源连接池的简介
简介 使用评价 项目主页 DBCPDBCP是一个依赖Jakartacommons-pool对象池机制的数据库连接池.DBCP可以直接的在应用程序用使用 可以设置最大和最小连接,连接等待时间等,基本...
IT猿
·
2020-03-28
jdbc
DBCP
C3P0
Proxool
BoneCP
Enabling IIS and required IIS components on Windows Server
TolearnhowtoenableIISandtherequiredIIScomponentsonWindowsServer2012/2012R2,seetheinstructionsbelow.OpenServerManagerandclickManage>AddRolesandFeatures.ClickN...
IT猿
·
2020-03-27
IIS
Enabling
and
required
components
onedrive忽略子文件夹
https://answers.microsoft.com/en-us/msoffice/forum/all/how-to-exclude-certain-folders-from-syncing-to/20173022-5ef9-4a69-a7bc-da63fbb5282dSelectthewhiteorblueOn...
IT猿
·
2020-03-27
onedrive
忽略
文件夹
PHP检测及判断手机登录用户是安卓或爱疯(iPhone)客户端
<?php/*PHP自动判断客户端平台(PC、安卓、iPhone、平板)*strtolower()函数把字符串转换为小写;*strpos()函数返回字符串在另一个字符串中第一次出现的位置。(如果没有找到该字符串,则返回false);*三目:(条件)?(为真时输出的值):(为假时...
IT猿
·
2020-03-27
PHP
检测
判断
手机
登录
What’s a service mesh? And why do I need one?
https://buoyant.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one/ Update2018-02-06:Sincethisarticlewaspublished,we’velaunched Conduit,an...
IT猿
·
2020-03-27
What
service
mesh
And
why
Presentational and Container Components
https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0There’sasimplepatternIfindimmenselyusefulwhenwritingReactapplications.If you&rs...
IT猿
·
2020-03-27
Presentational
and
Container
Components
根据浏览器内核判断是web/iOS/android/ipad/iphone 来打开不同的网站或页面
纯js,直接分享,直接使用:varbrowser={versions:function(){varu=navigator.userAgent,app=navigator.appVersion;return{//移动终端浏览器版本信息trident:u.indexOf('Trident')>-1,//IE内核pre...
IT猿
·
2020-03-26
根据
浏览器
内核
判断
web
react.js 生命周期componentDidUpdate的另类用法:防止页面过渡刷新
场景:数据新增成功之后,需要返回原来的查询表,这时候的查询,需要使用react的生命周期:componentDidUpdatecomponentDidUpdate()这个生命周期的作用是当props或state更新之后,使用它更新DOM节点。如果使用不当,则查询页面会不停的调用查询的方法,不停的执行刷新操作。因此,需要...
IT猿
·
2020-03-26
react.js
生命
周期
componentDidUpdate
另类
首页
上一页
...
66
67
68
69
70
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他