搜索资源列表
shijian
- 易语言时间格式化。方便转换成各种想调用的格式,只有一个子程序,方便调用学习-Easy language format. Want to call format, easy to convert only one subroutine, easy call to learn
DateTime
- 通过DLL库调取转换自定义格式的日期时间值,方便日常软件调用时间-DLL libraries by converting the date of the transfer of the time value defined format, to facilitate the daily software calls time
Timeshift
- 把(时间戳/秒)转换成(X天X小时X分X秒)的格式,而不是 年/月/日/时分秒 那种时间格式。-(Timestamp/ Sec) into (X days, X hours X minutes X seconds) format instead of year/month/day/hours, minutes and seconds kind of time format.
精易模块V6.1
- 修复 - 编码_usc2到ansi() 多了其它字符,会出现数组出错问题 ' 修复 - 编码_ansi到usc2() 加快N倍的转换速度 ' 修复 - 编码_URL编码GBK () 第二个参数无效的问题 ' 修复 - 运算_表达式计算() 出现数据格式错误的部分问题 ' 修复 - 文本_颠倒 () '命令中文字出现乱码 ' 修复 - 时间_取随机时间戳() 在有的系统里返回前面会多个零(Repair - encoding _usc2 to ANSI () more other char
精易模块7.6.0
- 源码MD5:73ecb59958395baebdebcccac1115ce0 模块MD5:53e97b77a3f28e6bd844a324e035556c 一、新增 1、新增“文本_取某位置文本”,返回指定位置处的文本;感谢【@huangxy0051 】提供; 2、新增“文件_是否被占用”检查目标文件是否处于占用状态; 3、新增“窗口_取句柄_递归”用递归的方式取指定类名的句柄,成功返回控件的句柄,失败返回0; 4、新增“窗口_取顶端文件夹路径”成功返回路径,失败返回空文本; 5、