加载中
Gradle 学习笔记

Maven 项目 转为 Gradle 项目: gradle init --type pom

2016/04/28 11:22
71
Chrome and Firefox Diffie-Hellman Fix

Chrome 添加启动参数: --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013 Firefox 在 about:config 中设置 security.ssl3.dhe_rsa_...

AngularJS ngOption 配置

for array data sources: label for value in array select as label for value in array label group by group for value in array select as label group by gro...

2015/03/09 00:42
86
修改DbVisualizer的默认快捷键

修改SQL提示的步骤如下: 1, 编辑dbvis.jar包下的dbvis-actions.xml文件(解压或直接修改) 2, 找到以下的代码 <actionidref="show-auto-completion-command"keystroke="control SPACE"/> 3, 将...

xming字体大小问题

修改xming启动参数: -dpi 96 如: "D:\Program Files (x86)\Xming\Xming.exe" :0 -clipboard -multiwindow -dpi 96 吐槽一下,为啥都知道Windows的默认DPI是96,而xming的会偏小呢?...

Linux 安装字体

经常遇到Linux的桌面环境下的字体很丑的问题: 可以将字体安装在: /usr/share/fonts/ (有root权限)或 ~/.fonts/ (无root权限) 然后执行命令: fc-cache 更新字体信息缓存。...

Maven 编译编码警告解决方案

[WARNING] Using platform encoding (GBK actually) to copy filtered resources, i.e . build is platform dependent! 解决方案是在pom.xml 里面加上: <project> ... <properties>...

2013/06/19 11:24
372
ArchLinux学习之环境变量

使得刚修改的环境变量生效:source <带环境变量的文件> 查看环境变量: env 或 set 持久化的环境变量主要存在于这几个文件中: /etc/profile /etc/environment ~/.bash_profile ~/.bashrc 加...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部