在Ubuntu , Debian或者Mint:$ sudo vi
/etc/environmenthttp_proxy="http://proxy.com:8000"no_proxy="127.0.0.1,
localhost, *.cnn.com, 192.168.1.10, domain.com...
分类:
系统相关 时间:
2014-05-01 11:27:54
阅读次数:
1617
用于打开chrome浏览器中的"irc://*"#cp
/usr/share/applications/xchat.desktop
/home/zsj/.local/share/applications/irc.desktop#xdg-mime default irc.desktop
x-schem...
分类:
其他好文 时间:
2014-05-01 11:16:02
阅读次数:
617
原题地址:http://oj.leetcode.com/problems/lru-cache/题意:设计LRU
Cache参考文献:http://blog.csdn.net/hexinuaa/article/details/6630384 这篇博文总结的很到位。
https://github...
分类:
编程语言 时间:
2014-05-01 10:47:16
阅读次数:
501
本文演示如何在Windows上和Linux上安装Jenkins。 1.
Windows上Jenkins安装
参考网页:https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service
在Window...
分类:
其他好文 时间:
2014-05-01 09:52:49
阅读次数:
455
https://documentation.devexpress.co访问调度控制m/#Xaf/CustomDocument2814
分类:
其他好文 时间:
2014-05-01 08:31:10
阅读次数:
378
本文将介绍如何配置jenkins,使其可以支持基于角色的项目权限管理。由于jenkins默认的权限管理体系不支持用户组或角色的配置,因此需要安装第三发插件来支持角色的配置,本文将使用Role
Strategy Plugin,介绍页面:https://wiki.jenkins-ci.org/displ...
分类:
其他好文 时间:
2014-05-01 05:46:39
阅读次数:
356
本地存储。相当于Flash里面的SharedObject。Android位置:机器自身存储的(非扩展卡)/data/data/appname/shared_prefs/{AppName}.xml,如果想查看需要Root。IOS位置:暂时还没找到。其他位置:参考https://docs.unity3d...
分类:
其他好文 时间:
2014-05-01 05:38:35
阅读次数:
281
1. Download Kernel source
Study:
1. Please refer to the AOSP official kernel download address:
http://source.android.com/source/building-kernels.html
2. goto https://android.g...
分类:
移动开发 时间:
2014-04-29 13:13:20
阅读次数:
679
apt-get命令本身并不具有管理软件包功能,只是提供了一个软件包管理的命令行平台。在这个平台上使用更丰富的子命令,完成具体的管理任务。...
分类:
其他好文 时间:
2014-04-28 10:48:42
阅读次数:
304
有机会再试一试Rails了,只是原来接触的是2,现在已然变成了4,似乎现在的安装比原来会快些。。
Rails 4 安装
针对于安装了RVM
gem install rails
没有的话应该主
sudo gem install rails
安装RVM可以用
\curl -L https://get.rvm.io | bash -s stabl...
分类:
其他好文 时间:
2014-04-28 10:38:41
阅读次数:
392