按照官网上的安装方法:在ubuntu系统下有可能出现如下错误:couldn't remove fs lock errno:9 Bad file descriptor此时需要修改文件所有者$ sudo mkdir -p /data/db/$ sudo chown ’USERNAME‘ /data/db...
分类:
数据库 时间:
2014-08-11 14:53:52
阅读次数:
248
我安装了WSE 2.0 SP3,Setup Type选择Runtime。如果想要让Visual Studio 2005以上版本集成WSE需稍费周折,默认集成Visual Studio 2005。1、引用Microsoft.Web.Services2.dll。2、修改Visual Studio自动生成...
分类:
Web程序 时间:
2014-08-11 11:54:42
阅读次数:
194
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12885&courseid=274解题报告:一共有n个发射装置,有一个接收装置,接收装置能够正确接收并把接收到的信号准确的译码出来的条件是:Ti > 6 * (B +(T1 + T...
分类:
其他好文 时间:
2014-08-10 23:57:00
阅读次数:
408
package javaapplication28;import java.util.Scanner;/** * * @author qingzhu */public class JavaApplication28 /*** @param args the command line argument...
分类:
其他好文 时间:
2014-08-10 18:36:00
阅读次数:
192
I am using uploadify to upload files, they automatically post to the handler. I then modify the session in the handler that I have setup as a static p...
分类:
Web程序 时间:
2014-08-10 12:53:00
阅读次数:
252
1. 机器上安装python 省略2. 机器上安装python的easy_install 下载一个ez_setup.py文件 进入该文件路径下,运行该文件;运行结束后,文件下\Scripts多了easy_install.exe 将这个exe文件的路径加入环境变量path下,这个时候在任何情况...
分类:
编程语言 时间:
2014-08-09 18:12:48
阅读次数:
279
其中要使用的txt文本!
header defines classes for file IO, including ifstream, whose constructor takes a file name an argument. The expression f >> word extracts the next non-whitespace token from the file an...
分类:
编程语言 时间:
2014-08-09 11:48:27
阅读次数:
365
One day Dima and Alex had an argument about the price and quality of laptops. Dima thinks that the more expensive a laptop is, the better it is. Alex disagrees. Alex thinks that there are two laptops,...
分类:
其他好文 时间:
2014-08-09 11:47:17
阅读次数:
276
题目描述:
如果两个字符串的字符一样,但是顺序不一样,被认为是兄弟字符串,比如bad和adb即为兄弟字符串,现提供一个字符串,如何在字典中迅速找到它的兄弟字符串,请描述数据结构和查询过程。
思路一:用计数排序
设计一个数组,对单词每个字母计数加1,对兄弟单词每个字母计数减去1,如果最后这个数组的计数是0,那么就为兄弟单词
bool isBrotherWord(string &str1, s...
分类:
其他好文 时间:
2014-08-09 02:36:47
阅读次数:
255
How to setup multimedia on CentOS-5CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, includi...
分类:
其他好文 时间:
2014-08-08 01:37:45
阅读次数:
505