E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
macros
函数buf_page_get
Thefollowing
macros
shouldbeusedinsteadofbuf_page_get_gen, toimprovedebugging.OnlyvaluesRW_S_LATCHandRW_X_LATCHareallowed
taek
·
2015-11-23 18:00
redis源码笔记 - redis-cli.c
1 #include "f
macros
.h" //用于mac下的兼容性处理 2 #include "version.h"
·
2015-11-13 23:08
redis-cli
redis源码笔记-config
1 #ifndef __CONFIG_H 2 #define __CONFIG_H 3 4 #ifdef __APPLE__ 5 #include <Availability
Macros
.h
·
2015-11-13 23:05
config
redis源码笔记-dict.c
dict.c 1 #include "f
macros
.h" 2 3 #include <stdio.h> 4 #include <stdlib.h
·
2015-11-13 23:03
redis
iphone-common-codes-ccteam源代码 CCTest
Macros
.m
// // CCTest
Macros
.m // CCFC // // Created by xichen on 11-12-30. // Copyright 2011 ccteam.
·
2015-11-13 21:07
iPhone
iphone-common-codes-ccteam源代码 CCTest
Macros
.h
// // CCTest
Macros
.h // CCFC // // Created by xichen on 11-12-30. // Copyright 2011 ccteam.
·
2015-11-13 21:06
iPhone
Emacs - 维基百科,自由的百科全书
Emacs - 维基百科,自由的百科全书 Emacs即Editor
MACroS
(宏编辑器),是一种文本编辑器,在程序员和其他以技术工作为主的计算机用户中广受欢迎。
·
2015-11-13 21:27
emacs
Single-stack real-time operating system for embedded systems
RTOS) for embedded controllers having limited memory includes a continuations library, a wide range of
macros
·
2015-11-13 20:05
System
cc
Macros
#ifndef __CC
MACROS
_H__ #define __CC
MACROS
_H__ #ifndef _USE_MATH_DEFINES #define _USE_MATH_DEFINES
·
2015-11-13 20:32
mac
php源码中的常见宏
先记录下php源码中常见到的一些宏,以备以后查看需要 Zend/zend_globals_
macros
.h: # define CG(v) TSRMG(compiler_globals_id, zend_compiler_globals
·
2015-11-13 19:51
PHP
宏运用-编排整个解决方案中的代码文件,去除及排序using
Explorer宏资源管理器 ( Tools工具 -> Marcors宏 -> Macro Explorer宏资源管理器 ), 然后在Marcos Explorer宏资源管理器中选中My
Macros
·
2015-11-13 18:31
解决方案
WebSocket
#ifndef __CC_WEBSOCKET_H__ #define __CC_WEBSOCKET_H__ #include "Extension
Macros
.h" #
·
2015-11-13 16:52
websocket
Android培训班(89)内核解压过程2
接着下来这段代码,是跟调试有关的,如下: /* * Debugging stuff * * Note that these
macros
must notcontain any code which
·
2015-11-13 15:42
android
CCEditBox/CCEditBoxImplIOS
"cocos2d.h" #if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) #include "Extension
Macros
.h
·
2015-11-13 12:23
ios
Xcode intellisense meaning of letters in colored boxes like f,T,C,M,P,C,K,# etc
Red:
macros
# = macro (think #define) Brown: Core Data / namespace C = modeled class
·
2015-11-13 12:03
xcode
rpm包制作
rpm安装包的制作有严格的自定义的路径,这个路径是在/usr/lib/rpm这个目录下的
macros
这个文本配置文件里面一个%_topdir定义的,一般是定义为$HOME/rpmbuild
·
2015-11-13 09:47
rpm
C++ Macro Usage
So we can use
macros
to finish these fun
·
2015-11-13 09:35
C++
Visual Studio 在Cpp和头文件间切换的宏 (Alt + O)
Visual Studio 在Cpp和头文件间切换的宏 (Alt + O) (see link: http://www.codeproject.com/KB/
macros
/SourceHeaderJumper.aspx
·
2015-11-13 08:46
cpp
Cocos2D-X学习笔记 3 从一个场景切换到还有一个场景
StartLayer *sl = new StartLayer(); sl->init(); sl->autorelease(); return sl; } 也能够用CC的CCPlatform
Macros
.h
·
2015-11-13 08:06
cocos2d-x
callback
macros
cript SphereSegsOn category:"HowTo" ( callbacks.removescripts id:#sphere_segs txt
·
2015-11-13 04:19
callback
BOBO——filetype for export
macroS
cript BFF_Exporter category:"Bobo_s Tools" (-----------------------------------------
·
2015-11-13 04:06
Export
Linux内核中的宏:__init and __exit
======================================= The __init and __exit declarations are special kernel
macros
·
2015-11-13 04:19
linux
Create a Visual C++ Wizard for Visual Studio 2005
from: http://www.codeguru.com/cpp/v-s/devstudio_
macros
/customappwizards/article.php/c12775/Create-a-Visual-C-Wizard-for-Visual-Studio
·
2015-11-13 03:40
create
ExportGeo
-- export by sssa2000
macroS
cript ExportGeo category:"HowTo2"( fn GetGeometry
·
2015-11-13 02:20
Export
ImportDate
macroS
cript ImportGeo category: "HowTo2"( --从文件中读入某个分割符 后面 的数据  
·
2015-11-13 02:19
import
min()的宏定义中的(void) (&_x == &_y)的含义
近日无意间发现,关于常见的min的宏定义,在Linux中是这样的: /** min()/max()/clamp()
macros
that also do* strict type-checking
·
2015-11-13 01:26
in
C\C++宏大全
一、标准预定义宏 The standard predefined
macros
are specified by the relevant language standards, so they are
·
2015-11-12 23:22
c
Objective-C 宏定义的收集
本文翻译自:Collection of Objective-C
Macros
下面你将看到一些关于Objective-C 宏定义的收集,你也可以把你收集的回复给我(谢谢你!)
·
2015-11-12 22:55
Objective-C
其实可以用这个方法创建按钮,效果会不错。
macros
cript MorpherFloater category:"HowTo" ( global mf_float, mf_morpher_mod on isEnabled
·
2015-11-12 20:36
方法
创建文件夹 dos 找到外部链接
macroS
cript date_scritps_Support category:"盖天工具" ButtonText:"maxscripts_help
·
2015-11-12 20:29
dos
点开点开 灰常重要
macroS
cript mode_jianmo_1_3 category:"盖天工具" ButtonText:"mode_(建模)_1.3&
·
2015-11-12 20:26
Vim's Setting for Editing Matlab Files
Then add such command to your own .vimrc file source $VIMRUNTIME/
macros
/matchit.vim filetype indent
·
2015-11-12 17:59
matlab
常用脚本资料词汇
角度转弧度 degto rad 随即地取值random ma select $shaps
macroS
cript Macro112 category:"DragAndDrop
·
2015-11-12 16:38
脚本
对齐工具自动化脚本 能自动的判别方向 自动的对齐。配合网上的轴心改变脚本 能做很多的事了
macroS
cript gt_duiqigognju category:"盖天工具" ButtonText:"对齐" toolTip
·
2015-11-12 16:29
自动化
建模用的时候的模型模式
macroS
cript gt_moxing_mo_shi category:"盖天工具" ButtonText:"模型模式" toolTip
·
2015-11-12 16:28
模式
自动对齐核心已经完成。这个不错。
macroS
cript gt_duiqigognju category:"盖天工具" ButtonText:"对齐" toolTip
·
2015-11-12 16:27
自动
完整的对齐脚本
macroS
cript gt_duiqigognju category:"盖天工具" ButtonText:"对齐" toolTip
·
2015-11-12 16:25
脚本
可能会更新场景 这个就是换了全局函数防止出错,加入的报错系统
macroS
cript Macro6 category:"DragAndDrop" toolTip:""( ---想到了一个全局冻结模式
·
2015-11-12 16:22
函数
物体零层级的中间变量
macroS
cript poly_mesh_0 category:"DragAndDrop" toolTip:""(
·
2015-11-12 16:21
变量
libeXosip2(2-1) -- eXosip2 configuration API
eXosip_dns_cache struct eXosip_tls_credentials_s struct eXosip_tls_ctx_s
Macros
·
2015-11-12 16:38
configuration
一个简单的AVR测试程序
#include<iom16v.h> #include<
macros
.h> unsigned char led[]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf
·
2015-11-12 16:39
测试
ffmpeg:fatal error C1189: #error : missing -D__STDC_CONSTANT_
MACROS
/ #define __STDC_CONSTANT_
MACROS
f=15&t=158fatalerrorC1189:#error: missing-D__STDC_CONSTANT_
MACROS
/#define__STDC_CONSTANT_
MACROS
fatalerrorC1189
zhuweigangzwg
·
2015-11-12 15:00
CCRenderTexture 从后台进入前台变黑的处理(android)
修正: 在CCPlatform
Macros
.h中找到 #define CC_ENABLE_CACHE_TEXTURE_DATA
·
2015-11-12 15:31
android
Linux内核中的宏:__init and __exit
========================================= The __init and __exit declarations are special kernel
macros
·
2015-11-12 12:15
linux
VC6.0设置注释快捷键
第二步:选择“Commands(命令)”页,Category(类别)选
Macros
,然后在Commands中把CommentOut(注释)拖曳到工具栏快捷方式。
·
2015-11-12 12:19
快捷键
采集时如何有效地防止被网站屏蔽IP
方法是:先使用一个较大的间隔(例如30秒)去访问网站(可以自己写程序实现,也可以借助类似i
Macros
的浏览器自动化插件),如果不会被屏蔽就减少间隔时间,重复上述步骤直到IP被屏蔽。
草草123
·
2015-11-12 10:00
Reactive Cocoa Tutorial [1] = "神奇的
Macros
";
Reactive Cocoa Tutorial 系列,转载请注明该文源地址 -- by sunny 先说说RAC中必须要知道的宏: · RAC(TARGET, [KEYPATH, [NIL_VALUE]]) RAC(self.outputLabel, text) = self.inputTextField.rac_textSignal; RAC(se
·
2015-11-12 10:35
Active
“#ifdef __cplusplus extern "C" { #endif”的定义(zz)
看一些程序的时候老是有“#ifdef __cplusplusextern "C" {#endif”的定义,搞搞清楚是怎么回事: Microsoft-Specific Predefined
Macros
·
2015-11-11 19:35
extern
Tekla API 常见问题摘录整理
You can utilize the Open API in .NET applications (*.exe), plug-ins (*.dll),
macros
/scripts (*.cs) and
·
2015-11-11 15:17
常见问题
eclipse CreateProcess error=87 的解决办法
id=1862 In C:\google\appengine-java-sdk-1.3.1\config\user\ant-
macros
.xml Change line 102
·
2015-11-11 12:06
eclipse
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他