安装时出现“command line option syntax error,Type command/?for help可能是因为你的安装源文件所在的路径中有中文,所以你可将安装文件放在一个没有中文的路径。...
分类:
其他好文 时间:
2014-05-14 01:08:29
阅读次数:
231
RT,使用eclipse导入项目时 报
No marketplace entries found to handle yuicompressor maven plugin:1.3.0:compile in Eclipse. Please see Help for more information
我认为同事说的很对,
eclipse是面向插件的,maven插件m2ecli...
分类:
其他好文 时间:
2014-05-12 15:23:26
阅读次数:
333
# -* coding: utf-8 -*-
import sys
import os
import getopt
import threading
import time
def Usage():
usage_str = '''说明:
\t定时器
\timer.py -h 显示本帮助信息,也可以使用--help选项
\timer.py -d num 指定一个延时时间(以毫秒为单位)...
分类:
编程语言 时间:
2014-05-12 06:29:06
阅读次数:
428
零、求人不如求已:
1、 在Linux中,文件,文件夹,驱动,命令,脚本都视为文件,也即一切皆file。
2、记住使用Linux 的关键就是六个字: 命令、选项、参数。
3、学会看帮助,不用求人。
学会看帮助,不用求人。
man touch
touch --help...
分类:
系统相关 时间:
2014-05-11 06:07:02
阅读次数:
567
DataTable dt_PI = new DataTable(); //克隆表结构 dt_PI =
ds.Tables[0].Clone(); dt_PI.Columns["FLTF...
分类:
Web程序 时间:
2014-05-10 07:57:11
阅读次数:
570
1. :w 后面可以加文件名2. 使用hjkl
来移动光标,当然你也可以使用箭头。j就是向下的箭头,k是向上,h向左, l向右3. :help →
显示相关命令的帮助。你也可以就输入:help而不跟命令。(退出帮助需要输入:q)4. cw替换从光标开始到一个单词结束的字符, cc替换光标所在...
分类:
其他好文 时间:
2014-05-10 07:38:55
阅读次数:
290
phoneGap开发跨所有移动平台软件已经成为未来移动终端开发的总趋势,如何在大家所熟悉的Eclipse
IDE中快速安装PhoneGap开发插件,介绍如下:点击help——>install new
software——>add连接:http://svn.codespot.com/a/eclipse...
分类:
系统相关 时间:
2014-05-10 06:59:12
阅读次数:
420
Problem DescriptionMr Wang wants some boys to
help him with a project. Because the project is rather complex,the more boys
come, the better it will be...
分类:
其他好文 时间:
2014-05-10 02:41:33
阅读次数:
291
--查看数据库exec sp_databases ;--查看表exec sp_tables
;--查看列exec sp_columns WMS_ASN;--查看索引exec sp_helpindex WMS_ASN;--约束exec
sp_helpconstraint WMS_ASN;--列出数据库...
分类:
数据库 时间:
2014-05-09 23:00:05
阅读次数:
482
1. EclEmma的介绍
EclEmma是一个开源的软件测试工具,可以在编码过程中查看代码调用情况、也可以检测单元测试覆盖率。 2. Eclipse下EclEmma安装 1.
选择Help->Eclipse Marketplace->搜索EclEmma,Install; 2. 重启eclipse发...
分类:
其他好文 时间:
2014-05-09 19:47:12
阅读次数:
379