gettext for windows :
在页面:http://gnuwin32.sourceforge.net/downlinks/gettext.php找到Gettext 点击右侧Setup连接。
其实他的连接时:http://gnuwin32.sourceforge.net/downlinks/gettext.php
跳转到:https://sourceforge.net/projects/gnuwin32/files/gettext/0.14.4/gettext-0.14.4.exe/download?use_mirror=nchc&download=
下载后直接安装好就行。
Linux 下 IDEA 无法输入中文:
解决:去安装目录 bin 文件夹下找到 idea.sh, 用编辑器打开,添加<pre>
XMODIFIERS="@im=fcitx"
export XMODIFIERS</pre>
http://www.iyunv.com/thread-186064-1-1.html
在设置-键盘-快捷键里修改系统锁屏快捷键Ctrl+Alt+L,避免与IDEA格式和代码冲突
7z
安装:apt-get install p7zip-full
解压:7z x file.7z
zip
zip -r name.zip directory_to_compress
unzip file.zip
tar
tar -cvf archive_name.tar directory_to_compress
tar -xvf archive_name.tar.gz
gz
tar -zcvf archive_name.tar.gz directory_to_compress
tar -zxvf archive_name.tar.gz
bz2
tar -jcvf archive_name.tar.bz2 directory_to_compress
tar -jxvf archive_name.tar.bz2 -C /tmp/extract_here/
Reader Echoes
373 comments