li = [ {'name':'苹果','price':10}, {'name':'香蕉','price':20}, {'name':'西瓜','price':30} ] car = {} print('欢迎光临AJ小店') money = input('请输入您的余额') if money.isd... ...
分类:
其他好文 时间:
2019-04-30 23:30:36
阅读次数:
155
package com.Summer_0430.cn; /** * @author Summer * 定义一所图书馆Library,有 * 图书 * 书名 * 作者 * 单价 * 管理图书 * * 要求:创建一所图书馆,管理图书 */ class Library{ static class Book... ...
分类:
其他好文 时间:
2019-04-30 21:27:38
阅读次数:
107
一、爬虫基本步骤 指定URL信息 发起请求 获取响应数据 对响应数据进行数据解析 持久化存储 二、数据解析 1. 正则表达式 (1) 基本语法 (2) 相关案例 2. Beautifulsoup (1) 环境安装 (2) 基础使用 3. xpath (1) 选取节点 | 表达式 | 描述 | | | ...
分类:
其他好文 时间:
2019-04-29 21:21:00
阅读次数:
184
在<script>中: $(function(){ var num=$(".price").length;/*获取应用了class="price"的标签数量*/ for(var i=0;i<num;i++){ if($(".price")[i].innerText!="") $(".price")[ ...
分类:
Web程序 时间:
2019-04-29 12:16:47
阅读次数:
145
package electriccharge; public class Power { final double PRICE = 1.2; private double lastmonthpower; private double thismonthpower; public void setla ...
分类:
其他好文 时间:
2019-04-28 20:42:27
阅读次数:
153
For sale online Truck Adblue Emulator For SCANIA See the price Where to buy? Truck Adblue Emulator For SCANIA is the best selling product in the marke ...
分类:
数据库 时间:
2019-04-26 00:45:56
阅读次数:
186
For sale online Truck Adblue Emulator For SCANIA See the price Where to buy? Truck Adblue Emulator For SCANIA is the best selling product in the marke ...
分类:
数据库 时间:
2019-04-26 00:10:35
阅读次数:
190
数据库设计表结构[dbo].[AdminInfo] AdminID, AdminName, AdminPassword, RoleID [dbo].[BK_Car] ID, CarID, ISBN, BookName, Price, Num [dbo].[BookInfo] ISBN, BookNa... ...
分类:
其他好文 时间:
2019-04-24 00:01:20
阅读次数:
177
1)活动模型设计 配饰秒杀的模型(promoModel)id promoName startDate(建议使用joda-time) endDate itemId promoItemPrice 数据库(promo)id promo_name start_date item_id promo_item_ ...
分类:
编程语言 时间:
2019-04-21 17:28:50
阅读次数:
174
触发器时为执行业务规则和保持数据完整性而提供的一种机制,它可以在执行插入、更新,删除等操作的前后自动触发。触发器与存储过程类似,但是让不接收输入\输出参数没也不能被显式调用,只能有服务器事件自动触发,根据一起执行触发器语言的不同,可将其分为DML触发器和DDL触发器 1、DML触发器 根据DML触发 ...
分类:
数据库 时间:
2019-04-20 12:47:38
阅读次数:
193