码迷,mamicode.com
首页 >  
搜索关键字:critical section obj    ( 17520个结果
Rapidly detecting large flows, sFlow vs. NetFlow/IPFIX
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:Windows程序   时间:2014-06-18 10:58:32    阅读次数:1043
js iframe 与 父窗体的调用
调子窗体window.document.getElementById('vocabularymanagerIframe').contentWindow.gridStoreReload(obj);调父窗体window.parent.reloadVocabularyGrid(obj);
分类:Windows程序   时间:2014-06-18 10:03:13    阅读次数:253
BaseDao
public class BaseDao { private static Log logger = LogFactory.getLog(BaseDao.class); // 查询数据 public void selectSql(String sql, Object[] obj) ...
分类:其他好文   时间:2014-06-18 10:02:34    阅读次数:226
LaTeX技巧002:\section{}章节命令添加中文编译不了问题
在宏包hyperref前面添加选项CJKbookmarks\usepackage[CJKbookmarks]{hyperref}并且把这句话尽可能地加在导言区的最底部,即尽可能靠近\begin{document}.
分类:其他好文   时间:2014-06-18 09:22:57    阅读次数:179
Win32 Windows编程 三
一、NMAKE 和 Makefile 1.1  NMAKE - 命令解释器, 根据Makefile文件中定义的脚本,完成项目的编译等操作 1.2 Makefile - 定义编译、连接等脚本语言 1.3 Makefile 文件的使用 1.3.1 基本语法规则 window.exe:window.obj //依赖行     cl.exe window.c /c...
分类:Windows程序   时间:2014-06-17 16:04:45    阅读次数:372
javascript 对象深拷贝
javascript 中对象深拷贝在看到jq.extend 时发现javascript 中的深拷贝,一直没有详细了解深拷贝怎么实现的。 1 var isType = function(obj, type){ 2 var toString = Object.prototype....
分类:编程语言   时间:2014-06-15 17:31:56    阅读次数:297
Windows DIB文件操作详解-4.使用DIB Section
Windows将DIB转换成DIB Section既提高了显示效率和性能,又可以直接操作像素点。本文首先讲解DIB Section的存储和显示原理,然后演示了如何创建和显示DIB Section、获取DIBSECTION和Color Table。...
分类:Windows程序   时间:2014-06-15 13:37:55    阅读次数:526
makefile missing separator. Stop
1 ifneq ($(KERNELRELEASE),) 2 obj-m := hello.o 3 4 else 5 PWD := $(shell pwd) 6 KVER := $(shell uname -r) 7 KDIR := /lib/modules/$(KVER)/build 8 al...
分类:其他好文   时间:2014-06-15 11:01:51    阅读次数:349
void 0 或者 undefined
Problem 在检查一个值是否为undefined的时候,你们是如果去测试的? 要是之前的我会这样子测试 function isUndefined(obj){ return obj === undefined; } 但是最近在看《javascript框架设计》这本书的时候,他用了另外一种方法,我就有点纳闷了。 function isUndefined(obj){...
分类:其他好文   时间:2014-06-14 12:50:24    阅读次数:264
rubymotion 用ruby写iOS
除了用obj-c来写iOS外,苹果公司几周前在开发者大会上发布了一个新语言swift。一时响应非凡,大家都觉得已经没有必要再去接触obj-c那种繁复的语法和冗长的函数名了。其实,几年前就有一款付费的ruby for iOS 了,那就是rubymotion。ruby语言是个很有人味的语言,不在那么死板...
分类:移动开发   时间:2014-06-14 08:54:36    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!