<choose> <when test=""> ... </when> <otherwise> ... </otherwise></choose> choose为一个整体,类似于switch; when相当于if,otherwise相当于else ...
分类:
其他好文 时间:
2018-08-28 17:54:58
阅读次数:
132
Mapper.xml提示: 1:mapper包中新建一个文件:mybatis-3-mapper.dtd 2:在web app libraries/mybatis.jar/org.apache.ibatis.builder.xml/mybatis-3-mapper.dtd,打开,复制内容,贴到自己新建 ...
分类:
数据库 时间:
2018-08-25 11:46:21
阅读次数:
204
*********线程和python******** ******理论知识****** ****全局解释器锁(GIL)**** Python代码的执行由Python虚拟机(也叫解释器主循环)来控制。Python在设计之初就考虑到要在主循环中, 同时只有一个线程在执行。虽然Python解释器中可以“运... ...
分类:
编程语言 时间:
2018-08-23 19:26:44
阅读次数:
185
lamp简介lamp(Web应用软件组合)Linux+Apache+Mysql/MariaDB+Perl/PHP/Python一组常用来搭建动态网站或者服务器的开源软件,本身都是各自独立的程序,但是因为常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台。web服务器工作流程web服务器的资源分为两种,静态资源和动态资源静态资源就是指静态内容,客户端从服务器获得的资源的
分类:
其他好文 时间:
2018-08-22 10:26:08
阅读次数:
169
One of the more popular activities in San Antonio is to enjoy margaritas in the park along the river know as the River Walk. Margaritas may be purchas ...
分类:
其他好文 时间:
2018-08-16 15:43:13
阅读次数:
130
if(通过“title”和“author”两个参数进行可选搜索): choose(我们不想应用到所有的条件语句,而只想从中择其一项): ...
分类:
其他好文 时间:
2018-08-12 14:13:06
阅读次数:
309
import sys builtin_str = strver = sys.versionis_py2 = int(ver[0]) == 2is_py3 = int(ver[0]) == 3 def to_native_string(string, encoding='ascii'): """Giv ...
分类:
其他好文 时间:
2018-08-10 10:58:47
阅读次数:
187
Fruit Ninja 时间限制:C/C++ 5秒,其他语言10秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 Fruit ...
分类:
其他好文 时间:
2018-08-05 18:09:41
阅读次数:
104
[抄题]: Compare two version numbers version1 and version2.If version1 > version2 return 1; if version1 < version2 return -1;otherwise return 0. You may ...
分类:
其他好文 时间:
2018-08-01 17:15:32
阅读次数:
117
Game Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65768/65768 K (Java/Others)Total Submission(s): 1238 Accepted Submission(s): 432 Problem Des ...
分类:
其他好文 时间:
2018-07-22 19:24:47
阅读次数:
191