上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: == equality!= inequality greater-than>= greater-than or equal 阅读全文
posted @ 2015-12-22 15:24 facial 阅读(202) 评论(0) 推荐(0) 编辑
摘要: SyntaxSyntax for CAST:CAST (expression AS data_type [ (length ) ] )Syntax for CONVERT:CONVERT (data_type [ (length ) ] ,expression [Argumentsexpressio... 阅读全文
posted @ 2015-12-09 15:49 facial 阅读(257) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function () { $("body").prepend(''); //背景透明图 $("body").prepend(""); // loading. });点击提交表单的按钮:$(".search-box button[... 阅读全文
posted @ 2015-11-26 17:09 facial 阅读(5064) 评论(0) 推荐(0) 编辑
摘要: This ones a little old but was high in the google ranking so I thought I would throw in the answer I found fromChrome, pdf display, Duplicate headers ... 阅读全文
posted @ 2015-11-25 11:25 facial 阅读(250) 评论(0) 推荐(0) 编辑
摘要: This example shows how to formatDateTimeusingString.Formatmethod. All formatting can be done also usingDateTime.ToStringmethod.Custom DateTime Formatt... 阅读全文
posted @ 2015-11-20 10:31 facial 阅读(642) 评论(0) 推荐(0) 编辑
摘要: here's a simplesolution. just destroy the resizable function, then rebuild it. try { $("#div").resizable("destroy");$('#showAllInfomati... 阅读全文
posted @ 2015-11-17 15:41 facial 阅读(136) 评论(0) 推荐(0) 编辑
摘要: https://jqueryui.com/resizable/#helper 阅读全文
posted @ 2015-11-17 15:30 facial 阅读(111) 评论(0) 推荐(0) 编辑
摘要: I create a very simple website.when I run website from VS2012 ,website easily can get data from SQLSERVER which run on server which is seperate (I mea... 阅读全文
posted @ 2015-11-09 16:56 facial 阅读(675) 评论(0) 推荐(0) 编辑
摘要: Objective-C 中核心处理字符串的类是 NSString 与 NSMutableString ,这两个类最大的区别就是NSString 创建赋值以后该字符串的内容与长度不能在动态的更改,除非重新给这个字符串赋值。而NSMutableString 创建赋值以后可以动态在该字符串上更改内容与长度... 阅读全文
posted @ 2015-09-16 11:52 facial 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 刚刚下午那会 弄了个 解析 xml demo的小例子,本想着json也挺复杂 弄还是 不弄,但是简单的看了下 发现挺简单考虑了很久,还是写上来吧,毕竟json用得太多了,而且算是自己的积累吧,毕竟刚开始学习IOS开发方面的知识,就当是巩固了撒!还是 先看个效果图吧,如下!接下来 看下工程目录吧,其实... 阅读全文
posted @ 2015-09-15 13:45 facial 阅读(416) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页