上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 48 下一页

2016年5月29日

摘要: // ConsoleApplication33.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include using namespace std; #define _CRT_SECURE_NO_WARNINGS class A { public: A(A* a) { cout << "1" << endl; } A(const... 阅读全文
posted @ 2016-05-29 15:51 听哥哥的话 阅读(227) 评论(0) 推荐(0) 编辑

2016年5月28日

摘要: // ConsoleApplication32.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" using namespace std; #include #include #include template struct from_range { // range接口的成员类型 // 其含义为C++容器所包含数据的值类型 ... 阅读全文
posted @ 2016-05-28 21:08 听哥哥的话 阅读(550) 评论(0) 推荐(0) 编辑

2016年5月27日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data; namespace ConsoleApplication31 { class Program { ... 阅读全文
posted @ 2016-05-27 02:27 听哥哥的话 阅读(890) 评论(0) 推荐(0) 编辑

2016年5月25日

摘要: // ConsoleApplication19.cpp : 定义控制台应用程序的入口点。 // #pragma warning(disable:4996) #include "stdafx.h" using namespace std; #include class A { public: //=等号操作默认的是浅拷贝 这里重载=为深拷贝 当类里出现指针变量 用等号是浅拷贝 ... 阅读全文
posted @ 2016-05-25 13:49 听哥哥的话 阅读(2653) 评论(0) 推荐(0) 编辑

2016年5月23日

摘要: 1.类的函数的内联实现 #include "stdafx.h" #include "testdll.h" #include #include "testdll.h" using namespace std; #ifndef TestDll_H_ #define TestDll_H_ #pragma once #define DLL_EXPORTS #ifdef DLL_E... 阅读全文
posted @ 2016-05-23 14:31 听哥哥的话 阅读(228) 评论(0) 推荐(0) 编辑

2016年5月19日

摘要: 1.map的使用 var hql=string.Format(@"select new map( tc.LimitIndexType as LimitIndexType, tc.LimitScope as LimitScope, tb.Id as Id ) from BasLimitConfig tb,BasProductGroup ta ,BasLimitType tc where tb.... 阅读全文
posted @ 2016-05-19 00:39 听哥哥的话 阅读(259) 评论(0) 推荐(0) 编辑

2016年5月14日

摘要: 我这里主要分成了两个xml来进行spring.net管理实际情况中可自己根据需要进行分类 Dao2.xml --> Service.xml Dao层封装 这里我是hibernatetemplate模板做的,因为spring.net事务管... 阅读全文
posted @ 2016-05-14 12:35 听哥哥的话 阅读(324) 评论(0) 推荐(0) 编辑

2016年4月30日

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Linq; using System.Xml.Linq; using System.Xml; using System.Windows.Fo... 阅读全文
posted @ 2016-04-30 12:42 听哥哥的话 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 参考链接 (http://blog.csdn.net/xuemoyao/article/details/8060005)在开始将之前,先请大家看一下本节的标题,没错!是"LINQ TO XML实用解析",所以在这一节里我会以实用为主,向大家一步一步讲解LINQ TO XML的知识。 首先解释一下什么是LINQ to XML?LINQ to XML 是一种启用了 LINQ 的内存 XML 编程接... 阅读全文
posted @ 2016-04-30 11:37 听哥哥的话 阅读(210) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Linq; using System.Xml.Linq; using System.Xml; using System.Windows.Fo... 阅读全文
posted @ 2016-04-30 00:42 听哥哥的话 阅读(1143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 48 下一页

导航