会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
byfei
博客园
首页
新随笔
联系
管理
订阅
08 2018 档案
[手游项目2]-13-mysql代码自动建表
摘要:自动创建表static std::string m_SqlTable = "create table if not exists log_counter_%d(\`Id` int(11) NOT NULL AUTO_INCREMENT,\`ServerId` ...
阅读全文
posted @
2018-08-30 14:11
byfei
阅读(59)
评论(0)
推荐(0)
编辑
[手游项目2]-12-min 到max随机n个不同的数
摘要:#include #include int Rand(int from,int to){ int nDec, nMin; if (from > to) { nDec = from - to + 1; nMin = to; } else { n...
阅读全文
posted @
2018-08-30 14:04
byfei
阅读(63)
评论(0)
推荐(0)
编辑
[手游项目2]-11-linux下浮点数和整数相乘bug
摘要:bug, 正确
阅读全文
posted @
2018-08-08 15:53
byfei
阅读(32)
评论(0)
推荐(0)
编辑
公告