2016年7月15日
摘要: SQL 标量函数----->日期函数 day() 、month()、year()、2009年02月23日 星期一 11:30 SQL 标量函数----->日期函数 day() 、month()、year()、DATEADD()、ATEDIFF()、DATENAME()、DATEPART() GETDATE() 执行实例(表:life_unite_product 有createtime时间字段... 阅读全文
posted @ 2016-07-15 09:51 码 头 阅读(1981) 评论(0) 推荐(0) 编辑
摘要: function SetSize(obj, width, height) { myImage = new Image(); myImage.src = obj.src; if (myImage.width>0 && myImage.height>0) { var rate = 1; if (myImage.width>width || myImage.height>height) ... 阅读全文
posted @ 2016-07-15 09:10 码 头 阅读(251) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Security.Cryptography; using System.Text; namespace AttendService { public static class DESEncrypt { #region ========加密======== private static s... 阅读全文
posted @ 2016-07-15 09:09 码 头 阅读(10093) 评论(0) 推荐(0) 编辑
摘要: using System; class DistrictCode { public static void Main(string[] args) { while(true) { Console.Write("请输入(输入“E”退出):"); string inputString =Console.ReadLine(); if(iSnputString=="e"||... 阅读全文
posted @ 2016-07-15 09:08 码 头 阅读(268) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { int[] iA... 阅读全文
posted @ 2016-07-15 09:07 码 头 阅读(464) 评论(0) 推荐(0) 编辑