摘要:
"[phpBB]论坛积分模块 Ultimate Points System 安装及配置" "[github]phpBB Ultimate Points Extension 3.1.x" 阅读全文
摘要:
"Perl+OpenGL 重绘inkscape生成的svg矢量图" 还不够完善,先挖个坑,后面慢慢填 Code: [全选] [展开/收缩] [Download] (Untitled.pl) =info Author: 523066680 Date: 2016 11 =cut use IO::Hand 阅读全文
摘要:
"原来Perl获取汉字的点阵如此简单" 示例脚本应保存为utf8格式 Code: [全选] [展开/收缩] [Download] (Untitled.pl) use GD; use utf8; my $gd = GD::Image new(40, 20); 1 my $black = $gd col 阅读全文
摘要:
"Win32API::File 判断文件/文件夹是否为符号链接" Win32::Unicode 好像无法做这方面的判断,只能判断是否为目录、文件、文件是否存在。 Win32API::File 则支持 GetFileAttributesW GetFileAttributes 的返回值常量列表,可参考 阅读全文
摘要:
"[Perl] Windows 系统 Unicode 文件名操作(新建、重命名、枚举、复制)全攻略" 环境 XP/WIN7 Perl v5.16 编辑整理:PerlMonk、523066680 常见的那些文件操作函数都不支持,于是为了达到目的,需要各种方法配合,应该是不如其他语言方便。 我只是想看看 阅读全文
摘要:
原文:http://www.code by.org/viewtopic.php?f=60&t=284 错误提示 Font FreeType 0.07 perl Makefile.PL Build config: default Build flag LIB: lfreetype Build flag 阅读全文