会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
byfei
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
14
15
···
95
下一页
2019年6月9日
[h5棋牌项目]-06-单件类
摘要: #pragma once#include "Stdafx.h"struct tagRedPacket{ WORD id; WORD sendId; WORD m_wRedPacketUser[GAME_PLAYER]; //红包数组 bool m_bLoo...
阅读全文
posted @ 2019-06-09 15:34 byfei
阅读(34)
评论(0)
推荐(0)
2019年6月8日
Windows 黑科技工具推荐
摘要: https://zhuanlan.zhihu.com/p/26077080 Everything 是Windows 上一款文件快速搜索软件。
阅读全文
posted @ 2019-06-08 16:10 byfei
阅读(71)
评论(0)
推荐(0)
2019年6月1日
[h5棋牌项目]-05-重载配置导致的内存泄露
摘要: vector的内存释放 https://www.cnblogs.com/summerRQ/articles/2407974.html
阅读全文
posted @ 2019-06-01 17:13 byfei
阅读(39)
评论(0)
推荐(0)
2019年5月28日
[h5棋牌项目]-04-时间戳与日期格式的相互转换
摘要: mysql 时间戳与日期格式的相互转换 https://blog.csdn.net/u013372487/article/details/48131589 sqlserver 时间戳--日期 转换 https://blog.csdn.net/sinat_201...
阅读全文
posted @ 2019-05-28 11:51 byfei
阅读(66)
评论(0)
推荐(0)
2019年5月27日
[手游项目4]-sql server数据库
摘要: 关于网狐棋牌的数据库 https://blog.csdn.net/ljxfblog/article/details/23024855 网狐棋牌框架数据库相关说明 https://jingyan.baidu.com/article/3ea51489a3a9f95...
阅读全文
posted @ 2019-05-27 15:04 byfei
阅读(92)
评论(0)
推荐(0)
[h5棋牌项目]-02-找出数组中不重复的数
摘要: 找出数组中不重复的数-Java https://blog.csdn.net/d12345678a/article/details/54233795 【剑指offer】找出数组中任意重复的数字(不修改数组),C++实现 https://www.cnblogs.c...
阅读全文
posted @ 2019-05-27 11:36 byfei
阅读(66)
评论(0)
推荐(0)
[h5棋牌项目]-01-第一天-网狐框架环境安装
摘要: 后端安装vs2012 vs2017xp编译环境VS2012开发可运行在win7和xP的程序 https://blog.csdn.net/wangcg123/article/details/49506251直接电脑管家搜索Visual Studio 2012 ...
阅读全文
posted @ 2019-05-27 11:15 byfei
阅读(266)
评论(0)
推荐(0)
2019年4月16日
[手游项目3]-22-golang slice 排序
摘要: package mainimport ( "fmt" "sort")/*slice 简单排序示例*/func main() { //定义一个年龄列表 ageList := []int{1, 3, 7, 7, 8, 2, 5} /...
阅读全文
posted @ 2019-04-16 13:44 byfei
阅读(46)
评论(0)
推荐(0)
[手游项目3]-21-MongoDB的安装和使用
摘要: windows下MongoDB以及MongoVUE的安装和使用https://blog.csdn.net/m1766521525/article/details/79902793启动cmd默认路径C:\Program Files\MongoDB\Server\...
阅读全文
posted @ 2019-04-16 09:09 byfei
阅读(65)
评论(0)
推荐(0)
2019年4月8日
[手游项目3]-20-golang向上取整、向下取整和四舍五入
摘要: 一、概述官方的math 包中提供了取整的方法,向上取整math.Ceil() ,向下取整math.Floor() 二、用法package mainimport ( "fmt" "math")func main(){ x := 1.1 f...
阅读全文
posted @ 2019-04-08 18:52 byfei
阅读(475)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
95
下一页
公告