produce_list,,
,,
,,
,,
,,
,shopping_listsalarysalary.isdigitsalarysalaryindex,iproduce_listindex,iuser_chooseuser_choose.isdigituser_chooseuser_chooseuser_chooseuser_chooseproduce_listp_itemproduce_listuser_choosep_itemsalaryshopping_list.appendp_itemsalar..
分类:
编程语言 时间:
2017-09-10 00:06:57
阅读次数:
138
package sad; //String 类的常用方法 import java.util.Scanner; public class ers { public static void main(String[] args) { Factory.choose(); } } class Factory... ...
分类:
编程语言 时间:
2017-09-09 15:25:18
阅读次数:
131
题意 给出平面上三块不相交的从左上到右下排列的三块区域,求分别从这三个区域中挑一个点构成的路径方案数的和 做法 首先考虑转化求路径的方案数的式子。发现对于从原点出发,到$(x,y)$内所有点的所有可能路径数就是${x+1+y+1\choose x+1}$,于是可以枚举中间那个区域选哪个点,然后通过那 ...
分类:
其他好文 时间:
2017-09-08 14:59:04
阅读次数:
170
1.参考官方文档 ? if:字符判断 ? choose (when, otherwise):分支选择 ? trim (where, set):字符串截取;其中where标签封装查询条件,set标签封装修改条件 ? foreach 2.if案例 1)在EmployeeMapper接口中添加一个方法: ...
分类:
数据库 时间:
2017-09-07 21:23:25
阅读次数:
335
为什么需要动态SQL?有时候需要根据实际传入的参数来动态的拼接SQL语句。 最常用的就是:where和if标签 1.参考官方文档 ? if:字符判断 ? choose (when, otherwise):分支选择 ? trim (where, set):字符串截取;其中where标签封装查询条件,s... ...
分类:
数据库 时间:
2017-09-06 21:26:41
阅读次数:
342
1、JSTL有哪些常用标签(13个) 表达式控制标签:set标签、out标签、remove标签、catch标签 流程控制标签:if标签、choose标签、when标签、otherwise标签 循环迭代标签:forEach标签、forTokens标签 URL操作标签:import标签、uri标签、re ...
分类:
编程语言 时间:
2017-09-03 20:11:55
阅读次数:
191
Problem Description Xiao Ming and Xiao Bao are playing a simple Numbers game. In a round Xiao Ming can choose to write down a number, or ask Xiao Bao ...
分类:
其他好文 时间:
2017-08-29 12:48:29
阅读次数:
133
1.在jsp文件中引用 2.jstl常用标签的使用 1)choose 相当于switch forEach if out set ...
分类:
编程语言 时间:
2017-08-27 17:11:00
阅读次数:
240
1.Create a .pch file. 2.Write your macro, headfiles or something. Here is my prefixHeader.pch 3.Choose the Project and select "Build Settings" >>> fin ...
分类:
移动开发 时间:
2017-08-27 14:44:09
阅读次数:
237
? if:判断? choose (when, otherwise):分支选择;带了break的swtich-case 如果带了id就用id查,如果带了lastName就用lastName查;只会进入其中一个? trim 字符串截取(where(封装查询条件), set(封装修改条件))? forea ...
分类:
数据库 时间:
2017-08-27 12:03:07
阅读次数:
182