上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 69 下一页
摘要: http://www.adobe.com/devnet/html5/articles/extending-phonegap-with-native-plugins-for-ios.htmlThis article examines native plugins for PhoneGap (also known as Apache Cordova) applications in Xcode, targeting iOS devices. If you are just starting out with PhoneGap or if you need to review the fundame 阅读全文
posted @ 2012-05-12 10:12 zyip 阅读(429) 评论(0) 推荐(0)
摘要: 在code Singing Identity中Debug项目下选择开发者证书(Distributions证书会引起这个问题) 参加apple官方的说明 http://developer.apple.com/library/ios/#qa/qa1710/_index.html 阅读全文
posted @ 2012-05-11 20:59 zyip 阅读(561) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/ch_soft/article/details/7242265 阅读全文
posted @ 2012-05-11 16:45 zyip 阅读(117) 评论(0) 推荐(0)
摘要: SET IDENTITY_INSERT [Staff] ONINSERT INTO [Staff] ([ID] ,[Sex] ,[FirstName] ,[LastName] ,[E_mail] ,[Email_Office] ,[PositionID] ,[AttendStart] ,[AttendEnd] ,[Title] ,[StaffNo] ,[CellPhone] ,[TelOffice] ,[TelNo] ,[Compound] ,[Compoun... 阅读全文
posted @ 2012-05-11 10:50 zyip 阅读(1972) 评论(0) 推荐(0)
摘要: http://www.telerik.com/products/decompiler.aspx?utm_source=dns&utm_medium=banner&utm_campaign=justdecompileUnrivaled decompiling power in your hands.Free, for everyone, forever. The Free .NET Decompiler for Everyone Quite simply the must-have .NET decompiler for everyone. JustDecompile makes 阅读全文
posted @ 2012-05-11 08:54 zyip 阅读(302) 评论(0) 推荐(0)
摘要: http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp 阅读全文
posted @ 2012-05-07 16:05 zyip 阅读(269) 评论(0) 推荐(0)
摘要: ALTERTRIGGER[dbo].[ToBlockDeleting]ON[dbo].[t]INSTEADOFDELETEASBEGINupdatetsetflag=flag+1wheret.id=(selectidfromdeleted)ENDGO 阅读全文
posted @ 2012-04-27 16:31 zyip 阅读(138) 评论(0) 推荐(0)
摘要: --select * from tblstudentdata where student_id='19840101'--delete from tblstudentdata where student_id='0220129080'----select * from tblstudentdata where student_id='0220129080' --0220020454----declare @count as integer;set @count=0;select @count=count(1) from tblstudentdata 阅读全文
posted @ 2012-04-11 15:06 zyip 阅读(211) 评论(0) 推荐(0)
摘要: 最早写冒泡排序是在上学的时候,用c语言实现的,工作后再也没写过这个无用的算法,然后见网上很多人执着于这个算法,甚至用他来评价一个程序员的素质,于是乎试着用C#写了一遍。程序中的后三行注释用于避免对已排序好的数组进行重复排序usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceBubbleSortCSharp{classProgram{staticvoidMain(string[]args){int[]arr={18,3,8,2,7,9,9,9,5,11,1,10,30,20} 阅读全文
posted @ 2012-03-14 15:54 zyip 阅读(203) 评论(0) 推荐(0)
摘要: http://www.microsoft.com/china/community/Column/26.mspxhttp://blog.csdn.net/babyt/article/details/100989# 阅读全文
posted @ 2012-03-02 12:18 zyip 阅读(137) 评论(0) 推荐(0)
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 69 下一页