liujia 发布的文章

向网友求助在Windows 10中以管理员身份运行的程序不能输入汉字的问题

标题:Windows 10中普通用户“以管理员身份运行”的程序无法输入中文,只能英文
链接:https://answers.microsoft.com/zh-hans/windows/forum/windows_10-ime/windows/18f36de3-4bee-47a1-ace1-a6ea3c95e0b8?tm=1475574305938

更新:在现有版本里已经可以输入中文了,Microsoft Windows 版本 1607 (OS内部版本 14393.953)。

请输入图片描述

理光Aficio 1115P打印机64位驱动程序

一位阿伯说家里的打印机安装不上驱动程序,叫我去看看。

上门看,查看型号是 Aficio 1115P ,到理光的官方网站,仅有32位系统的驱动程序。但客户的系统是Windows 7 64位的。且不太可能重装成32位的系统,因为内存超过4GB。

打理光官方网站的售后电话,一个男声客服告诉我可以试用 Aficio 1015/1018 的驱动程序,因为两者是差不多的。

照客服说的去尝试,成功。感谢。

在Debian 8系统里安装pocketmine - MCPE

https://www.pocketmine.net/#linux-install

wget -q -O - http://get.pocketmine.net/ | bash

./start.sh to start PocketMine-MP

https://dl.bintray.com/pocketmine/PocketMine

./start.sh
Couldn't find a working PHP 7 binary, please use the installer.

wget https://dl.bintray.com/pocketmine/PocketMine/PHP_7.0.6_x86-64_Linux.tar.gz

你可能需要安装perl, gcc, make, automake, libtool, autoconf和m4. 如果你想在x86_64架构上编译你可能需要安装gcc-multilib.

automake,
libtool,
gcc-multilib
libtool-bin
bison

liujia@iZ23jyp275rZ:~/mcpe2$ ./start.sh
Failed loading /pocketmine/bin/php7/lib/php/extensions/debug-zts-20151012/opcache.so: /pocketmine/bin/php7/lib/php/extensions/debug-zts-20151012/opcache.so: cannot open shared object file: No such file or directory

19132

[*] PocketMine-MP现在开始运行. 输入 \"/help\" 来看所有可用的命令.

Fatal error: Cannot use pocketmine\nbt\tag\Float as Float because 'Float' is a special class name in phar:///home/liujia/mcpe2/PocketMine-MP.phar/src/pocketmine/Server.php on line 71

参考:

  1. https://forums.pocketmine.net/threads/installation-problem.15479/page-2