码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
How to: Host and Run a Basic Windows Communication Foundation Service
This is the third of six tasks required to create a Windows Communication Foundation (WCF) application.For an overview of all six of the tasks, see th...
分类:Windows程序   时间:2015-07-08 20:45:46    阅读次数:248
How to: Implement a Windows Communication Foundation Service Contract
This is the second of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call the service.For a...
分类:Windows程序   时间:2015-07-08 20:41:03    阅读次数:133
How to: Define a Windows Communication Foundation Service Contract
This is the first of six tasks required to create a basic Windows Communication Foundation (WCF) application.For an overview of all six of the tasks, ...
分类:Windows程序   时间:2015-07-08 18:47:34    阅读次数:201
linunx ubuntu 开启rewrite
~$ sudo a2enmod [sudo] password for xxxx: Your choices are: access_compat actions alias allowmethods asis auth_basic auth_digest auth_form auth_mysql ...
分类:系统相关   时间:2015-07-08 12:39:42    阅读次数:141
搭建 CentOS 6 服务器(1) - 安装CentOS 6.6
以下是在VirtualBox里的安装过程: 1. 选择“Select Install or upgrade existing system”2. 选择“skip ”3. 点击“Next”4. 选择语言后点击“Next”5. 选择键盘6. 选择“Select Basic Storage Device....
分类:其他好文   时间:2015-07-08 09:22:00    阅读次数:95
Oracle Instanc Client安装命令工具
条件1.Linux RHEL 6.X X86_64操作系统2.从安装Oracleserver的server此次收购Oracle相关文件(同OS)软件下载从Oracle包:1) instantclient-basic-linux.x64-11.2.0.4.0.zip (59.282MB)2)insta...
分类:数据库   时间:2015-07-06 13:48:26    阅读次数:166
获得当前设备可用的内存 和 获取当前任务所占用的内存 (单位:MB)(转)
获取当前任务所占的内存:#include #include // 任务占用内存double usedMemory(){#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) task_basic_info_data_t taskInfo; mach_msg...
分类:其他好文   时间:2015-07-06 11:45:41    阅读次数:94
Laravel5.1学习笔记23 Eloquent 序列化
Eloquent: Serialization Introduction Basic Usage Hiding Attributes From JSON Appending Values To JSON Introduction When building JSON APIs, you will o...
分类:其他好文   时间:2015-07-06 11:44:17    阅读次数:173
MathJax基本的使用方式
依照mathjax-basic-tutorial-and-quick-reference,总结mathjax的基本用法。...
分类:其他好文   时间:2015-07-05 09:41:30    阅读次数:699
SQLite数据库连接字符串(C#)
Basic(基本的) Data Source=filename;Version=3;Using UTF16(使用UTF16编码) Data Source=filename;Version=3;UseUTF16Encoding=True;With password(带密码的) Data Source=...
分类:数据库   时间:2015-07-04 15:28:35    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!