zoukankan
html css js c++ java
Ubuntu下firefox启动问题
刚安装完Ubuntu后firefox竟然启动不了,上网查了一下,然后运行命令:
mv ~/.mozilla ~/.mozilla-backup
然后再运行firefox
就可以了。
原来是配置文件的问题。
再,Ubuntu下要更新显卡驱动最好在软件仓库中将服务器改为主服务器
查看全文
相关阅读:
LeetCode Notes_#20 Valid Parentheses
LeetCode Notes_#14 Longest Common Prefix
牛客21天刷题_day#3
牛客21天刷题_day#2
牛客21天刷题_day#1
WebGL编程指南
《Redis 设计与实现》
《女士品茶》
《Java应用架构设计:模块化模式与OSGi》
《编译与反编译技术实战》
原文地址:https://www.cnblogs.com/GarfieldTom/p/2034551.html
最新文章
pom.xml
SpringBoot注解最全详解(整合超详细版本)借鉴版
docker所有命令
Docker配置阿里云静态加速地址
CentOS 6.8安装Docker步骤
Java final关键字
Java 多态
Java 面向对象和封装
Java 接口
Java 继承
热门文章
Java 常用API(一)
Java 数组
电脑快捷键
函数基础
列表的基础使用
LeetCode Notes_#35 Search Insert Position
LeetCode Notes_#28 Implement strStr()
LeetCode Notes_#27 Remove Element
LeetCode Notes_#26 Remove Duplicates from Sorted Array
LeetCode Notes_#21 Merge Two Sorted Lists(剑指Offer#25)
Copyright © 2011-2022 走看看