码迷,mamicode.com
首页 >  
搜索关键字:suffix    ( 387个结果
mybatis中的几个注意的地方
3.<trim prefix="" suffix="" suffixOverrides="" prefixOverrides=""> <insert id="insertSelective" parameterType="com.dearbinge.data.pojo.Security" > <!- ...
分类:其他好文   时间:2017-11-05 11:24:14    阅读次数:181
java上传文件
public void upload(MultipartFile file, String saveurl,String showurl,) throws Exception { try { String suffix = file.getOriginalFilename().substring( ... ...
分类:编程语言   时间:2017-10-27 11:33:32    阅读次数:180
Python endswith()方法
描述 endswith() 方法用于判断字符串是否以指定后缀结尾,如果以指定后缀结尾返回True,否则返回False。可选参数"start"与"end"为检索字符串的开始与结束位置。 语法 endswith()方法语法: 参数 suffix -- 该参数可以是一个字符串或者是一个元素。 start ...
分类:编程语言   时间:2017-10-18 14:09:56    阅读次数:329
shell 遍历
for file in $1/* do if [ -f $file ] then SUFFIX=${file#*BK} PREFIX=${SUFFIX%%_*} CURRENT=`date -d -7day +%Y%m%d` if [[ $CURRENT... ...
分类:系统相关   时间:2017-10-18 12:32:04    阅读次数:173
ldap数据库--ODSEE--suffix
ldap数据库的suffix是建立ldap之间复制协议的基础,suffix的创建也可以通过管理界面进行,也可以通过命令行进行。不同点是通过管理界面创建的suffix会自动创建一条对应该suffix的匿名读取权限aci,但是通过命令行不会。 创建suffix命令如下: /bin/dsconf crea ...
分类:数据库   时间:2017-10-10 17:48:44    阅读次数:335
2017 ACM/ICPC Asia Regional Beijing Online
A Visiting Peking University 直接模拟 B Reverse Suffix Array unsolved C Matrix 预处理每列前缀和以及每个每个行区间的每列的最小值,枚举行的所有区间,求最长连续字段和。 D Agent Communication unsolved ...
分类:其他好文   时间:2017-09-27 18:52:08    阅读次数:186
tomcat 修改日志路径以及优化内存和启动速度
在server.xml 修改如下 <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs/log" prefix="localhost_access_log" suffix=".log" pattern ...
分类:其他好文   时间:2017-09-25 16:07:19    阅读次数:143
ACM-ICPC北京赛区(2017)网络赛2【后缀数组+Java//不会】
#1579 : Reverse Suffix Array #1579 : Reverse Suffix Array 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 There is a strong data structure called "Suffix Array" ...
分类:编程语言   时间:2017-09-24 11:42:03    阅读次数:269
thinkcmf5更新模板代码
private function updateThemeFiles($theme, $suffix = 'html') { $dir = 'themes/' . $theme; $themeDir = $dir; $tplFiles = []; $roo... ...
分类:其他好文   时间:2017-09-22 21:16:22    阅读次数:158
tomcat,很多时候,可以在服务server.xml中可以实现一些效果
一、--日志 <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="localhost_access_log" suffix=".txt" pattern="%h %l %u %t ...
分类:其他好文   时间:2017-09-21 21:03:09    阅读次数:146
387条   上一页 1 ... 12 13 14 15 16 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!