码迷,mamicode.com
首页 > 2014年06月26日 > 全部分享
多线程练习 -- 单例设计模式
Singleton.h#define singleton_h(name) + (instancetype)shared##name;#if __has_feature (objc_arc)#define singleton_m(name) \static id _instance; \\+ (id)...
分类:编程语言   时间:2014-06-26 16:39:23    阅读次数:193
jQuery基础---Ajax进阶
内容提纲:1.加载请求2.错误处理3.请求全局事件4.JSON和 JSONP5.jqXHR对象发文不易,转载请注明出处!在 Ajax 基础一篇中,我们了解了最基本的异步处理方式。本篇来了解一下 Ajax 的一些全局请求事件、跨域处理和其他一些问题。一.加载请求在 Ajax 异步发送请求时,遇到网速较...
分类:Web程序   时间:2014-06-26 16:40:03    阅读次数:207
OCP-1Z0-051-题目解析-第7题
7. Which twostatements are true regarding the USING and ON clauses in table joins? (Choose two.)A. Both USING and ON clauses can be used for equijoins...
分类:其他好文   时间:2014-06-26 16:40:39    阅读次数:801
DirectSound的应用
假设仅仅使用PlaySound()这个API函数来表现声音效果的话,那么就无法表现出声音的混音效果,由于PlaySound在播放还有一个声音时,必定会导致现有声音的停止。因此,使用PlaySound()要想构建出一个包括丰富音乐与音效的游戏世界是不现实的。 而DirectSound就能够完美的解决....
分类:其他好文   时间:2014-06-26 16:42:32    阅读次数:217
基本选择器
(1)基本选择器[selector_1.html] $("#id") $("div") $(".oneClass") $("p,div,span") $("#id,div,.oneClass") div1 div2 span ...
分类:其他好文   时间:2014-06-26 16:41:54    阅读次数:163
B/S结构
B/S结构(Browser/Server,浏览器/服务器模式),是WEB兴起后的一种网络结构模式,WEB浏览器是客户端最主要的应用软件。这种模式统一了客户端,将系统功能实现的核心部分集中到服务器上,简化了系统的开发、维护和使用。客户机上只要安装一个浏览器(Browser),如Netscape Nav...
分类:Web程序   时间:2014-06-26 16:41:16    阅读次数:284
jquery小例子,点击显示个数
1 2 3 4 5 Insert title here 6 7 8 9 篮球10 排球11 羽毛球12 乒乓球13 14 15 16 17 29 30
分类:Web程序   时间:2014-06-26 16:43:15    阅读次数:195
Javascript数据类型——undefined和null的异同
Javascript的基本数据类型中有undefined和null两种只有一个值得特殊数据类型。其中undefined表示未被初始化,不是为声明。而null表示一个空对象指针,而这也是使用typeof检测null返回”object”的原因。undefined表达的是通过var声明了变量,但没有显示的...
分类:编程语言   时间:2014-06-26 16:43:53    阅读次数:224
tools in common use
editor:notepad++sublime textmodelling:starumlscreen capture:setuna2jingcode coverage:opencoverdecompile .net assembly:ilspycommand prompt:conemutools ...
分类:其他好文   时间:2014-06-26 16:44:32    阅读次数:146
增强基本选择器[selector_3.html]
增强基本选择器[selector_3.html] $("ul li:first") $("ul li:last") $("table tr:even") $("table tr:odd") $("table tr:eq(0)") $("table tr:gt(0)") $(...
分类:Web程序   时间:2014-06-26 16:45:45    阅读次数:175
数据库中字段类型对应的C#中的数据类型
数据库中字段类型对应C#中的数据类型:数据库 C#程序 int int32 text string bigint int64 binary System.Byte[] bit Boolean char string...
分类:数据库   时间:2014-06-26 16:45:09    阅读次数:348
Hello C# !
Today,it`s my first day to start a new lesson with c#!At first ,I want to study it just because java is a old language ,and run slower than c# many pe...
分类:其他好文   时间:2014-06-26 16:46:23    阅读次数:191
【Android自定义控件】支持多层嵌套RadioButton的RadioGroup
非常喜欢用RadioButton+RadioGroup做Tabs,能自动处理选中等效果,但是自带的RadioGroup不支持嵌套RadioButton(从源码可看出仅仅是判断是不是子控件是不是RadioButton),本文参考RadioGroup修改了一个支持嵌套CompoundButton的控件,...
分类:移动开发   时间:2014-06-26 16:47:44    阅读次数:578
现代信号处理复习
模糊控制神经网络部分1.BP神经网络的计算题目:首先要确定输入是一个列向量$x=\begin{bmatrix}x_1 \\x_2\end{bmatrix},然后权向量矩阵为 w=\begin{bmatrix}w_{11} &w_{12}\\w_{21}&w_{22} \end{bmatrix}这里....
分类:其他好文   时间:2014-06-26 16:47:01    阅读次数:294
关于移动端图片处理技巧
最近做移动端的项目,需要做一些CSS动画,免不了用到一些PNG透明的图片作为元素,一开始用的PNG8的,显示效果不理想,杂边很突出的,图片大小20多K,后面使用PNG24,效果好了,但图片太大了134K,最后又回到PNG8,发现导出的时候,添加杂边到背景色,再结合背景图,效果很不错.不过需要注意的是...
分类:移动开发   时间:2014-06-26 16:49:03    阅读次数:297
OCP-1Z0-051-题目解析-第8题
8. View the Exhibit and examine the structure of the CUSTOMERS table.Which two tasks would require subqueries or joins to be executed in a single sta...
分类:其他好文   时间:2014-06-26 16:48:22    阅读次数:207
EasyUI中datagrid实现显示、增加、 删除、 修改、 查询操作(后台代码C#)
菜鸟进入,高手请绕道!+++++++++++++++++++++++++++++++++++++++一、数据的显示1新建HtmlPage2.html页面,引入相关文件。如下所示 2datagrid加载数据。代码如下所示 $(function () { ...
分类:其他好文   时间:2014-06-26 16:50:24    阅读次数:448
1548条   上一页 1 ... 44 45 46 47 48 49 50 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!