package project_02; import java.util.Scanner; /**快捷键:shift+Alt+j * * 2018-9-7 18:44:47 *@author Sauron XiaMen */ public class Salary { //输入基本工资3000 pu... ...
分类:
其他好文 时间:
2018-09-07 20:10:34
阅读次数:
289
1.子元素过滤器介绍 :nth-child 获得指定索引的孩子,从1开始 :first-child 获得第一个孩子 :last-child 获得最后一个孩子 :only-child 获得独生子 2.代码实例 ...
分类:
Web程序 时间:
2018-09-06 23:54:47
阅读次数:
224
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev ...
分类:
其他好文 时间:
2018-09-03 13:44:48
阅读次数:
142
1)增加三要素: 1、往哪张表添加行:往class表添加 2、添加几列(id sname gender,company,salary,fanbu) 3、分别添加什么值(1,’张三’,’男’,’哈哈’,’6666.66’,666) insert into class(id sname gender,c ...
分类:
数据库 时间:
2018-08-31 23:28:34
阅读次数:
194
product_list = [ ('Iphone',5800), ('Mac Pro',9800), ('Bike',800), ('Watch',10600), ('Coffee',31), ('Alex Python',120)]shop_dist=[]salary=input(" inpue ...
分类:
微信 时间:
2018-08-31 19:18:01
阅读次数:
198
%s表示占位符,把s替换成d表示整数,把s替换成f 表示浮点。 name = input("name:") age = int(input("age:")) job = input("job:") salary = input("salary:") msg = ''' info of %s name ...
分类:
编程语言 时间:
2018-08-31 00:33:54
阅读次数:
148
Given scores of N athletes, find their relative ranks and the people with the top three highest scores, who will be awarded medals: "Gold Medal", "Sil ...
分类:
其他好文 时间:
2018-08-28 13:08:21
阅读次数:
150
A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer ...
分类:
其他好文 时间:
2018-08-23 12:05:19
阅读次数:
169
shopping=[('toy',50), ('clothes',100), ('iphone',5000), ('bike',400), ('hat',20), ('food',100)]buy_shopping=[]salary=int(input('input your salary:'))w ...
分类:
其他好文 时间:
2018-08-22 14:57:56
阅读次数:
96
题目描述 查找当前薪水(to_date='9999-01-01')排名第二多的员工编号emp_no、薪水salary、last_name以及first_name,不准使用order byCREATE TABLE `employees` (`emp_no` int(11) NOT NULL,`birt ...
分类:
其他好文 时间:
2018-08-20 20:13:44
阅读次数:
229