码迷,mamicode.com
首页 >  
搜索关键字:lookup 找不打匹配值    ( 822个结果
springboot pom.xml
Demo project for Spring Boot ...
分类:编程语言   时间:2018-08-01 11:44:17    阅读次数:121
jmeter的日常特殊参数化
1.map转译符号: 如果///Mobile///:///18888888888/// 需要再参数化请这样做,////Mobile////://///${Mobile}///// 2.int (round(time.time() * 9.3)) --python实现可随机产生一个电话号码的函数 9. ...
分类:其他好文   时间:2018-07-29 16:28:39    阅读次数:136
Spring之强制修改某个方法的行为(Arbitrary method replacement)
A less commonly useful form of method injection than Lookup Method Injection is the ability to replace arbitrary methods in a managed bean with anothe ...
分类:编程语言   时间:2018-07-29 00:07:57    阅读次数:207
自动发现实现url+响应时间监控
url自动发现脚本: [root@jenkins scripts]# cat urlDiscovery.py url响应时间监控脚本: [root@jenkins scripts]# cat urlResponse.py url监控列表: [root@jenkins scripts]# cat /e ...
分类:Web程序   时间:2018-07-27 21:15:04    阅读次数:959
tomcat优化实例
优化实例 启动参数优化JAVA_OPTS='-server -Xms512m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=512m -XX:+UseBiasedLocking -XX:+AggressiveOpts -XX:+DisableExplicitGC ...
分类:其他好文   时间:2018-07-26 18:35:05    阅读次数:150
NC前台调用后台接口方法
1 import nc.bs.framework.common.NCLocator; 2 3 AggQcFormbatchVO []aggvos = NCLocator.getInstance().lookup(IQc_formbatchMaintain.class).update(new AggQ... ...
分类:其他好文   时间:2018-07-24 20:01:11    阅读次数:439
3 ansible-playbook 条件语句-外部变量使用
外部变量指的是从playbook文件之外获取的数值 lookups file file是我们经常使用的一种lookups的方式,它的原理就是使用python的codecs.open打开文件然后把结果返回给变量,请看例子 执行结果如下: lookup password 对传入的内容加密处理 looku ...
分类:其他好文   时间:2018-07-23 12:41:38    阅读次数:166
控件下的Lookup方法
如果想重写系统的某个数据源下的字段的Lookup,则可以在此控件下重写Lookup方法,不调用其父级数据源下字段的looku即可。 以下是一个关于重写Lookup方法的例子,可参考: ...
分类:其他好文   时间:2018-07-19 23:26:14    阅读次数:190
【DB2】If ‘db2‘ is not a typo you can run the following command to lookup the package that contains the binary: command-not-found db2 bash: db2: command not found
数据库安装以后,db2报错如下: If 'db2' is not a typo you can run the following command to lookup the package that contains the binary: command-not-found db2bash: d... ...
分类:数据库   时间:2018-07-07 12:35:08    阅读次数:2389
JAVA 框架-Springmvc-文件上传与下载
需要的包:spring的21个包,commons-fileupload/io/logging的三个包,标准标签库2个包 异常处理:如果报BeanCreationException: Lookup method resolution failed 可能是缺少必须的包; spring-servlet.x ...
分类:编程语言   时间:2018-07-07 01:13:19    阅读次数:227
822条   上一页 1 ... 24 25 26 27 28 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!