Python进阶者 Python进阶者
3年前
基于HTML5打造的一款别踩白板小游戏
背景简介别踩白板这个游戏相信大家都玩过,这个是基于HTML5打造的简单小游戏,在PC端和移动端都能够运行,适应多种平台,今天我们使用原生JS搭配JQuery构建这个小游戏别踩白板。一、思路分析整体页面是一个大的矩形,长宽比例大概是3:2,然后游戏开始,不断有白板降落,然后一行是4个板,一块黑色板块,其余三块是白色板块,通过板块的点击事件绑定,然后判定是什么
Easter79 Easter79
3年前
term
Xshell使用技巧总结(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fzhangwuji%2Fp%2F7155575.html)
Wesley13 Wesley13
3年前
java 整合redis缓存 SSM 后台框架 rest接口 shiro druid maven bootstrap html5
!(https://img.alicdn.com/imgextra/i3/332189337/TB2ZRyRkbRkpuFjSspmXXc.9XXa_!!332189337.png)获取【下载地址】(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fitem.taobao.com
Wesley13 Wesley13
3年前
java后台框架源码 springmvc mybatis oracle mysql maven HTML5 bootstrap 全新技术
!(https://img.alicdn.com/imgextra/i3/332189337/TB2ZRyRkbRkpuFjSspmXXc.9XXa_!!332189337.png)获取【下载地址】(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fitem.taobao.
Stella981 Stella981
3年前
ETL工具datax任务构建可视化管理datax
一登录datax可视化管理系统dataxweb网址:http://127.0.0.1:8080/index.html(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2F127.0.0.
Wesley13 Wesley13
3年前
vscode安装vetur插件写.vue文件html代码无法格式化解决方法
文件首选项设置找到vetur插件点击“在settings.json中编辑”加入以下代码即可解决问题"vetur.format.defaultFormatter.html":"jsbeautifyhtml","vetur.format.defaultFormatterOptions":{
Stella981 Stella981
3年前
Beyond Compare脚本:命令行批量比较文件并生成html格式的差异报告
BComp.exe/silent/closescript/solo@E(https://my.oschina.net/endfunction):\\compareTest\\BCbatch.txttextreportlayout:sidebysideoptions:displayall,linenumberstitle:"re
Stella981 Stella981
3年前
PriorityBlockingQueue深度解析(好文)
本文引自:https://www.cnblogs.com/ElliottSuFaithchangeourlife/p/7472265.html(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2FElliottSuFaithchangeo
Stella981 Stella981
3年前
Eclipse + asp.net 开发
!back(http://colorer.sourceforge.net/images/back.png)(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcolorer.sourceforge.net%2Findex.html)Eclipseplatformplugin
Wesley13 Wesley13
3年前
HTML5印章绘制电子签章图片,中文英文椭圆章、中文英文椭圆印章
电子签章图片采集印章图片的采集两种互补方式:方式1:在线生成印章图片方式,但是这种方式有个弊端,对印章中公司名称字数有限制,字数越多可能就完蛋了。方式2:上传印章扫描件,系统来对扫描图片进行处理,提取扫描件中的印章图片。本文介绍方式1,方式2待后续发布,方式1本来想用java实现印章图片生成,虽