问题描述
我已经安装了gnuhealth,当我运行gnuhealthclient并使用我的用户名和密码登录时,它显示一条错误消息,提示gtk问题:未找到模块
我正在使用centos 7,并且已经使用以下命令安装了gtk +和gtk3:
$ sudo yum install gtk3
$ sudo yum install gtk3-devel
$ sudo yum install gtk +
当我检查已安装软件包的列表时,我发现gtk +和gtk3甚至是gtk 2
谁能告诉我这是什么问题?
这是错误消息:
const player = { currentChoice: null };
const computer = { currentChoice: null };
const choices = ["Rock","Paper","Scissors"];
player.currentChoice = choices[2];
window.onload = function() {
const rockButton = document.getElementById('rock');
rockButton.addEventListener('click',updateRock);
};
function updateRock(){
player.currentChoice = choices[0];
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)