1.配置application.yml mybatis: mapper-locations: classpath:/mybatis/mapping/*.xml configuration: map-underscore-to-camel-case: true #开启驼峰命名 database-id: ...
分类:
数据库 时间:
2019-12-30 14:13:05
阅读次数:
549
1. Introduction 2. Early Online and Multiplayer Games 3. Recent Online and Multiplayer Games 4. Basic Internet Architecture 5. Network Latency, Jitter ...
分类:
Web程序 时间:
2019-12-27 00:23:23
阅读次数:
142
Spring对数据库的操作在jdbc上面做了更深层次的封装,而JdbcTemplate便是Spring提供的一个操作数据库的便捷工具。我们可以借助JdbcTemplate来执行所有数据库操作,例如插入,更新,删除和从数据库中检索数据,并且有效避免直接使用jdbc带来的繁琐编码。 JdbcTempla ...
分类:
数据库 时间:
2019-12-24 14:02:39
阅读次数:
106
In 12th Zhejiang College Students Games 2007, there was a new stadium built in Zhejiang Normal University. It was a modern stadium which could hold th ...
分类:
其他好文 时间:
2019-12-06 00:09:35
阅读次数:
169
简单的小游戏制作,代码量只有两三百行。游戏可自行扩展延申。 源码已发布至github,喜欢的点个小星星,源码入口: "game snake" 游戏已发布,游戏入口: "http://snake.game.yanjd.top" 第一步 制作想法 游戏如何实现是首要想的,这里我的想法如下: 1. 利用c ...
分类:
其他好文 时间:
2019-11-30 19:27:47
阅读次数:
99
前段时间做了个游戏加速的项目,通过微软Azure Front Door为基于HTTP/HTTPS协议的休闲游戏加速,加速效果不错。 ...
分类:
其他好文 时间:
2019-11-30 19:21:07
阅读次数:
96
博文目录一、账号安全控制二、基本安全措施三、用户切换与提权四、开关机安全控制五、终端及登录控制一、账号安全控制用户账号是计算机使用者的身份凭证或标识,每个要访问系统资源的人,必须凭借其用户账号才能进入计算机。在Linux操作系统中提供了多种机制来确保用户账号的正当、安全使用。二、基本安全措施1、系统账号各种非登录用户账号中,还有相当一部分是很少用到的,如“games”等,这些用户账号可以视为冗余账
分类:
系统相关 时间:
2019-11-25 16:47:19
阅读次数:
94
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to pl ...
分类:
其他好文 时间:
2019-11-13 22:31:01
阅读次数:
129
二分的情况不同所输出的模板也不同列如下面两个题目 The Frog's Games 代码如下 //二分专练 #include <stdio.h> //lower_bound大于等于它的第一个数 #include <iostream> //upper_bound大于 它的第一个数 #include < ...
分类:
其他好文 时间:
2019-11-10 15:31:34
阅读次数:
76
We have established some guidelines for 3D games to reduce crashes and optimize performances, please have a look and make sure to follow above ones. L ...
分类:
其他好文 时间:
2019-10-14 11:02:50
阅读次数:
107