码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
启动WCF多个服务方法
引用就不说明,直接贴上:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;using System.Configuration;usi...
分类:其他好文   时间:2014-06-15 22:17:25    阅读次数:226
Time Out 访问数据库超时处理 .NET
1 using System.Reflection; 2 3 using System.Data.SqlClient; 4 5 6 7 8 9 TransactionSelectTableAdapter adapter = new Transacti...
分类:数据库   时间:2014-06-15 22:05:01    阅读次数:327
在创建数据库连接时的错误提示
在学习Mvc MusicStore 过程当中,遇到在添加StoreManagerController时出现错误,显示Unable to retreive metadata for 'MvcMovie.Models.Movie'. Using the same DbCompiledModel to c...
分类:数据库   时间:2014-06-15 22:04:22    阅读次数:280
Unity3D 连接MySQL数据库笔记4-Unity3d代码
新建Unity3D项目新建一个 Plugins文件夹把所需要的DLL放到Plugins中新建C#脚本 命名为ToMysql.cs不多说了 ,直接上代码,很简单 有注释 ,大家一看就明白了using UnityEngine;using System;using System.Collections;u...
分类:数据库   时间:2014-06-15 21:44:54    阅读次数:380
tyvjP1003越野跑(水)
越野跑描述 Description为了能在下一次跑步比赛中有好的发挥,贝茜在一条山路上开始了她的训练。贝茜希望能在每次训练中跑得尽可能远,不过她也知道农场中的一条规定:奶牛独自进山的时间不得超过M秒(1 using namespace std;int main(){ int m,t,u,f,d...
分类:其他好文   时间:2014-06-15 21:37:45    阅读次数:199
C#【数据库】 Access类
1 using System; 2 using System.Data; 3 using System.Data.OleDb; 4 5 namespace AccessDb 6 { 7 /**//// 8 /// Acc...
分类:数据库   时间:2014-06-15 20:46:36    阅读次数:177
EF快速开发定义数据接口类(转)
using System;using System.Linq;using System.Linq.Expressions;using System.Data.Objects;namespace HENANLUHENG.Framework.EntityRepository{ public interf...
分类:其他好文   时间:2014-06-15 19:53:41    阅读次数:283
HDU 2813
http://acm.hdu.edu.cn/showproblem.php?pid=2813裸二分图最优匹配,需要用两个map把武将名字映射到点的序号上#include #include #include #include using namespace std;const int N=210;co...
分类:其他好文   时间:2014-06-15 17:21:24    阅读次数:179
dfs1321
比较抽象吧,看到题时一点思想也没有,参考了别人的代码才知道。。。渣渣#include #include #include #include using namespace std;int map[10][10];int v[10];//作用重大int n,k,num;void dfs(int r,i...
分类:其他好文   时间:2014-06-15 07:18:09    阅读次数:166
重温WCF之群聊天程序(十)
完成的效果图:服务器端代码:using System;using System.Collections.Generic;using System.Linq;using System.ServiceModel;using System.ServiceModel.Description;using Sy...
分类:其他好文   时间:2014-06-15 06:54:24    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!