`
文章列表
1 transformation的执行用 pan.sh     例如sh pan.sh -rep   localhost--kettle -user admin -pass admin  -trans testoutfile  -dir / -level Detailed                                      仓库                                      -user 用户名   -pass 密码          -trans 转换名              -dir 路径  -level 日志级别   2 job ...
thinkpad e440  ubuntu 13.10无线网会经常自动断网,上着上着就是无法打开网页,win7下没有这样的问题, 网上搜了很多解决方法,其实都没有作用该断还是断,最终一个折衷法解决,看到一个老外的     sudo modprobe -r rtl8723be sudo modprobe rtl8723be 这样可以不用重启机器。执行这两个命令就可以连了。断了就执行这两个命令,是禁用网卡,启用网卡
,面试官问道:1亿个PV,如何确定并发用户数?   一时想不起来具体的公式,就记得80/20原则,就回答了一些。又说了一些原来我们公司会提供峰值的方法,确定最后施压的用户数。 今天上网查相关资料,发现一些有用的内 ...

js parseInt 用法

    博客分类:
  • js
首先还是从很热门的实例parseInt("09")==0说起。parseInt(number,type)这个函数后面如果不跟第2个参数来表示进制的话,默认是10进制。 比如说parseInt("010",10)就是10进制的结果:10,parseInt("010",2)就是2进制的结果:2 ...
  js正则exec()和test()的区别,RegExp.$1意义 分类: js2013-09-02 10:24 380人阅读 评论(0) 收藏 举报  
Ubuntu如何安装SSH远程管理工具PAC Manager? 2011-09-09 11:17 佚名 博客转载 我要评论(0) 字号:T | T ubuntu系统是以桌面应用为主的linux操作系统,下面介绍的是Ubuntu安装SSH远程管理·

一致性hash

  一致性hash算法 - consistent hashing 分类: 算法艺术2010-02-02 09:19 69836人阅读 评论(97) 收藏 举报

git 执行快一点

    博客分类:
  • git
  执行   echo 'GSSAPIAuthentication no'>>~/.ssh/config 让git 执行更快
原文地址http://askubuntu.com/questions/366531/could-not-connect-to-wicds-d-bus-interface-check-the-wicd-log-for-error-messa    关于 “Could not connect to wicd's D-Bus interface. Check the wicd log for error messages.” I browsed through the Internet and got to know that WICD Network Manager fixes thi ...

kettle执行job

ETL高级教程kettle 博客分类:   kettle   1,Kettle跨平台使用。    例如:在AIX下(AIX是IBM商用UNIX操作系统,此处在LINUX/UNIX同样适用),运行Kettle的相关步骤如下:    1)进入到Kettle部署的路径    2)执行 chmod *.sh,将所有shell文件添加可执行权限    3)在Kettle路径下,如果要执行transformation,就运行./pan.sh -file=?.ktr -debug=debug -log=log.log    其中。-file说明你要运行的transformation文 ...

git提交方式

    博客分类:
  • git
git提交方式 博客分类: rails 技术 GitSVNCC++C#    2、代码提交方式   <a>github的提交方式      (1)git add .--------------------存储到本地          git commit -m 'message'-------存储时的标记(修改了哪些地方,方便下次查询)          git pull------------------------下载服务器代码          git push------------------------上传代码至服务器   <b> ...
【linux】Google Chrome can not be run as root.   Google Chrome can not be run as root.谷歌浏览器不能为root用户启动!   Please start Google Chrome as a normal user. To run as root, you must specify an alternate --user-data-dir for storage of profile information.   介绍的 ...
方法一 sudormmod psmouse这个是禁用的 sudomodprobe psmouse这个是启用的 这个方法,很便捷。但是会将触点和触板都禁用了。一般还是希望保持触点是启用的 方法二 在软件中心中搜索触摸设备管理器(pointing devices),安装,如下图: 勾选disable  toutchpad即可。
  Ubuntu 12.04 双显卡安装(Nvidia+intel集成卡 --Optimus智能切换技术) 分类: Linux-tools-Notes2014-03-08 14:50 74人阅读 评论(0) 收藏 举报
  Bumblebee Project Bumblebee aims to provide support for NVIDIA Optimus laptops for GNU/Linux distributions. Using Bumblebee, you can use your NVIDIA card for rendering graphics which will be displayed using the Intel card. Bumblebee is officially supported by Ubuntu in 13.10 Saucy or newer ...
Global site tag (gtag.js) - Google Analytics