目录商业协作和项目管理平台 TeamLab(GPL v3)基于Web的项目计划管理系统
NavalPlan(AGPL)项目管理工具 DotProject(GPL)项目管理系统 Collabtive(Open Source
(GPL))项目管理和缺陷跟踪工具 Redmine(GPL licence)通...
分类:
其他好文 时间:
2014-05-15 16:48:57
阅读次数:
624
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier
2 document
options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:
其他好文 时间:
2014-05-15 04:33:36
阅读次数:
330
2.6内核
1>修改linux-source-2.6.31/kernel/sys.c文件,在文件末尾添加系统响应函数。函数实现如下:
asmlinkage int sys_mycall(int number)
{
printk("这是我添加的第一个系统调用");
return number;
}
2>在linux-source-2.6.31...
分类:
系统相关 时间:
2014-05-15 02:51:56
阅读次数:
382
使用Eclipse构建Maven的SpringMVC项目
问题一.2.3.2 配置Project Facets 更改Dynamic Web Module的Version为2.5,不能更改2.5的值
问题二.2.3.3 配置 Modify Faceted Project时,找不到Further configuration available…
问题三.建完spring项目后,如何打包发送到tomcat并运行?...
分类:
编程语言 时间:
2014-05-15 01:08:50
阅读次数:
317
PSPInstance Object | Web PythonThe PSPInstance
object is available to all PSP pages through the psp variable.
分类:
编程语言 时间:
2014-05-14 23:15:04
阅读次数:
296
描述把文本读出的API,在手机上测试知识支持英文,中文库应该没有所以不支持
/*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce...
分类:
移动开发 时间:
2014-05-14 21:34:49
阅读次数:
435
{
"cmd":["g++","${file}","-o","${file_path}/${file_base_name}"],
"file_regex":"^(..[^:]*):([0-9]+):?([0-9]+)?:?(.*)$",
"working_dir":"${file_path}",
"selector":"source.c,source.c++",
"encoding":"cp936",
"variants":
[
{
"name":"Run",
"shell":true,
"cmd":["st..
分类:
编程语言 时间:
2014-05-14 17:25:25
阅读次数:
300
用rvm安装ruby错误缺少对于的库文件[root@localhost~]#rvminstall2.0.0Searchingforbinaryrubies,thismighttakesometime.Nobinaryrubiesavailablefor:redhat/6/i386/ruby-2.0.0-p451.Continuingwithcompilation.Pleaseread‘rvmhelpmount‘togetmoreinformationonbinaryrubies.Ch..
分类:
其他好文 时间:
2014-05-14 16:42:26
阅读次数:
620
声明:此篇文章纯粹是为了LoadRunner学习者再折腾过程中遇到该问题而写。以下为我的电脑环境:系统环境:WindowsXPsp3浏览器:IE6LoadRunner版本:11.00今天当我打开loadrunner的时候,正常录制脚本,运行controller的时候,就没有图表显示了,试了几次,依然如此。关闭loadrun..
分类:
其他好文 时间:
2014-05-14 16:03:21
阅读次数:
729
老爷子心不老, 依然在勤勤恳恳地敲着书和代码...没错, 就是source code.
像老爷子这样的老一辈会用电脑的都不多, 而我亲爱的老爷子那是会Turbo Basic的顶尖高手啊...每次想到这个, 内心都倍感自豪...
当年的"窗口"编程极其繁琐, 如果不看看那一套, 再加上个, 都不保证能...
分类:
其他好文 时间:
2014-05-14 13:38:42
阅读次数:
327