上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 55 下一页
摘要: http://www.cnblogs.com/heyuquan/p/net-batch-mail-send-async.html 阅读全文
posted @ 2015-05-07 15:43 无恨星晨 阅读(856) 评论(0) 推荐(0)
摘要: 每一次操作select的时候,总是要出来翻一下资料,不如自己总结一下,以后就翻这里了。 比如<select class="selector"></select> 1、设置value为pxx的项选中 $(".selector").val("pxx"); 2、设置text为pxx的项选中 $(".sel 阅读全文
posted @ 2015-05-05 17:28 无恨星晨 阅读(356) 评论(0) 推荐(0)
摘要: 看到有更新,习惯性的点了,升级到Visiual Studio Ultimate 2012 Update 1,并且按照提升重启了电脑。因为昨天太晚,也没验证。尽早打开VS,结果直接Crash。错误如下:问题签名: 问题事件名称:CLR20r3 问题签名 01:devenv.exe 问题签名 02:11... 阅读全文
posted @ 2015-05-05 13:46 无恨星晨 阅读(363) 评论(0) 推荐(0)
摘要: parentid是1就是id为1的公司的子公司如图 查询出所有的信息后 由于我要呈现的是parentName 不是parentId所以想问下SQL语句怎么写 谢谢啦~~:)解法:SELECT sub.orgName AS 公司名, main.orgName AS 父公司名FROM 表名 main ... 阅读全文
posted @ 2015-04-27 15:44 无恨星晨 阅读(989) 评论(0) 推荐(0)
摘要: As a response for customer's question, I decided to write about using Like Operator in Linq to SQL queries. Starting from a simple query from Northwin 阅读全文
posted @ 2015-04-27 11:21 无恨星晨 阅读(373) 评论(0) 推荐(0)
摘要: 代码下载:http://files.cnblogs.com/n-pei/mvcfileupload.zip 最近因为TeamVideo需要用到视频和图片上传功能,所以试着Google了很多资料,和大家分享下。 1.最基本的文件上传。 在View界面通过Form把数据POST到控制端(Controll 阅读全文
posted @ 2015-04-23 16:13 无恨星晨 阅读(330) 评论(0) 推荐(0)
摘要: #region 半角转换为全角 /// <summary> /// 半角转换为全角 ////转全角的函数(SBC case) ///任意字符串 ///全角空格为12288,半角空格为32 ///其他字符半角(33-126)与全角(65281-65374)的对应关系是:均相差65248 /// </s 阅读全文
posted @ 2015-04-23 13:12 无恨星晨 阅读(369) 评论(0) 推荐(0)
摘要: Suppose you have a tblRoom and tblUserInfo. Now, you need to select all the rooms regardless of whether the room has user information or not. This cal 阅读全文
posted @ 2015-04-22 16:40 无恨星晨 阅读(19042) 评论(2) 推荐(1)
摘要: linq to sql 实现左(右)连接,那个方法是对的var query2 = from tb0 in db.table_0 join tb1 in db.table_1 on table_0.关联键 equals table_1.关联键 into all from tb2 in all.Defa 阅读全文
posted @ 2015-04-22 15:52 无恨星晨 阅读(1078) 评论(0) 推荐(0)
摘要: 本节的主要内容:1、通过代理类的方式调用服务操作。2、通过通道的方式调用服务操作。3、代码下载 一、通过代理类的方式调用服务操作(两种方式添加代理类) 1.手动编写代理类,如下: 客户端契约: using System; using System.Collections.Generic; using 阅读全文
posted @ 2015-04-10 17:23 无恨星晨 阅读(2295) 评论(0) 推荐(1)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 55 下一页