码迷,mamicode.com
首页 >  
搜索关键字:contains    ( 4472个结果
jsp标签${fn:contains()}遇到问题记录
在jsp页面要实现这样一个功能,列表的某一列字段要显示的数据,是从后台的一个列表中获取的,数据库里面该列存储的方式是 类似 1,2,3 这样的 主键id数据。显示的时候要根据id显示名称,如果是多个 则要逗号分隔这种。 第一次是这样实现的: 然而这样有个问题,比如我刚好list的值里面有一个是 15 ...
分类:Web程序   时间:2019-08-21 12:10:56    阅读次数:151
CodeForces-259B]Little Elephant and Magic Square
Little Elephant loves magic squares very much. A magic square is a 3?×?3 table, each cell contains some positive integer. At that the sums of integers ...
分类:其他好文   时间:2019-08-21 09:33:05    阅读次数:119
java#StringBuffer&StringBuilder
StringBuffer A thread-safe, mutable sequence of characters. A string buffer is like a String, but can be modified. At any point in time it contains so ...
分类:编程语言   时间:2019-08-20 20:32:06    阅读次数:109
C# 连接Excel,获取表格数据,获取多个sheet中的数据,获取多个sheet名
//获取名称: ...
分类:Windows程序   时间:2019-08-20 11:02:17    阅读次数:165
leetcode 98 - Validate Binary Search Tree
Given a binary tree, determine if it is a valid binary search tree (BST). Assume a BST is defined as follows: The left subtree of a node contains only ...
分类:其他好文   时间:2019-08-20 01:06:24    阅读次数:81
GYM 101061 I. Playing with strings(有待更新)
I. Playing with strings time limit per test 2.0 s memory limit per test 64 MB input standard input output standard output Taboush is a 10 year-old sch... ...
分类:其他好文   时间:2019-08-19 23:16:18    阅读次数:186
DTOJ #2927. Around the world4
The fourth line contains m integers bi (1?≤?bi?≤?2·109) — the number of manapoints to use the i-th spell of the first type. There are k integers ci (1 ...
分类:其他好文   时间:2019-08-19 13:15:38    阅读次数:73
golang基础学习-strings包常用函数学习
package main import ( "fmt" "strings" ) //StrFunc 字符串说明 func main() { var testStr string testStr = "seetatech" testStrTrim := " seeta tech " checkStr ... ...
分类:其他好文   时间:2019-08-18 19:24:10    阅读次数:96
wireshark使用手记
逻辑关系 与 && 或者 and 或 || 或者 or 非 ! 或者 not 常用过滤条件 过滤协议 直接输入 http、tcp、arp等即可过滤 过滤源ip ip.src==192.168.134.128 过滤目的ip ip.dst==192.168.134.128 过滤ip(源+目的) ip.a ...
分类:其他好文   时间:2019-08-18 13:33:49    阅读次数:86
学习Java第七周
重要知识点 1.“super”的用法 构造器和方法,都用关键字super指向超类,但是用的方法不一样。方法用这个关键字去执行被重载的超类中的方法 2.接口和抽象类的异同 相同: 1、接口和抽象类都有抽象方法,都代表定义层次上的抽象; 2、接口和抽象类都不能创建对象。 不同: 1、接口中没有构造器,抽 ...
分类:编程语言   时间:2019-08-18 09:56:51    阅读次数:83
4472条   上一页 1 ... 58 59 60 61 62 ... 448 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!