码迷,mamicode.com
首页 >  
搜索关键字:what would you like to drink    ( 38055个结果
7-53 删除字符串中的子串 (20分)
7-53 删除字符串中的子串 (20分) 输入2个字符串S1和S2,要求删除字符串S1中出现的所有子串S2,即结果字符串中不能包含S2。 输入格式: 输入在2行中分别给出不超过80个字符长度的、以回车结束的2个非空字符串,对应S1和S2。 输出格式: 在一行中输出删除字符串S1中出现的所有子串S2后 ...
分类:其他好文   时间:2020-10-21 21:18:15    阅读次数:21
11.flask博客项目实战六之用户个人资料
配套视频教程 本文B站配套视频教程 本章将专门用于给应用程序添加用户个人资料页面。用户个人资料页面呈现的是关于用户信息的页面,通常具有由用户自己输入的信息。接下来将展示如何动态生成用户个人资料页面,然后添加一个小型个人资料编辑器,用户可用它来输入Ta们的信息。 用户个人资料页面 要创建一个用户个人资 ...
分类:其他好文   时间:2020-10-21 21:08:34    阅读次数:22
The Fault in Our JARs: Why We Stopped Building Fat JARs
一篇很不错的关于fat jar 的文章,参考资料https://product.hubspot.com/blog/the-fault-in-our-jars-why-we-stopped-building-fat-jars HubSpot’s backend services are almost ...
分类:编程语言   时间:2020-10-21 21:03:47    阅读次数:25
Editing the attributes of annotation编辑注记属性
Editing the attributes of annotation编辑注记属性 Editing the attributes of annotation You can edit annotation attributes in the Attributes window, which pro... ...
分类:其他好文   时间:2020-10-21 20:40:20    阅读次数:20
sql语句
一.模糊语句 1.like 林后面只有一个字 select * from student where like'林_' 林后面可以由多个数 select * from student where name like '林%' 二.范围查询 1.in select * from student whe ...
分类:数据库   时间:2020-10-21 20:37:45    阅读次数:70
Bug Variations
What is the role of the instance variable sideLength? 从的代码当中我们不难看出,该变量是控制该虫子周围的空间大小的,以提供给变量合理的移动空间。 private int steps; private int sideLength; What is ...
分类:其他好文   时间:2020-10-21 20:28:49    阅读次数:21
python基础学习
python 变量的命名和使用 · 变量名只能包含字母、数字和下划线。不能以数字打头。 · 变量名不能包含空格,但可使用下划线来分隔其中的单词。 · 不要将Python关键字和函数名用作变量名。 · 慎用小写字母l和大写字母O,因为它们可能被人错看成数字1和0。 列表、元组、集合、字典的区别是什么? ...
分类:编程语言   时间:2020-10-19 23:06:06    阅读次数:42
linux系统中case命令用法
1、case命令选择执行 [root@linuxprobe test]# ls test.sh [root@linuxprobe test]# cat test.sh ## 查看脚本 #!/bin/bash echo "This is a test!" echo "you can choose 0- ...
分类:系统相关   时间:2020-10-19 22:36:33    阅读次数:27
过滤器
1. 过滤器 基本概念 (3W1H: why, what, where,how) 为什么需用到过滤器? 项目开发中,经常会涉及到重复代码的实现! 注册 à Servlet 【1. 设置编码】 à JSP 修改 àServlet 【1. 设置编码】 à JSP 其他, 如判断用户是否登陆,只有登陆才能 ...
分类:其他好文   时间:2020-10-18 17:02:06    阅读次数:23
7-107 找出最小值 (20分)
7-107 找出最小值 (20分) 本题要求编写程序,找出给定一系列整数中的最小值。 输入格式: 输入在一行中首先给出一个正整数n,之后是n个整数,其间以空格分隔。 输出格式: 在一行中按照“min = 最小值”的格式输出n个整数中的最小值。 输入样例: 4 -2 -123 100 0 输出样例: ...
分类:其他好文   时间:2020-10-18 10:07:54    阅读次数:33
38055条   上一页 1 ... 49 50 51 52 53 ... 3806 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!