摘要: USE [tms]GO/****** Object: UserDefinedFunction [dbo].[StrToTable] Script Date: 2017/4/26 9:06:20 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOA 阅读全文
posted @ 2017-04-26 09:07 恋之呓 阅读(2685) 评论(0) 推荐(0) 编辑
摘要: USE [tms]GO/****** Object: UserDefinedFunction [dbo].[fn_ConvertListToTable_Sort] Script Date: 2017/4/26 9:04:51 ******/SET ANSI_NULLS ONGOSET QUOTED_ 阅读全文
posted @ 2017-04-26 09:06 恋之呓 阅读(253) 评论(0) 推荐(0) 编辑
摘要: public static string StringToMD5Hash(string inputString) { MD5CryptoServiceProvider md5 = new MD5CryptoServiceProvider(); byte[] encryptedBytes = md5. 阅读全文
posted @ 2017-04-21 14:23 恋之呓 阅读(139) 评论(0) 推荐(0) 编辑
摘要: System.IO.MemoryStream ms = new System.IO.MemoryStream(); xmlDoc.Save(ms); System.IO.StreamReader sr = new System.IO.StreamReader(ms, System.Text.Enco 阅读全文
posted @ 2017-04-17 16:36 恋之呓 阅读(237) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?><Root> <Header> <MessageReferenceNumber>I9DeoogUJg8ZBfA</MessageReferenceNumber> <DocumentName>无车承运人电子路单</Docume 阅读全文
posted @ 2017-03-06 16:18 恋之呓 阅读(726) 评论(0) 推荐(0) 编辑
摘要: select tbl2.id,tbl2.TitleName,tbl1.[1],tbl1.[2],tbl1.[3],tbl1.[4] from (select * from (SELECT [MainId] ,[SAnswer] ,Row_Number() OVER(partition by main 阅读全文
posted @ 2017-02-24 13:40 恋之呓 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 如图: 1.自动换行 2.限制宽高度 (注意:如果div放在li中还需要加上display:inline-block属性) 分类: CSS 分类: CSS 阅读全文
posted @ 2017-02-16 14:29 恋之呓 阅读(3397) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Net.Mail;using System.Web;using System.Data;using System.Data.SqlClient;u 阅读全文
posted @ 2017-02-07 16:56 恋之呓 阅读(143) 评论(0) 推荐(0) 编辑
摘要: <table> <tr> <td colspan="5">请选择试卷制定人员<span style="color:red">(选一人即可)</span>:</td> </tr> <tr> <td style="width:50px;">姓名:</td> <td style="width:80px;" 阅读全文
posted @ 2017-02-07 16:19 恋之呓 阅读(349) 评论(0) 推荐(0) 编辑
摘要: E:\Projects\jnc\剑南春\src\WebApplication\Content\File\UpLoadFile\License.exe删除即可 阅读全文
posted @ 2017-02-06 09:26 恋之呓 阅读(112) 评论(0) 推荐(0) 编辑