码迷,mamicode.com
首页 >  
搜索关键字:team site    ( 7561个结果
SQL注入和XSS bypass waf 测试向量
1. 识别脆弱点 http://www.site.com.tr/uyg.asp?id=123'+union+selec+1,2,3-- http://www.site.com.tr/uyg.asp?id=123' http://www.site.com.tr/uyg.asp?id=1232. HTT...
分类:数据库   时间:2014-07-22 22:41:54    阅读次数:485
hadoop 8088 看不到mapreduce 任务的执行状态
进到8088页面后,怎么看不到mapreudce的执行状态,有哪里需要配置的解决办法:在$HADOOP_HOME/conf/mapred-site.xml 在原来的配置文件基础之上添加: mapreduce.framework.name yarn mapre...
分类:其他好文   时间:2014-07-22 22:36:15    阅读次数:211
peewee连接mysql中文数据编码
系统是win7 x64 python 2.7.6的site.py里面编码设定为 utf-8 py文件首行指定 #coding:utf-8 mysql 5.5.38安装时指定代码为utf-8 peewee的连接数据库代码为: db = MySQLDatabase(host = '127.0.0.1', user = 'root', passwd = '1', database = ...
分类:数据库   时间:2014-07-22 22:34:34    阅读次数:1068
How to develop a provider hosted App that is hosted in Azure websites and linked to SharePoint Online?
PrerequisitesSharePoint Office 365 site: You can select the developer template to create your site collection. If you haven’t O365 account, you can go...
分类:移动开发   时间:2014-07-22 00:36:36    阅读次数:384
eclipse整合git
首先安装git插件,在Eclispe中,Help->Install New Software. 输入地址http://download.eclipse.org/egit/updates接着一路下一步,插件就安装好了。 在Eclipse中创建一个工程。然后在工程上右击->Team->Share project->git->next. 选择Use or create re...
分类:系统相关   时间:2014-07-22 00:29:36    阅读次数:311
UVa540.Team Queue
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=48113916935540Team QueueAcceptedC++0.3392014-07-21...
分类:其他好文   时间:2014-07-22 00:22:34    阅读次数:217
VS2012 win7 修改TFS登陆账号的方法
、修改登陆账号: 在网上搜了好多,都没有找到解决方法,自己琢磨了一会找到了修改登陆TFS(Team Foundation Server)(团队资源管理器)的账号,和大家分享一下吧。 点击“开始”--“控制面板”--“用户帐户和家庭安全”--“凭据管理器”--“普通凭证”,就修改普通凭证就可以了。.....
分类:Windows程序   时间:2014-07-22 00:02:35    阅读次数:321
cvs history,CVS中查询目录下所有文件的提交记录
我们习惯用eclipse svn中查看一个目录下,甚至整个工程下,所有的文件的变更列表;操作为:右键工程 -> Team-> Show History。最近在使用CVS,eclipse对应的cvs插件(Eclipse CVS Client 1.2.1)却不支持此运用,找了下其他一些cvs的客户端(如...
分类:其他好文   时间:2014-07-21 23:30:21    阅读次数:304
Hadoop(1.2.1) 常用配置-------笔记
core-site.xml<configuration> <property> <name>fs.default.name</name> <value>hdfs://qlserver03:9000</value> </property> <property> <name>hadoop.tmp.dir</name> <value>/home/grid/hadoop/tmp</..
分类:其他好文   时间:2014-07-21 19:34:42    阅读次数:247
不错的学习网站
百度: http://naotu.baidu.com/ http://fis.baidu.com/ http://fex.baidu.com/ https://github.com/fex-team/fex-edu http://fex.baidu.com/blog/2014/05/build-performance-monitor-in-7-days/ http://www.ecdo...
分类:Web程序   时间:2014-07-21 10:08:36    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!