北京市工资支付规定
(2003年12月22日北京市人民政府第142号令发布
根据2007年11月23日北京市人民政府第200号令修改)
目 录
第一章 总则
第二章 一般规定
第三章 特别规定
第四章 保障与救济
第五章 法律责任
第六章 附则
Posted in: Others | Comments(0)
在Hostmonster上架设SVN服务
Hostmonster默认不开启SSH连接, 安装svn前首先要开启SSH, 在cpanal里发申请就可以, 需要附上身份证照片或驾照照片, 大概1-2小时就可以得到处理
1、下载并解压缩SVN1.6.3
$ wget http://subversion.tigris.org/downloads/subversion-1.6.3.tar.bz2
$ wget http://subversion.tigris.org/downloads/subversion-deps-1.6.3.tar.bz2
$ tar xjf subversion-1.6.3.tar.bz2
$ tar xjf subversion-deps-1.6.3.tar.bz2
$ mkdir svn
2、配置编译选项,安装SVN:
$ cd subversion-1.6.3
$ ./configure -prefix=$HOME/svn -with-expat=builtin -with-pic -with-ssl
$ make
$ make install
3、看看Subversion是否正常工作
$ cd
$ svn/bin/svnversion
... ...
$svn/bin/svnadmin create svntest
4、如果想要在任何地方都能使用SVN命令,请修改.bashrc 文件.增加如下行:
export PATH=~/python/bin:~/svn/bin:$PATH
5、配置TortoiseSvn
TortoiseSvn-网络-设置-ssh客户端,使用如下参数:TortoisePlink.exe -l xxx -pw xxx,试试SVN检出,svn-ssh检出路径为: svn+ssh://[用户名]@[网址]/home/[用户名]/[SVN仓库路径],如,刚刚创建的svntest路径为:svn+ssh://username@domain/username/svntest
Posted in: Others | Comments(0)
Facebook bug: wrote on the wall tomorrow

Posted in: Others | Comments(0)
About Face 3: The Essentials of Interaction Design (ebook)
About Face 3: The Essentials of Interaction Design
by Alan Cooper, Robert Reimann, David Cronin
Amazon readers say:
This completely updated volume presents the effective and practical tools you need to design great desktop applications, Web 2.0 sites, and mobile devices. You’ll learn the principles of good product behavior and gain an understanding of Cooper’s Goal-Directed Design method, which involves everything from conducting user research to defining your product using personas and scenarios. Ultimately, you’ll acquire the knowledge to design the best possible digital products and services.
From the Back Cover
When the first edition of About Face was published in 1995, the idea of designing products based on human goals was a revolutionary concept. Thanks to the work of Alan Cooper and other pioneers, interaction design is now widely recognized as a unique and vital discipline, but our work is far from finished.
This completely updated volume presents the effective and practical tools you need to design great desktop applications, Web 2.0 sites, and mobile devices. This book will teach you the principles of good product behavior and introduce you to Cooper’s Goal-Directed Design method, from conducting user research to defining your product using personas and scenarios. In short, About Face 3 will show you how to design the best possible digital products and services.
Posted in: User eXperience | Comments(1)




















