码迷,mamicode.com
首页 >  
搜索关键字:program files x86    ( 31958个结果
eclipse下如何配置tomcat
转自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的SDK配置
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
Windows Myeclipse 10 安装 perl 插件
1.首先安装windows下的perl环境这里使用active perl,选择最新版本5.16.1下载地址:http://www.activestate.com/activeperl/downloads文件名:ActivePerl-5.16.1.1601-MSWin32-x86-296175.msi...
分类:Windows程序   时间:2014-05-19 17:53:59    阅读次数:412
C# using SendMessage, problem with WM_COPYDATA z
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
linux内核-红黑树
//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
关于MySQL redo log,挖些坑,慢慢填
1. 为什么可以设置为多个redo log ? (innodb_log_files_in_group,默认值和推荐值都是2,我们线上设的统一为4);2. 什么条件下会触发刷脏?除了master_thread\强制checkpoint以外,这个频率是否可以调整;3. recovery阶段,bp是...
分类:数据库   时间:2014-05-17 22:16:22    阅读次数:413
c#学习7.索引
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
总结(5.12)
上传文件:1. $_files[""];(需要接收) 2.判断是否有文件上传 3.将文件上传到服务器的哪里$_files[""];(需要接收) is_upload() move_upload_file(1(临时文件),2(移动临时文件的路径))
分类:其他好文   时间:2014-05-17 19:22:47    阅读次数:288
JAVA坏境变量中的JAVA_HOME path classpath 的设置与作用。
以下为置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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!