电脑技巧: June 2009的归档

jni中的字符编码问题

| 暂无评论

    以前在使用jni中,发现jni字符问题,另外jni还存在着线程的不安全性,着实感觉jni不怎么地,但是目前没有好的jni的替代方案,这次介绍的是jni字符编码问题中需要注意的一个问题。

Pidgin and Yahoo (1)

| 暂无评论
As of June 17, 2009, Pidgin users are having trouble connecting to Yahoo! IM accounts.  Here is a summary of the problem:
Yahoo! appears to be upgrading their servers to a new version of their software.  This new version requires a new authentication method.  The latest version of Pidgin, 2.5.6, does not support this new authentication method.  The next version, 2.6.0, will, but it has not yet been released.

    perl模块是perl的库,就好比c/c++写的可执行文件需要用到.a静态库和.so动态库一样。
    CPAN(http://www.cpan.org/)是perl官方站点(http://www.perl.com/)的一个“军火库”,里面有上百万的perl模块,用来支撑perl强大的功能,从生物工程到天文计算,从宏观世界到原子力学,无所不有。
    为了很方便的安装perl模块,有人做了一个CPAN模块,用cpan命令来管理和安装CPAN网站上的所有perl模块。