摘要:
执行命令: sudo apt-get install openssh-server 有时候会出现这个错误: unable to fetch some archives ,maybe run apt-get update or try with 这个时候可以执行这条命令 sudo apt-get up 阅读全文
摘要:
程序里看到"←"符号 找遍scala的操作符表都没找到,回头才发现,原来这是一个for循环的条件,只不过在scala的函数中,小括号和大括号是一样的。 另外"←" "<-"这两个符号也是一样的效果。 这里类似赋值的意思。我们可以写几个测试下: 没毛病。 输出: Value of a :1 阅读全文