TFS

TFS TFS 2010 是微软的软件开发生命周期管理(ALM)套件的核心服务器端,将MTLM与它进行紧密绑定更进一步凸显了微软软件生命周期管理软件的战略,并突

JAVA 调试, JPDA, Java Debug

JAVA 调试, JPDA, Java Debug 远程调试 远程调试分为主动连接调试,和被动连接调试。这里以Eclipse为例。 主动连接调试:服务端配置监控端口,本地IDE连接远

eclipse>IDEA

‘eclipse>IDEA’ outline - structure, Ctrl+F12 本文转自: http://gagi.iteye.com/blog/633778 比如输入eclipse下面的main,sysout等,在idea里面同样可以实现,如下: sysout(sout 按tab),main(psv

ICEAuthority

ICEAuthority http://serverfault.com/questions/119580/what-is-iceauthority-file-in-opensuse-11-2 Here is a good paper on what ICE is, and what it does. Basically ICE is a inter process communication protocol, with authentication, protocol negotiation and potentially multiplexing built in. It allows two X clients to talk directly to each other, for example, a video player program could potentially talk to a jukebox program to update each other. As Richard Holloway says, the .ICEAuthority file is for authentication. It contains a number of random cookies.

Install msysgit

Install msysgit Choose the Run Git from the Windows Command Prompt option Choose the Use (Tortoise)Plink option Choose the Checkout as-is, commit as-is option

MIME

MIME 媒体类型, 用途互联网邮件扩展 (MIME,Multipurpose Internet Mail Extensions) 是一个互联网标准, 它扩展了电子邮件标准,使其能够支持非ASCII字符

codeswarm

codeswarm codeswarm 是个很有意思的工具,它把一个软件开发项目中开发者往代码管理工具(git/hg/svn等)提交代码的历史记录用视频的方式表现出来。

知识共享, Creative Commons, CC

知识共享, Creative Commons, CC Creative Commons,简称CC,中国大陆正式名称为知识共享,台湾正式名称为创用CC。 是一个非营利组织,也是一种创作的授权方式。此

从 HTTP GET 和 POST 的区别说起

从 HTTP GET 和 POST 的区别说起 HTTP 定义了与服务器交互的不同方法,最基本的方法是 GET 和 POST. 面试时得到的回答大多是: POST 是安全的,因为被提交的数据看不到,或者被加

ISO 8859-1

ISO 8859-1 ISO/IEC 8859-1,又称Latin-1或"西欧语言”,是国际标准化组织内ISO/IEC 8859的第一个8位字符集。它以

Java web 乱码

Java web 乱码 http://www.jb51.net/web/12714.html (一) get提交 1.首先说下客户端 (浏览器) 的form表单用get方法是如何将数据编码后提交给服务器端的吧。 对于get方法来说,都

eclipse 图标含意

eclipse 图标含意 http://publib.boulder.ibm.com/infocenter/rtnlhelp/v6r0m0/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-156.htm 可以在Eclipse-Help-Help Contents里搜索JDT icons找到。

Java 抽象类/接口

Java 抽象类/接口 http://dev.yesky.com/436/7581936.shtml 在Java语言中, abstract class 和interface 是支持抽象类定义的两种机制。正是由于这两种机制的存在,才赋予了Java强大的 面向对

tomcat server.xml

tomcat server.xml http://www.importnew.com/26156.html Tomcat隶属于Apache基金会,是开源的轻量级Web应用服务器,使用非常广泛。server.xml是Tomcat中最重要的配置文

run a maven web application in Tomcat from Eclipse

run a maven web application in Tomcat from Eclipse An Eclipse User Library can be used to represent a set of jar files. This user library can be added to a project’s classpath. Thus, a user library can be a convenient way to add a set of jar files (rather than individual jar files) to a project’s build path. Here, I’ll create a user library for a set of Tomcat jar files.

评价测光

评价测光 http://baike.baidu.com/view/657037.htm 是对于整个画面进行测光, 就是把画面内所有的反射光都混合起来 , 进行评价。 当然, 画面中央区域的光线会被重点考虑。 这个方法的好处是可以轻

构造函数重载

构造函数重载 http://topic.csdn.net/t/20020411/13/638295.html 构造函数重载: 一个类的构造函数之间可以相互调用。当一个构造函数调用另一个构造函数时,可以使用关键字this,同时这个调用语句应

gocd

gocd 1 2 3 4 podman run -d --name gocd-server -p8153:8153 -v /etc/localtime:/etc/localtime:ro gocd/gocd-server:v21.4.0 podman run -d --name gocd-agent -e GO_SERVER_URL=https://gocd.wiloon.com/go gocd/gocd-agent-alpine-3.15:v21.4.0