钟柱的博客

坚持做一些自己觉得好玩的事儿


  • 首页

  • 技术

  • 感想

  • 闲暇

  • 搜索
close

How to Work With JSON in MariaDB

时间: 2020-04-27   |   分类: 技术     |   阅读: 1092 字 ~3分钟
In my last post When SQL Meets NoSQl, we talked about MariaDB can combine both SQL and NoSQL in the same database engine. Today, let’s find out how. We’re going to use Docker image to start a MariaDB container, then try out CRUD (Create/ Read/ Update/ Delete) on JSON documents stored in the same relational database table. Start MariaDB in a Docker container % docker run --name mariadb -e MYSQL_ROOT_PASSWORD=example
阅读全文 »

When SQL Meets NoSQL

时间: 2020-04-22   |   分类: 技术     |   阅读: 447 字 ~1分钟
When you’ve got a project running for a long time, you’re likely running MariaDB as your database engine. Reasons are simple: You cannot use MySQL due to its GPL license and MariaDB is the true free version of MySQL. Sooner or later you’ll probably think of something called “NoSQL”. It’s a useful technology and it’s often used in the design lately. For example, your e-commerce website needs to store many
阅读全文 »

用GitHub Actions来自动编译和推送Hugo网站

时间: 2020-04-16   |   分类: 技术     |   阅读: 1356 字 ~3分钟
前几天在朋友圈里说要继续写博客并要转向Hugo,有两位朋友推荐用如下方式简化Hugo网站的推送。 Hugo + GitHub Actions, 或者 Hugo + Netlify 觉得都挺有意思,准备都试试
阅读全文 »

把博客从Hexo转到了Hugo

时间: 2020-04-14   |   分类: 技术     |   阅读: 1157 字 ~3分钟
从前天开始了个人博客从Hexo迁移到Hugo的旅程。统共分四步: 建新的GitHub Repo来host博客的源文件 把Hexo的博客源文件转成H
阅读全文 »

重新开始写Blog吧

时间: 2020-04-12   |   分类: 感想     |   阅读: 87 字 ~1分钟
最近想试试Hugo写文档才想起来以前用Hexo写的博客,居然最后一篇博客是4年前写的。真的是越来越懒了。 2020年计划: 把博客从Hexo转到
阅读全文 »

用Phaser和PhoneGap来开发iOS和Android游戏 - 5. 显示游戏场景

时间: 2016-04-10   |   分类: 技术     |   阅读: 4421 字 ~9分钟
上一篇博客讲在Play.preload()中把游戏需要的资源(图片,tile map文件等等)加载到内存中,今天我们将把内存中的资源显示到手机
阅读全文 »

压缩游戏里的PNG图片

时间: 2016-04-05   |   分类: 技术     |   阅读: 330 字 ~1分钟
游戏里面肯定会有很多的图片,图片的大小会对游戏的性能产生影响。所以,在不影响美术效果的情况下尽量要用分辨率低的图片。 今天发现了一个挺好的网页
阅读全文 »

用Phaser和PhoneGap来开发iOS和Android游戏 - 4. Phaser基础知识

时间: 2016-03-28   |   分类: 技术     |   阅读: 4139 字 ~9分钟
上一篇博客我们用Tiled这个工具来生成了游戏场景。今天终于要开始写代码了,我们将开始使用Phaser把游戏场景文件(tiles.png, l
阅读全文 »
1 2
钟柱

钟柱

架构, 写代码, 自动化测试, 看书, 音乐, 画画

15 日志
2 分类
16 标签
GitHub 微博
© 2016 - 2020 钟柱的博客
Powered by - Hugo v0.69.0
Theme by - NexT
0%