• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
螃蟹落翎沫
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 下一页

2020年4月6日

java day2
摘要: ‘0’ - - - -48 ‘A’ 65 'a' 97 前++,变量立刻+1,然后使用该结果使用 后++,先使用变量,再让变量+1 && , ||, 具有短路效果 三元运算符 数据类型 变量名称 = 条件判断?表达式A:表达式B int a = 10; int b = 11; int max = a 阅读全文
posted @ 2020-04-06 21:10 螃蟹落翎沫 阅读(152) 评论(0) 推荐(0)
 
 

2020年4月5日

java day1
摘要: java变量 1.局部变量 2.类变量(静态变量) 3.成员变量(非静态变量) java的编译 java源程序->编译->字节码程序->解释执行->解释器->操作系统 开始!!! 常量的分类 1.字符串常量 “” 2.整数常量 3.浮点数常量 4.字符常量 ‘’ 5.布尔常量 6.空常量 字符串不是 阅读全文
posted @ 2020-04-05 23:26 螃蟹落翎沫 阅读(91) 评论(0) 推荐(0)
 
 

2019年12月9日

转换成(大)小写字母
摘要: 位运算 大写变小写、小写变大写 : ASCII码 ^= 32 大写变小写、小写变小写 : ASCII码 |= 32 小写变大写、大写变大写 : ASCII码 &= -33 /** * @param {string} str * @return {string} */ var toLowerCase 阅读全文
posted @ 2019-12-09 23:11 螃蟹落翎沫 阅读(158) 评论(0) 推荐(0)
 
 

2019年10月12日

模态框扩展
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>周末 阅读全文
posted @ 2019-10-12 15:44 螃蟹落翎沫 阅读(160) 评论(0) 推荐(0)
 
 

2019年10月11日

自定义动画,点赞
摘要: <!DOCTYPE html><html lang="zh-CN"><head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="w 阅读全文
posted @ 2019-10-11 20:39 螃蟹落翎沫 阅读(99) 评论(0) 推荐(0)
 
反选
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>hwork</title> <style> th{ text-align: center; } td{ text-align: center; } #b2{ margin-left: 25px; } #b3{ margin-left:25px; } </ 阅读全文
posted @ 2019-10-11 20:13 螃蟹落翎沫 阅读(100) 评论(0) 推荐(0)
 
自定义模态框
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>自定 阅读全文
posted @ 2019-10-11 20:13 螃蟹落翎沫 阅读(96) 评论(0) 推荐(0)
 
左侧标签
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <title>Title</title> <style> * { margin: 0; padding: 0; } .menu-items{ text-align: center; border-bottom: 1px solid #23282e; backgroun 阅读全文
posted @ 2019-10-11 20:10 螃蟹落翎沫 阅读(71) 评论(0) 推荐(0)
 
购物车简例
摘要: # v# -*- coding: utf-8 -*- # """ # Created on Fri Aug 23 14:23:55 2019 # # @author: ITS # """ # # total_money = int(input('user money:\n')) # goods = [ # {"name": "电脑", "price": 1999}, # {"name": "鼠标" 阅读全文
posted @ 2019-10-11 20:10 螃蟹落翎沫 阅读(86) 评论(0) 推荐(0)
 
文档加载完绑定事件,并且阻止默认事件发生:
摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>登录 阅读全文
posted @ 2019-10-11 20:09 螃蟹落翎沫 阅读(163) 评论(0) 推荐(0)
 
 
上一页 1 2 3 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3