码迷,mamicode.com
首页 >  
搜索关键字:programs    ( 760个结果
Windows下配置Apache集成PHP
PHP版本为:php-5.3.28-Win32-VC9-x86.zip 下载,解压;(例如: E:\programs\php5.3.28-VC9) 重命名php.ini-development为php.ini; 打开该文件,修改如下: 因为要用mysql,所以要把mysql模块放开;即将php_mysql.dll打开; 修改apache配置文件: 找到conf下的htt...
分类:Windows程序   时间:2015-01-30 15:53:37    阅读次数:233
利用Xml架构生成实体访问类
use XSD.exe in VS2010 from a xsd file to class1.use XSD.exeStart -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools -> Visual Stud...
分类:其他好文   时间:2015-01-24 06:47:07    阅读次数:142
uva656 Optimal Programs
Optimal Programs As you know, writing programs is often far from being easy. Things become even harder if your programs have to be as fast as possible...
分类:其他好文   时间:2015-01-22 17:57:18    阅读次数:163
计算机外语收集
nested condition statement 嵌套条件语句Interpreter 解释器branching programs 分支程序syntax 语法semantic语义code structure 代码结构piece of code 代码段constant time 常数时间
分类:其他好文   时间:2015-01-22 12:35:24    阅读次数:200
dx11 入门 Tutorial 03: 什么是shader DirectXSampleBrowser(June 2010)
对shader的认知:shader是什么?In Direct3D 11, shaders reside in different stages of the graphics pipeline. They are short programs that,executed by the GPU, ta...
分类:其他好文   时间:2015-01-16 23:49:39    阅读次数:246
位运算(&)一题
Find the defects in each of the following programs, and explain why it is incorrect.// the function need set corresponding bit in int#define BIT_MASK(...
分类:其他好文   时间:2015-01-14 14:03:02    阅读次数:156
Understand How Java Programs Work
Java programms that run locally on your computer are called applications. Programs that run on web pages are called applets.You can run Java applicati...
分类:编程语言   时间:2015-01-14 06:14:35    阅读次数:195
#ifdef __cplusplus extern "C" { #endif”的定义
看一些程序的时候老是有 “#ifdef __cplusplus extern "C" { #endif”的定义,搞搞清楚是怎么回事: Microsoft-Specific Predefined Macros __cplusplus Defined for C++ programs only.  意思是说,如果是C++程序,就使用 extern "C"{ 而这个东东,是指在下面的...
分类:其他好文   时间:2015-01-13 21:40:30    阅读次数:222
使用dropbox 同步任意文件夹(MAC)
使用dropbox自动同步自己mac上的文件夹:ln -s /Volumes/Macintosh_HD_2/Programs/00-My_Programs /Users/foreverycc/Dropbox/My_Program# 1. must be full absolute path ( "~...
分类:系统相关   时间:2015-01-08 07:05:54    阅读次数:337
SharePoint 2013 平台Kerberos 配置详细说明 (Configure Kerberos Guideline)
一个项目用到,考虑到很多项目会用到,方便同事和自己也能方便别人参加。所以写出详细技术细节 所有抓图均来自与服务器,由于这个项目时英文的,所有我写也是英文admin guideline Ok  let's begin. All Programs > Microsoft SharePoint 2013 Products > SharePoint 2013 Central Admi...
分类:其他好文   时间:2015-01-05 18:52:31    阅读次数:306
760条   上一页 1 ... 64 65 66 67 68 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!