我在6.4版本中设置了松鼠邮件
而且,我完全安装了imap(dovecot),squirrelmail,sendmail.
并打开,端口110,143,25.
并设置一个关于imap的squirrelmail(通过./conf.pl)
而且,我访问了一个松鼠邮件引用.(domain/src/configtest.php).
...你可以阅读下面的文字.
此脚本将尝试检查SquirrelMail配置的某些方面,并指出错误,无论它们能找到它们.在运行此脚本之前,您需要先在config /目录中运行conf.pl.
SquirrelMail版本:1.4.22-3.el6 配置文件版本:1.4.0 配置文件最后修改时间:2013年6月22日00:53:13
检查PHP配置...
PHP版本5.3.3确定.
以N/A(N/A)/ N/A(N/A)运行
display_errors:
error_reporting:22527
variables_order OK:GPCS.
PHP扩展好的.动态加载被禁用.
检查路径......
数据目录好的.
附件目录好的.
插件好的.
主题好的.
默认语言OK.
检测到的基本URL为:http://mtest.gbs-korea.com/src(自动检测位置库)
检查外发邮件服务....
sendmail OK
检查IMAP服务....
IMAP服务器就绪(*OK [功能IMAP4rev1 LITERAL + SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH = PLAIN] Dovecot ready.)
功能:*功能IMAP4rev1 LITERAL + SASL-IR登录 - 参考ID启用IDLE STARTTLS AUTH = PLAIN
检查国际化(i18n)设置...
gettext - Gettext功能可用.在某些系统上,您必须编译适当的系统区域设置.
mbstring - 可以使用Mbstring函数.
recode - 重新编码功能不可用.
iconv …
如何显示数据的属性标签?我在为dbpedia本体工作,
我想做一个sparql查询,下面是我的示例查询.这个结果混淆了数据类型或对象类型,我想数据类型属性名称.
SELECT ?p ?pLabel ?domain ?range
{
?p rdfs:domain http://dbpedia.org/ontology/Person> .
}
ex:以下是数据类型示例,但我不能只选择数据类型,我想显示类型名称.
"chat"
'chat'@fr with language tag "fr"
"xyz"^^<http://example.org/ns/userDatatype>
"abc"^^appNS:appDataType
'''The librarian said, "Perhaps you would enjoy 'War and Peace'."'''
1, which is the same as "1"^^xsd:integer
1.3, which is the same as "1.3"^^xsd:decimal
1.300, which is the same as "1.300"^^xsd:decimal
1.0e6, which is the same as "1.0e6"^^xsd:double
true, which is the same as "true"^^xsd:boolean
false, which is the same as "false"^^xsd:boolean
expect to result
Run Code Online (Sandbox Code Playgroud)
期望结果(仅数据类型)
typename <- …Run Code Online (Sandbox Code Playgroud)