- 博客(9)
- 收藏
- 关注
原创 C#比较优雅的实现时分秒显示
int totalTime;// 秒var seconds = (int)(totalTime% 60);var minutes = (int)(totalTime/ 60) % 60;var hours = (int)(totalTime/ 3600) % 60;var string = string.Format("{0:00}:{1:00}:{2:00}",hours,minut...
2020-05-01 10:16:24
1175
原创 图片字转fnt的工具下载链接
http://www.cncrk.com/downinfo/71892.html
2014-12-29 15:41:29
907
原创 mysql连续查询相同表格进行比较
连续查询2个表的时候,可以用sql语句进行比较。。。比如可以查询一个表里面第一天多少玩家登陆,第二天这些玩家再次登陆有多少个,到第三天、第四天。。。。 select count(a.user_id) from ( select distinct uid from log_login where logtime>=unix_timestamp('2014-1-1 00:00:00')
2014-01-02 17:52:43
461
转载 过滤敏感词,脏词
http://blog.csdn.net/lyflower/article/details/5890132
2014-01-02 15:20:22
1019
转载 coco2d-x内存优化
http://xiaominghimi.blog.51cto.com/2614927/1085955
2013-12-10 16:37:50
465
转载 cocos2d-x嵌入lua
最近项目需要用到lua,多谢黑米大神,省了不少时间哈。。http://blog.csdn.net/xiaominghimi/article/details/8816887
2013-11-24 15:45:46
345
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人