使用Netbeans 6.8 创建了一个Netbeans Platform
工程,以Zip形式发布后,按照以下操作,可 以在客户端免安装JDK:1. 从已安装JDK的计算机中,提取JDK:eg. C:\Program
Files\Java\jdk1.6.0_19;2. 复制到下,重命名为jdk;3....
分类:
Web程序 时间:
2014-05-12 05:37:47
阅读次数:
369
The three hands of the clock are rotating every
second and meeting each other many times everyday. Finally, they get bored of
this and each of them wo...
分类:
其他好文 时间:
2014-05-12 05:20:21
阅读次数:
525
题目描述Jim is boss of a big company . There are so
many workers in his company that it will take a long time for his command send
to all of his workers ....
分类:
其他好文 时间:
2014-05-12 04:51:29
阅读次数:
307
最近用到gzip关的算法,于是想起了zlib这个库,于是将其下载下来编译。
首先,在官网上下载源码包:http://zlib.net/zlib-1.2.8.tar.gz 解压之后,打开vc 命令工具:%comspec% /k
""C:\Program Files (x86)\Microsof...
分类:
其他好文 时间:
2014-05-12 03:04:53
阅读次数:
367
常见错误与解决方案:错误1、服务器重启后,自动停止解决办法:一般查看E:\Program
Files\Apache Software Foundation\Tomcat
7.0\logs,tomcat安装目录下面的tomcat7-stderr.2014-05-10.txt,一般性错误需要在这里面找,...
分类:
其他好文 时间:
2014-05-12 03:01:47
阅读次数:
373
ListView相关http://b275518834201204034558.iteye.com/blog/1482140http://blog.csdn.net/jj120522/article/details/8229423http://www.open-open.com/lib/view/o...
分类:
移动开发 时间:
2014-05-12 02:14:38
阅读次数:
439
1、从www.ijg.org下载源码,解压后得到文件夹jpeg-8d2、在文件夹里新建jconfig.h文件,将jconfig.vc里的内容拷到jconfig.h中3、编译.
Run->CMD->进入到C:\Program Files\Microsoft Visual Studio 8\VC\bin...
分类:
其他好文 时间:
2014-05-11 23:50:00
阅读次数:
585
在APUE这本书,第三章与第四章都是在讲一些关于文件操作和目录操作的函数。简单地说明一下涉及到的函数及其使用。
open函数
原型为: #include
int open(const char *pathname, int oflag,.../*mode_t mode*/);
该函数是用来打开或创建一个文件(记住:是文件,不包括目录),第三个参数只有当打开文件不存在时...
分类:
其他好文 时间:
2014-05-11 04:46:16
阅读次数:
336
1.给root账户授权所有sql权限
grant all privileges on *.* to root@"%" identified by ".";flush privileges;
2.建立bat批处理文件
@echo off
set path=%path%;D:\Program Files\MySQL\MySQL Server 5.5\bin
set y=%date:~0,4%
s...
分类:
数据库 时间:
2014-05-11 03:11:33
阅读次数:
406
1、下载Scala
wget http://www.scala-lang.org/files/archive/scala-2.10.3.tgz
tar xvzf scala-2.10.3.tgz -C /usr/local
2、下载Spark
wget http://www.apache.org/dist/incubator/spark/spark-0.9.0-inc...
分类:
其他好文 时间:
2014-05-11 02:06:21
阅读次数:
368