Administration of the labyrinth has decided to start a new season with new wallpapers. For this purpose they need a program to calculate the surface area of the walls inside the labyrinth. This job
...
分类:
其他好文 时间:
2014-07-23 22:32:07
阅读次数:
292
我是myeclipse5.5 的IDE工具。为了能反编译class文件,上网搜索了很多资料,终于找到一下的一段资料: 1.将jad.exe 复制到myeclipse安装目录的jre/bin目录下,如:C:/Program Files/MyEclipse 5.5.1 GA/jre/bin/jad.ex...
分类:
系统相关 时间:
2014-07-23 22:23:47
阅读次数:
387
第一步,先安装lib-event
下载lib-event 的包http://libevent.org/
下载完之后,解压安装
./configure –prefix=/usr (或 ./configure --program-prefix=/usr)
make
make install
第二步,安装memcached
下载memcached的包...
分类:
其他好文 时间:
2014-07-23 17:19:31
阅读次数:
291
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 namespace Wrox 6 { 7 class Program 8 { 9 ...
分类:
其他好文 时间:
2014-07-23 15:38:29
阅读次数:
231
using System;using System.Collections.Generic;using System.Text;namespace HelloWorld{ class Program { static void Main(string[] args) ...
分类:
其他好文 时间:
2014-07-23 15:01:46
阅读次数:
155
1.互斥量(QMutex)
头文件声明: #include
互斥量声明: QMutex m_Mutex;
互斥量加锁: m_Mutex.lock();
互斥量解锁: m_Mutex.unlock();
2.等待条件(QWaitCondition)
头文件声明: #inc...
分类:
其他好文 时间:
2014-07-23 13:20:44
阅读次数:
489
SY-ABCDE 常量,A-Z字母表SY-BATCH 后台的程序运行SY-COLNO:当前选定列的列号SY-CPAGE 列表的当前显示页SY-CUCOL 屏幕,PAI 的水平光标位置SY-CUROW:选择某行时光标列位置sy-datar:在PAI中,如果屏幕上至少有一个输入字段的值被用户或其他数据传...
分类:
其他好文 时间:
2014-07-23 12:37:16
阅读次数:
316
Eclipse的控制台console有时候经常的跳出来,非常的烦人!让它不经常的调出来,可以按下面的操作去掉它:windows -> preferences -> run/debug -> console去掉"Show when program writest to standard out"和"S...
分类:
系统相关 时间:
2014-07-23 11:48:36
阅读次数:
257
# Copyright 2006 Joe Wreschnig## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public Li...
分类:
其他好文 时间:
2014-07-22 22:36:33
阅读次数:
351
1、关闭你的MyEclipse2、找到MyEclipse的安装目录比如:C:\Program Files\Genuitec3、搜索*wizard*(com.genuitec.eclipse.wizards_8.5.0.me201003052220.jar)4、打开,找到templates\Servl...
分类:
系统相关 时间:
2014-07-22 22:35:33
阅读次数:
363