码迷,mamicode.com
首页 >  
搜索关键字:team site    ( 7561个结果
Mint17 一些安装备忘
1,中文输入法:sudo apt-add-repository ppa:fcitx-team/dailybuild-fcitx-mastersudo apt-get updatesudo apt-get upgradesudo apt-get remove ^ibus*sudo apt-get re...
分类:其他好文   时间:2014-08-21 21:08:34    阅读次数:335
python交互模式下的tab自动补全
python在交互模式下,输入命令的时候按tab键就按时间tab键的功能输出,在书写python时多有不便。把下面的代码写入一个文件tab.py,放到/usr/lib/python2.6/site-packages/下#!/usr/bin/envpython importsys importreadline importrlcompleter importatexit importos readline.p..
分类:编程语言   时间:2014-08-21 11:43:45    阅读次数:235
微软职位内部推荐-SDE II
微软近期Open的职位:Job posting title: SDEII - Senior SDEJob Location: Beijing or SuzhouBing Index Serve team is hiring! We are one of the core teams in Bing ...
分类:其他好文   时间:2014-08-21 02:42:43    阅读次数:207
使用 Visual Studio Team Test 进行单元测试和java中的测试
C#中test测试地址:http://msdn.microsoft.com/zh-cn/library/ms379625(VS.80).aspx单元测试中 我也碰到a类中调用b类的方法,我想测试a 然后mock b被调用的方法public class A { public in...
分类:编程语言   时间:2014-08-21 01:33:03    阅读次数:361
python virtualenv
一.安装sudo pip install virtualenv二.创建虚拟环境virtualenv (--no-site-packages [虚拟环境名称] 如,创建**ENV**的虚拟环境virtualenv ENV默认情况下,虚拟环境会依赖系统环境中的site packages,就是说系统中已经...
分类:编程语言   时间:2014-08-20 10:23:36    阅读次数:239
微软职位内部推荐-Senior Speech TTS
微软近期Open的职位:Job Description:ResponsibilitiesDo you want to change the way the world interacts with computers? Do you want to be part of a team that pu...
分类:其他好文   时间:2014-08-20 02:31:05    阅读次数:318
#django filebrowser# problems and solutions
1.IOError: decoder jpeg not availableHow to fix:1. clear PIL packages (or pip uninstall pillow)rm -rf /usr/lib/python2.7/site-packages/PILrm -rf /usr/...
分类:其他好文   时间:2014-08-19 18:05:25    阅读次数:250
关闭apache启用的TRACE Method
TRACE和TRACK是用来调试web服务器连接的HTTP方式。支持该方式的服务器存在跨站脚本漏洞,通常在描述各种浏览器缺陷的时候,把"Cross-Site-Tracing"简称为XST。攻击者可以利用此漏洞欺骗合法用户并得到他们的私人信息
分类:其他好文   时间:2014-08-19 16:29:24    阅读次数:177
微软职位内部推荐-Senior Dev Lead
微软近期Open的职位:Bing Index Serve team is hiring! We are one of the core teams in Bing serving more than 30% of worldwide search traffic with gigantic scal...
分类:其他好文   时间:2014-08-19 14:19:44    阅读次数:282
Hadoop配置文件
部分内容参考:http://www.linuxqq.net/archives/964.html       Hadoop有三个重要的配置文件:core-site.xml,hdfs-site.xml,mapred-site.xml,但这三个文件默认情况下均为空,其默认值保存在core-default.xml,hdfs-default.xml,mapred-default.xml中。这三个默...
分类:其他好文   时间:2014-08-19 12:52:44    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!