上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 43 下一页

2015年10月10日

SQl函数的写法

摘要: USE [ChangHong_612]GO/****** Object: UserDefinedFunction [dbo].[FN_GetProdQty] Script Date: 10/08/2015 14:05:16 ******/SET ANSI_NULLS ONGOSET QUOT... 阅读全文

posted @ 2015-10-10 17:34 chengjunde 阅读(518) 评论(0) 推荐(0) 编辑

加料记录(大屏幕)

摘要: USE [ChangHongWMS612]GO/****** Object: StoredProcedure [dbo].[WMS_MonitorMaterialPut] Script Date: 10/08/2015 09:55:05 ******/SET ANSI_NULLS ONGOS... 阅读全文

posted @ 2015-10-10 17:33 chengjunde 阅读(182) 评论(0) 推荐(0) 编辑

ios 调试

摘要: http://www.cnblogs.com/weilaikeji/p/3306597.htmlhttp://www.cnblogs.com/Twisted-Fate/p/4760156.htmlhttp://www.cnblogs.com/macroxu-1982/p/3470665.html 阅读全文

posted @ 2015-10-10 17:26 chengjunde 阅读(114) 评论(0) 推荐(0) 编辑

c# 递归算法

摘要: c# 递归算法2009-03-13 09:446950人阅读评论(8)收藏举报算法c#funn2c1)1、1、2、3、5、8.......用递归算法求第30位数的值? 首先我们可以发现从第3位数起后一位数等于前两位数值之和,即:x=(x-1)+(x-2),x>2; 这里需要不断的相加,第一时刻就会想... 阅读全文

posted @ 2015-10-10 17:24 chengjunde 阅读(12050) 评论(0) 推荐(0) 编辑

ios之点语法

摘要: 第一个object c 程序 首先新建一个项目,“create a new Xcode project"-"OS X下的Application"-"Command Line Tool" ,命名为“点语法”,Type为“Foundation”,不要勾选“Use Automatic Reference... 阅读全文

posted @ 2015-10-10 17:11 chengjunde 阅读(406) 评论(0) 推荐(0) 编辑

SQL Server中如何获取当前年,月,日,时,分,秒

摘要: 分类:SQL Serverselect GETDATE() as '当前日期',DateName(year,GetDate()) as '年',DateName(month,GetDate()) as '月',DateName(day,GetDate()) as '日',DateName(dw,Ge... 阅读全文

posted @ 2015-10-10 14:31 chengjunde 阅读(854) 评论(0) 推荐(0) 编辑

2015年10月9日

when not exists 用法

摘要: USE [ChangHong_612]GO/****** Object: StoredProcedure [dbo].[st_MES_UpdateInspectResult] Script Date: 10/09/2015 16:15:36 ******/SET ANSI_NULLS ONG... 阅读全文

posted @ 2015-10-09 17:23 chengjunde 阅读(540) 评论(0) 推荐(0) 编辑

2015年9月30日

C#分布式缓存一:Couchbase的安装与简单使用

摘要: http://www.cnblogs.com/weixiao520/p/4824085.htmlhttp://www.cnblogs.com/weixiao520/p/4841585.html 阅读全文

posted @ 2015-09-30 17:01 chengjunde 阅读(136) 评论(0) 推荐(0) 编辑

如何将std::string转int,double? (C/C++) (C) (template)

摘要: http://www.cnblogs.com/oomusou/archive/2008/08/01/525647.htmlhttp://blog.sina.com.cn/s/blog_a843a8850101l4gp.htmlhttp://www.cnblogs.com/rosesmall/arch... 阅读全文

posted @ 2015-09-30 17:00 chengjunde 阅读(156) 评论(0) 推荐(0) 编辑

FOR XML PATH的用法

摘要: USE [ChangHongWMS612]GO/****** Object: StoredProcedure [dbo].[st_WMS_SelStockInBillList] Script Date: 09/30/2015 10:32:23 ******/SET ANSI_NULLS ON... 阅读全文

posted @ 2015-09-30 10:47 chengjunde 阅读(483) 评论(0) 推荐(0) 编辑

上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 43 下一页

导航