One thing you need to keep in mind is that when using os.chdir to change the working directory of current programme (script), make sure if we need to ...
分类:
编程语言 时间:
2014-12-08 15:24:51
阅读次数:
222
安装了project 2013后, excel 2013 一打开文件就报这个错,解决方法如下: Step1: Try to repair Office 2013 installation and check if it helps: Click on Start > Control Panel, c...
分类:
其他好文 时间:
2014-12-08 13:42:03
阅读次数:
184
在SVN 项目版本库的存储目录下的hooks 目录,新建立一个post-commit.bat 文件:
@echo off
SET REPOS=%1
SET REV=%2
SET DIR=%REPOS%/hooks
SET PATH=%PATH%;
SET WORKING=E:/www/要同步的目录
svn update %WORKING% --username 用户名 --passwo...
分类:
Web程序 时间:
2014-12-08 10:44:27
阅读次数:
195
To easily select only the items you want for the checkout and force the resulting working copy to keep only those items, click theChoose items...butto...
分类:
其他好文 时间:
2014-12-06 19:30:19
阅读次数:
135
一、Java工作集: Eclipse有一个小功能,就是创建Java Working Set。它的作用是解决Package Explorer窗格中创建很多工程时出现拥挤的麻烦。 在创建(New对话框)时可以加入原来存在的Java工程。创建完后,在左方Package Explorer窗格的右上方下拉.....
分类:
编程语言 时间:
2014-12-05 21:15:28
阅读次数:
215
服务端版本控制软件subversion,客户端是eclipse的插件subclipse,个人感觉还是cvs比较简单方便。明明没什么冲突,当删除一个东西的时候老是提示错误,说冲突 A conflict in the working copy obstructs the cur...
分类:
其他好文 时间:
2014-12-05 17:40:25
阅读次数:
220
I was too optimistic.It is take several days working on the demo.. The intresting thing is when I finished the demo, I understand how people make a ro...
分类:
编程语言 时间:
2014-12-04 00:41:10
阅读次数:
219
原文:PHP 13: 类Notice: This article is working on progress!本章将介绍PHP类.现在,基本上每种语言都支持面向对象,当然PHP也不列外。PHP在以前的版本不支持面向对象,但自从PHP4,包括PHP4之后开始支持了。本系列将以PHP5为例来描述面向对...
分类:
Web程序 时间:
2014-12-03 18:35:22
阅读次数:
227
1.什么是SSH?SSH 为 Secure Shell 的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。传统的网络服务程序,如FTP、POP和Telnet其本质上都是不安全的;因为它们在网络上用明文传送数据、用...
分类:
数据库 时间:
2014-12-01 22:23:45
阅读次数:
404
Centos 源代码编译 安装 ErlangErlang依赖哪些库? A fully working GCC compiler environment Ncurses development libraries OpenSSL development libraries (如果使用mysql必须安装...
分类:
其他好文 时间:
2014-12-01 15:48:05
阅读次数:
221