引用就不说明,直接贴上: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
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项目新建一个 Plugins文件夹把所需要的DLL放到Plugins中新建C#脚本 命名为ToMysql.cs不多说了 ,直接上代码,很简单 有注释 ,大家一看就明白了using UnityEngine;using System;using System.Collections;u...
分类:
数据库 时间:
2014-06-15 21:44:54
阅读次数:
380
越野跑描述 Description为了能在下一次跑步比赛中有好的发挥,贝茜在一条山路上开始了她的训练。贝茜希望能在每次训练中跑得尽可能远,不过她也知道农场中的一条规定:奶牛独自进山的时间不得超过M秒(1 using namespace std;int main(){ int m,t,u,f,d...
分类:
其他好文 时间:
2014-06-15 21:37:45
阅读次数:
199
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
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
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
比较抽象吧,看到题时一点思想也没有,参考了别人的代码才知道。。。渣渣#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
完成的效果图:服务器端代码: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