zoukankan
html css js c++ java
解决kali乱码问题
1、命令行输入
dpkg-reconfigure locales
,进入图形化界面(空格数选中,tab是切换),选中en_US.UTF-8和zh_CN.UTF-8,确认回车后,将en_US.UTF-8选为默认。
2、安装中文字体,
apt-get install xfonts-intl-chinese
和
apt-get install ttf-wqy-microhei
。
3、重启
reboot
查看全文
相关阅读:
jquery操作删除元素
js添加页面元素
jQuery方法
form表单的几种提交方式
Comparable和Comparator
快速失败和安全失败
Junit 测试基础
Spring 之AOP 面向切面编程
spring 的核心接口
Nginx
原文地址:https://www.cnblogs.com/phanx/p/12607625.html
最新文章
从零开始学ios开发(十六):Navigation Controllers and Table Views(下)
ios开发之数据的持久化存储机制
从零开始学ios开发(十三):Table Views(下)Grouped and Indexed Sections
从零开始学ios开发(十五):Navigation Controllers and Table Views(中)
从零开始学ios开发(十四):Navigation Controllers and Table Views(上)
【开发记录】iOS中使用 Reachability 检测网络
从零开始学ios开发(十二):Table Views(中)UITableViewCell定制
第一张
spring in action 4 线路图
servlet/jsp GET/POST
热门文章
servlet 读取web.xml参数
servlet tomcat servlet debug常见错误404,405,500
servlet servlet请求与响应
servlet servlet基本概念和helloservlet实例
nested exception is org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'beans'.
java.lang.OutOfmemoryError: PermGen Space
chosen PersistenceUnitInfo does not specify a provider class name
javax.persistence.PersistenceException: No Persistence provider for EntityManager named ...
Spring-MVC接收request参数和向页面传值总结
jQuery 遍历
Copyright © 2011-2022 走看看