Java版本的2048游戏
☆33Sep 24, 2016Updated 9 years ago
Alternatives and similar repositories for G2048
Users that are interested in G2048 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 分布式雪花算法全局生成器的SDK,DistributedID的SDK方式接入☆22Jan 21, 2017Updated 9 years ago
- Java small game (Java桌面版小游戏)☆62Aug 14, 2017Updated 9 years ago
- Java实现的俄罗斯方块小游戏☆15Sep 23, 2016Updated 9 years ago
- 一些自己写的java游戏☆111Apr 20, 2019Updated 7 years ago
- 分布式锁的几种实现方法:redis实现分布式锁☆12Dec 5, 2016Updated 9 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Java Web项目 东大拼车网站☆10Feb 23, 2017Updated 9 years ago
- 电信采集项目 功能模块: 1、采集模块:对用户的使用信息进行定期数据采集。分为子服务器、中央服务器。子服务器解析计费信息并发送至中央服务器,中央服务器接受数据并插入数据库中由整合模块对数据进行整合处理。 2、整合模块:将采集模块发送的数据信息整合生成所有用户计费数据日表t…☆12Oct 29, 2017Updated 8 years ago
- 一个简单的酒店在线业务系统,初学javaweb☆10Feb 28, 2018Updated 8 years ago
- WordPress4J是一种使用 Java语言和 MySQL数据库开发的开源、免费的 Blog(博客,网站)。☆10May 19, 2019Updated 7 years ago
- 基于Java开发的简单steam爬虫。使用jsoup+jdbc实现用户资料爬取存储以及商店页面游戏图片下载。☆11Mar 24, 2017Updated 9 years ago
- KindEditor 是一套开源的在线HTML编辑器,主要用于让用户在网站上获得所见即所得编辑效果,开发人员可以用 KindEditor 把传统的多行文本输入框(textarea)替换为可视化的富文本输入框。 KindEditor 使用 JavaScript 编写,可以无缝…☆12Aug 25, 2014Updated 12 years ago
- 魅狐引擎-游戏服务器开发引擎☆20May 4, 2016Updated 10 years ago
- 系统由 zigbee控制硬件模块及其连接模块,zigbee模拟网关(PC串口网关+转发服务器)、android控制终端APP 构成 PC串口网关用C#作为开发语言,Visual Studio作为开发工具。PC串口网关用串口控件进行读取串口数据,并发给转发服务器。 转发服务器…☆15Jun 16, 2016Updated 10 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 使用Maven构建的SSM项目 ,仿起点网,未完工☆10Jun 13, 2017Updated 9 years ago
- 【Java快速面试指南】Java基础、异常、集合、并发编程、JVM、Spring全家桶、MyBatis、Redis、数据库、中间件MQ、Dubbo、Linux、Tomcat、ZooKeeper、Netty等等。☆15May 29, 2020Updated 6 years ago
- 抓取国内天气状况接口,Java版☆12Sep 1, 2016Updated 10 years ago
- 我服务器的nginx配置, 包括https、反向代理、各站点配置、日志切割☆29Jan 25, 2019Updated 7 years ago
- 用J2SE写的一个坦克大战小游戏,巩固一下java基础☆184Sep 19, 2020Updated 6 years ago
- React demo☆11Jul 2, 2016Updated 10 years ago
- 供应链的销售模块,包含销售订单,预订单,销售出库,销售订单修订等等。也包含与财务的数据交互如:传会计平台,传应收和应付等,给凭证制单填写业务数据☆15Jul 4, 2018Updated 8 years ago
- JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) -> 代码生成器模式 -> 手工MERGE智能开发), 可以帮助解决Java项目60%的重复工作,让…☆16Nov 3, 2017Updated 8 years ago
- Generally useful macros for C/C++ programming☆15Jun 29, 2024Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- java斗地主单机游戏源码☆13Jun 28, 2017Updated 9 years ago
- easy detour-, vftable-, iat- and eathooking☆12Mar 30, 2016Updated 10 years ago
- 二十四史 文言文-白话文 对照☆11May 9, 2018Updated 8 years ago
- 一个基于Java的开源游戏服务器框架实现,使用了Netty、ProtoBuf、Disruptor等☆27Mar 31, 2016Updated 10 years ago
- weixin-mp-java 基于Java,Spring,Maven实现的微信公众平台一整套代码,从前端Controller到后端的Dao的实现<br /> ============== 1.0.1 2013-1月更新: 支持上传下载多媒体文件 支持接收消息(语音似乎总有…☆166Jun 5, 2015Updated 11 years ago
- DS-Java论坛,以实验室名命名,采用Java流行的SSH框架搭建 ,是一款类CSDN的论坛类项目。网站界面简洁,设计风格清爽,包含现阶段论坛的绝大多数功能,在内容方面,本网站可以实现发帖、热贴申精、版块内容的明确划分;在评论方面,网站提供用户的不同身份的评论权限,对个人评…☆17Aug 19, 2016Updated 10 years ago
- go 协程池 的三种实现方式,可以作为参考原型 // Three implementation methods of go coroutine pool, which can be used as reference prototypes☆12Apr 18, 2018Updated 8 years ago
- Go语言编写单机版,并发版,分布式版网络爬虫🐱👤☆16May 1, 2018Updated 8 years ago
- 扫雷游戏(java版)☆87Feb 14, 2015Updated 11 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- use angr to deobfuscation☆11Oct 8, 2019Updated 6 years ago
- CVE-2024-0044☆12Aug 24, 2024Updated 2 years ago
- 🐉 Dante Cloud 是支持阻塞式与响应式服务并行的微服务云原生基座和面向AI Agent开发的智能基座,基于领域驱动模型(DDD)设计,以高质量代码与低安全漏洞为核心,高度模块化、组件化,覆盖IoT设备认证、国家等保三级、接口国密数字信封加密等多层次安全体系,并提…☆18Updated this week
- 新闻发布系统,新闻后台管理 BootStrap+Jsp+Servlet+Jdbc+Mysql+Jquery+Ajax☆32May 1, 2017Updated 9 years ago
- SpringBoot 整合常用框架,druid、mybatis、jpa、dubbo、redis、web等及使用示例,常用工具类等☆14Oct 11, 2023Updated 2 years ago
- Auto scaling goroutine pool.☆20Jul 29, 2022Updated 4 years ago
- 《深度解析Java游戏服务器开发》源码☆105Mar 27, 2017Updated 9 years ago