• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
倪殤
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 8 9 10 下一页
2017年4月12日
【问题交流】JAVA 基础 switch 执行顺序的问题
摘要: Java codepublic class Test_A {public static void main(String[] args) {int i=1, j=0;switch(i) {case 2:j+=6;case 4:j+=1;default:j +=2;case 0:j +=4;}Syst 阅读全文
posted @ 2017-04-12 16:09 倪殤 阅读(481) 评论(1) 推荐(0)
h5/css动态旋转木马源码
摘要: html,body{ height: 100%;} *{ box-sizing:border-box;} .imgBox{ transform-style: preserve-3d; position: relative; width:100px; height: 100px; margin:200 阅读全文
posted @ 2017-04-12 11:14 倪殤 阅读(519) 评论(0) 推荐(0)
2017年4月11日
javascript系列丛书之读后感
摘要: 很难想象这是一本只有60几页的畅销书,也很想象就这本书竟然说出了世界上最伟大的真理。为何我们“知道”,却“做不到”,缺少的那一环就是,就是有间歇的重复,即重复、重复、重复。就连这个真理,其实我很早之前就知道的。但很多事情只是你以为你知道罢了。记得念数学时,要求填某个表格,写一些东西,记得在上面写了一 阅读全文
posted @ 2017-04-11 11:23 倪殤 阅读(301) 评论(0) 推荐(0)
java运行闪退,报错如下,是因为ole32.dll的问题吗?
摘要: 报错如下,是因为ole32.dll的问题吗?## A fatal error has been detected by the Java Runtime Environment:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fefe 阅读全文
posted @ 2017-04-11 10:51 倪殤 阅读(997) 评论(1) 推荐(0)
2017年4月10日
js - flex布局测试案例:完美居中
摘要: <span>I love flex layout!</span><style>body{display:flex;justify-content:center;align-items:center;font-size:3em;color:#00ffff;}</style>![enter image 阅读全文
posted @ 2017-04-10 14:58 倪殤 阅读(177) 评论(0) 推荐(0)
切换为文本框编辑状态,点击空白区域保存修改
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link href="https://cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="s 阅读全文
posted @ 2017-04-10 13:35 倪殤 阅读(220) 评论(0) 推荐(0)
2017年4月9日
前端工程师源码分享:html5 2d 扇子
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>折扇</title> <style> *{margin:0;padding:0;} ul,ol,li{list-style:none;} ul{width:40 阅读全文
posted @ 2017-04-09 13:56 倪殤 阅读(302) 评论(0) 推荐(0)
2017武汉马拉松4月9日开跑啦~~~
摘要: 湖北日报网消息 (记者 吴康安)2017武汉马拉松于4月9日早上7:30鸣枪开跑,来自国内外的22000名选手共同参加这一国际性赛事。 据组委会介绍,本届武汉马拉松共有122317人报名参赛,2.2万人中签。其中包括来自美国、法国、英国、澳大利亚、日本等22个国家171名外籍大众选手,23名特邀精英 阅读全文
posted @ 2017-04-09 10:21 倪殤 阅读(226) 评论(0) 推荐(0)
2017年4月8日
js实现100秒倒计时和简易时钟
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>100s倒计时</title> <style> body,div{margin:0;padding:0;} body{color:#fff;font:16px/1.5 \5fae\ 阅读全文
posted @ 2017-04-08 10:24 倪殤 阅读(739) 评论(0) 推荐(0)
刚学java的小白想问个关于读取键盘输入数字的问题
摘要: import java.util.*; public class Main { public static void main(String[] args) { Main main= new Main(); Menu start = new Menu(); main.checkId(); Syste 阅读全文
posted @ 2017-04-08 09:41 倪殤 阅读(1020) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3