转自http://jingyan.baidu.com/article/ca2d939dd90183eb6d31ce79.html工具/原料操作系统:windows
7 64位开发工具:eclipse-jee-juno-SR2-win32-x86_64(请自行官网下载)使用服务器:apache-tom...
分类:
系统相关 时间:
2014-05-19 19:11:35
阅读次数:
499
Visual Studio的SDKVisual Studio
6.0自带的SDK是1998年的,目录为C:\Program Files\Microsoft Visual
Studio\VC98\,这里简记为VS6SDKDIR。以下为打开vc6菜单tools->options->directories...
分类:
其他好文 时间:
2014-05-19 18:21:14
阅读次数:
355
1.首先安装windows下的perl环境这里使用active
perl,选择最新版本5.16.1下载地址:http://www.activestate.com/activeperl/downloads文件名:ActivePerl-5.16.1.1601-MSWin32-x86-296175.msi...
The final missing piece depends on if you are
using any processor, x86 or x64. The details using these different functions
requires specific handling ...
分类:
其他好文 时间:
2014-05-19 17:35:26
阅读次数:
356
//rbtree.h /* Red Black Trees (C) 1999 Andrea
Arcangeli This program is free software; you can redistribute it and/or modify
it under the terms of the...
分类:
系统相关 时间:
2014-05-18 01:05:37
阅读次数:
489
1. 为什么可以设置为多个redo log ?
(innodb_log_files_in_group,默认值和推荐值都是2,我们线上设的统一为4);2.
什么条件下会触发刷脏?除了master_thread\强制checkpoint以外,这个频率是否可以调整;3. recovery阶段,bp是...
分类:
数据库 时间:
2014-05-17 22:16:22
阅读次数:
413
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 索引{ class Program { static void
Main(string[]...
分类:
其他好文 时间:
2014-05-17 20:10:36
阅读次数:
254
上传文件:1. $_files[""];(需要接收) 2.判断是否有文件上传
3.将文件上传到服务器的哪里$_files[""];(需要接收) is_upload()
move_upload_file(1(临时文件),2(移动临时文件的路径))
分类:
其他好文 时间:
2014-05-17 19:22:47
阅读次数:
288
以下为置JAVA_HOME,CLASSPATH,PATH的目的: 1,设置JAVA_HOME:
一、为了方便引用,比如,你JDK安装在C:\Program Files\Java\jdk1.6.0目录里,则设置JAVA_HOME为该目录路径,
那么以后你要使用这个路径的时候, 只需输入%JAVA_HO...
分类:
编程语言 时间:
2014-05-17 19:20:06
阅读次数:
306
1 namespace ExtensionMethod 2 { 3 class Program 4 {
5 static void Main(string[] args) 6 { 7 //要求很简单,判断字符串是否长度大于三并...
分类:
其他好文 时间:
2014-05-17 18:25:24
阅读次数:
227