lua
明雨-开发
程序员,淇县北阳。毕业于河师大。写的资源都是自己在真实的项目中用过的,希望对程序有用,帮到更多开发朋友。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
欢迎使用优快云-markdown编辑器
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl原创 2015-04-20 20:04:51 · 333 阅读 · 0 评论 -
java,lua,c++三种语言的分割字符串
java 中分割字符串,public class StringSplit { public static void main(String[] args) { String sourceStr = "1,2,3,4,5"; String[] sourceStrArray = sourceStr.split(","); for (i原创 2015-08-12 20:18:32 · 603 阅读 · 0 评论 -
lua中读取时间
local time = timestampAlign10(StringUtils:Time())local timeNow = StringUtils:FormatTime("%Y%m%d%H%M%S",time);if type == "Tim" then ---------当前时分秒local tim = tonumber(timeNow) % 1000000;原创 2015-09-18 17:14:35 · 833 阅读 · 0 评论 -
lua中获取系统当前的时间
--Returns the current time when called without arguments, or a time representing the date and time specified by the given table. This table must have fields year, month, and day, and may have fields h原创 2016-03-03 18:31:18 · 5808 阅读 · 1 评论
分享