posts - 26,  comments - 17,  views - 11万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
07 2016 档案
日期函数(sql)
摘要: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 码 头 阅读(1989) 评论(0) 推荐(0) 编辑
图片javascript缩小
摘要: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 码 头 阅读(252) 评论(0) 推荐(0) 编辑
c# DESEncrypt 加密、解密算法
摘要: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 码 头 阅读(10152) 评论(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 码 头 阅读(271) 评论(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 码 头 阅读(465) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示