摘要: FROM: http://lazyfoo.net/tutorials/SDL/index.php Beginning Game Programming v2.0 Last Updated 7/30/20 Greetings everyone, welcome to the ground up rec 阅读全文
posted @ 2018-08-27 17:29 D: 阅读(257) 评论(0) 推荐(0) 编辑
摘要: FROM: Lazy Foo'Productions - Setting up SDL 2 on Visual Studio 2010 Ultimate Setting up SDL 2 on Visual Studio 2010 Ultimate Last Updated 2/8/15 1)Fir 阅读全文
posted @ 2018-08-27 11:47 D: 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 重点 初学SDL2,此处为笔记。有错误还请指出。 13)When our SDL 2 application runs, the operating system needs to be able to find the dll file.Go find the SDL 2 lib folder y 阅读全文
posted @ 2018-08-24 10:56 D: 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 在已有SpringBoot工程中基于MariaDB驱动使用HikariCP 连接池 环境:SpringBoot2.0.2 、MariaDB驱动版本2.2.3、HikariCP2.7.8 1.在SpringBoot工程的POM文件中引入MariaDB驱动和HikariCP 2.在配置文件中配置 以上为 阅读全文
posted @ 2018-08-22 14:44 D: 阅读(3608) 评论(0) 推荐(0) 编辑
摘要: 目前项目结构是VUE做前端,后端采用微服务架构,在开发时前端需要跨域请求数据,通过CorsConfig配置解决了简单跨域请求需要。但当需要在请求的header中增加token信息时,出现了请求失败的情况,浏览器和后台均出现OPTIONS类型请求相关提示。 搜索资料后发现,在设置了header之后,浏 阅读全文
posted @ 2018-07-19 09:51 D: 阅读(6709) 评论(0) 推荐(1) 编辑
摘要: --select-- 设置默认选中值方法: 阅读全文
posted @ 2017-08-16 15:29 D: 阅读(115) 评论(0) 推荐(0) 编辑
摘要: test 100% 阅读全文
posted @ 2017-07-24 20:50 D: 阅读(4856) 评论(0) 推荐(0) 编辑
摘要: 目前环境:win7 xampp 从phalcon 官网下载如下包:https://phalconphp.com/en/download/windows phalcon_x86_vc11_php5.6.0_2.1.0.RC1 将该包中的文件:php_phalcon.dll 复制到 xampp安装目录中 阅读全文
posted @ 2016-04-22 23:44 D: 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 此安装参考了网上各方资料,最终整理的内容为本次安装涉及的部分。 一、准备安装材料: 1.从http://windows.php.net/download/ 下载5.6.19 线程安全版(使用apache搭配需要使用线程安全版) 2.从https://www.microsoft.com/en-us/d 阅读全文
posted @ 2016-03-30 22:23 D: 阅读(3108) 评论(0) 推荐(0) 编辑
摘要: 注:以下是基于 别人的教程或笔记来操作并按照自己的操作记录的纯文字版编译和hello lua过程。原图文版链接: 原文链接1.创建空的解决方案: 文件->新建->项目->其他项目类型->Visual Studio解决方案->空白解决方案 名称:lua53 位置:.. 接下来在这个解决方案中创... 阅读全文
posted @ 2015-07-06 00:33 D: 阅读(899) 评论(0) 推荐(0) 编辑