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
__func__
Debug和Release版本--打印log
#ifdefDEBUG#defineNSLog(...)NSLog(__VA_ARGS__)#definedebugMethod()NSLog(@"%s",__
func__
)#else#defineNSLog
zhouleizhao
·
2014-05-08 17:00
log
python中使用sys模板和logging模块获取行号和函数名的方法
这是有人在论坛里提出的问题,底下一群人只是在猜测python为什么不像__file__一样提供__line__和__
func__
,但是却最终也没有找到解决方案。
·
2014-04-15 11:41
jprobe module code
#include staticirqreturn_tts_interrupt_probe(intirq,void*dev_id) { printk("KERN_INFO%s:irq=%d\n",__
func
coldsnow33
·
2014-03-10 19:00
内核
NSLog的宏定义改进版本
stderr,"%s\n",\ [[[NSStringstringWithUTF8String:__FILE__]lastPathComponent]UTF8String],\ __LINE__,__
func
u010962810
·
2014-02-22 13:00
java打印当前方法名示例分享
在C与C++中可以这样打印当前函数名:复制代码代码如下:printf("%s",__
func__
);但在Java没有此说法,一切即对象,得从某个对象中去获取,可分为两种方式:第一种:通过Thread类来获取
·
2014-02-16 14:08
java打印方法名
在C与C++中可以这样打印当前函数名:printf("%s",__
func__
);但在Java没有此说法,一切即对象,得从某个对象中去获取,可分为两种方式:第一种:通过Thread类来获取。
thinkerfans
·
2014-02-15 17:00
java
android
类名
打印方法名
bootloader lcd init
void display_init(void) { dprintf(ALWAYS, "%s: lcd_type = %d\n", __
func__
, lcd_type); if (
TopicDev
·
2014-02-13 16:00
宏定义的使用
5、__
func__
是
PoLuoGuiZu
·
2014-01-26 11:00
在 C/C++ 语言中特定的宏,如 __FUNCTION__
请注意在IDE环境中,不能识别__
func__
,而要用__FUNCTION__代替。Comeau的用户也应使用__FUNCTION__,而不是__
func__
。C++BuilderX的用户则应
dragon101788
·
2013-12-12 09:00
iOS 获取已连接的wifi信息
id)fetchSSIDInfo { NSArray*ifs=(id)CNCopySupportedInterfaces(); NSLog(@"%s:Supportedinterfaces:%@",__
func
marujunyy
·
2013-11-20 13:00
Debug神器
支持x86,x86-64,Armv7以及PowerPC上的Linux.3.宏:__FILE__(文件名:%s)__LINE__(行数:%d)__
func__
(函数名:%s)例如:#includeint
iteye_6551
·
2013-11-16 07:00
BCB6.0中的__
FUNC__
(vc++6.0中没有此功能)
void__fastcallTForm1::Button1Click(TObject*Sender) { AnsiStrings1=__FILE__; AnsiStrings2=__
FUNC__
;
stpeace
·
2013-11-09 10:00
__FUNCSIG__、__FUNCDNAME__、__FUNCTION__、__
func__
、__PRETTY_FUNCTION__
在最新的ISOC标准中,如大家所知的C99,加入了另一个有用的、类似宏的表达式__
func__
,其会报告未修饰过的(也就是未裁剪过的)、正在被访问的函数名。
weiqubo
·
2013-10-09 10:00
AsyncUdpSocket的简单应用和 fetchSSIDInfo 获取设备sid
bridge id)CNCopySupportedInterfaces(); NSLog(@"%s: Supported interfaces: %@", __
func
zjjzmw1
·
2013-09-27 10:00
ios
socket
SSID
bootloader lcd init
1 display_initvoiddisplay_init(void) { dprintf(ALWAYS,"%s:lcd_type=%d\n",__
func__
,lcd_type); if(display_enable
robinyeung
·
2013-09-13 15:00
java 获取当前函数名的实现代码
废话不多说,直接上代码复制代码代码如下:importjava.text.SimpleDateFormat;importjava.util.Date;/***Java实现类似C/C++中的__FILE__、__
FUNC
·
2013-08-26 10:24
_FUNCTION__, __
func__
, __PRETTY_FUNCTION__
Solaris下支持C99的__
func__
gcc支持__FUNCTION__,__
func__
,__PRETTY_FUNCTION__ 俺一般使用__
FUNC__
C/C++code #ifdefined
lizaochengwen
·
2013-08-07 06:00
function
C++库研究笔记——函数名的宏定义
Function-Names.htmlGCCprovidesthreemagicvariablesthatholdthenameofthecurrentfunction,asastring.Thefirstoftheseis __
func
·
2013-07-30 19:00
函数
比较感兴趣的几个VC2012/VC2013特性
What'sNewforVisualC++DevelopersinVS2013Preview.比较喜欢的几个关键字:auto,nullptr,static_assert.并且支持C++11的lambdas运算,还有C99的__
func
chai2010
·
2013-07-27 13:00
C++
C++11
vc013
vc2012
atheros设置beacon和probe response中的IE信息
include #include #include #include #include #defineBUF_SIZE1024 #defineTRACEprintf("%s%d\n",__
func
zahuopuboss
·
2013-07-25 20:00
IE
Atheros
probe
beacon
iOS Wi-Fi连接
fetchSSIDInfo{ NSArray*ifs=(id)CNCopySupportedInterfaces(); NSLog(@"%s:Supportedinterfaces:%@",__
func
andyhe91
·
2013-07-11 17:00
在main函数之前调用函数,以及对设计的作用
attribute__((destructor));staticvoidmiddle(void);staticvoidbefore(){ fprintf(stderr,"In%s%d\n",__
func
haoxingfeng
·
2013-06-24 22:00
编译器
IOS获取当前连接wifi(SSID...)
-(id)fetchSSIDInfo{NSArray*ifs=(id)CNCopySupportedInterfaces();NSLog(@"%s:Supportedinterfaces:%@",__
func
theonezh
·
2013-06-21 10:00
ios
编程
网络
d_in and d_out
meeGo-OS-Base\uxlaunch\src\uxlaunch.h#defined_in()dprintf("Enter:%s/%s",__FILE__,__
func__
)#defined_out
llrraa2010
·
2013-06-12 19:00
iOS 获取wifi ssid 名称
id)fetchSSIDInfo { NSArray*ifs=(id)CNCopySupportedInterfaces(); NSLog(@"%s:Supportedinterfaces:%@",__
func
jinglijun
·
2013-06-05 21:00
Python如何获得函数名和行号?
这是有人在论坛里提出的问题,底下一群人只是在猜测python为什么不像__file__一样提供__line__和__
func__
,但是却最终也没有找到解决方案。
jesterxu
·
2013-04-22 10:46
python
行
行号
函数名
DM9000C U-BOOT驱动分析(三)
volatile void *packet, int length){int tmo;struct board_info *db = &dm9000_info;DM9000_DMP_PACKET(__
func
skydreamt
·
2013-03-13 08:00
DM9000C U-BOOT驱动分析(二)
dev, bd_t *bd){int i, oft, lnk;u8 io_mode;struct board_info *db = &dm9000_info;DM9000_DBG("%s\n", __
func
skydreamt
·
2013-03-13 08:00
udp发送完消息后要关闭端口描述符
intget_osd_oob_list(structosd_nodeonode,structlist_head*head) { printf("\nEntering%s",__
func__
); charmessage
computerms
·
2013-03-08 12:00
printf数据类型引发的血案
printf("\nIn%sandline:%s",__
func__
,__LINE__); 行数__LINE__的数据格式设置错了,然后出来segmentfault,还以为是程序中别的地方的错误,找啊找
computerms
·
2013-02-26 12:00
使用printk调试kernel
printk(KERN_ERR"\n\nfile:%s\tline=%d\tfunction:%s\n",__FILE__,__LINE__,__
func__
);printk("KERNEL:File:
bugouyonggan
·
2013-01-23 17:00
C macros __LINE__, __FILE__ and __
func__
ItispossibleforaCprogramtoprintthecurrentlyexecutinglineofsourcecode,thefileofthesourcecode,andthenameofthecurrentfunction.Thecurrentlyexecutinglineisavailableinapreprocessorvariablecalled__LINE__:#in
Blaider
·
2013-01-21 21:00
iOS中打印日志显示系统详细时间,类名,行号及打印值
如:1NSLog(@"%s:%dobj=%@",__
func__
,__LINE__,obj);其中__
func__
和__LINE__都是预编译的宏,编译时会分别替换为当前函数和当前行号。
liulushi_1988
·
2013-01-14 13:00
Contiki:__LINE__测试
关于__LINE__最早是在李先静老师的《程序员成长计划》中看到的,当时只是用来调试时使用,由于直接打印出错行,再结合__
func__
就可以找到是哪个函数,哪一行。
tietao
·
2013-01-02 21:00
ffmpeg 0.6.3 能用的tutorial01
c-lavutil-lavformat-lavcodec-lswscale源程序如下:#include #include #include #include #definedebug()fprintf(stderr,"%s#%i\n",__
func
w_ww_w
·
2012-12-19 15:00
[iPhone开发]iOS中日志打印Q&A
如:1NSLog(@"%s:%dobj=%@",__
func__
,__LINE__,obj);其中__
func__
和__LINE__都是预编译的宏,编译时会分别替换为当前函数和当前行号。
jinzhu117
·
2012-12-01 23:00
C++
C++
object
object
iPhone
iPhone
iPhone
iPhone
GCC预先定义的宏: __FILE__, __
func__
, __LINE__, etc
测试代码: //testout.c #include <stdio.h> void main() { printf("cur file : %s ; cur func : %s ; cur line : %d, gcc version: %s, base file: %s, date: %s, time: %s\n", __FILE__, __func_
fanrey
·
2012-10-31 10:00
File
iOS中日志打印Q&A
如:1NSLog(@"%s:%dobj=%@",__
func__
,__LINE__,obj);其中__
func__
和__LINE__都是预编译的宏,编译时会分别替换为当前函数和当前行号。
a351945755
·
2012-10-18 13:00
ios
function
object
cmd
File
Class
在u-boot C语言文件中使用汇编文件中定义的变量
=_test_myvarmovr1,r8strr1,[r0] 2.在.c文件中使用:externulong_test_myvar;printf("%s%d,_test_myvar:0x%x\n",__
func
ZhengKarl
·
2012-09-07 14:00
Objc中的一些标准宏
预处理器在C/C++/Objective-C语言中提供的宏__
func__
%s当前函数签名__LINE__%d在源代码文件中当前所在行数__FILE__%s当前源代码文件全路径__PRETTY_FUNCTIO
xy5811
·
2012-08-19 13:00
gcc中用于预编译的宏(如__cplusplus , __
func__
, __FILE__ , __LINE__ 等)
官方查看地址:http://gcc.gnu.org/onlinedocs/cpp/Predefined-Macros.html3.7PredefinedMacrosSeveralobject-likemacrosarepredefined;youusethemwithoutsupplyingtheirdefinitions.Theyfallintothreeclasses:standard,com
duanlove
·
2012-08-14 11:55
语言研究
gcc中用于预编译的宏(如__cplusplus , __
func__
, __FILE__ , __LINE__ 等)
官方查看地址:http://gcc.gnu.org/onlinedocs/cpp/Predefined-Macros.html3.7PredefinedMacrosSeveralobject-likemacrosarepredefined;youusethemwithoutsupplyingtheirdefinitions.Theyfallintothreeclasses:standard,co
duanlove
·
2012-08-14 11:00
优化
gcc
File
include
编译器
macros
[C]: make program simple - No.2
\n",__
func__
); return_SUCC;}intfoo_err(){ printf("[%s]called.\n",__
func__
); return_FAIL;}i
BruceChen
·
2012-08-04 00:00
C macros __LINE__, __FILE__ and __
func__
ItispossibleforaCprogramtoprintthecurrentlyexecutinglineofsourcecode,thefileofthesourcecode,andthenameofthecurrentfunction.Thecurrentlyexecutinglineisavailableinapreprocessorvariablecalled__LINE__:#in
shijian408
·
2012-07-28 10:00
c语言 调试程序必备 c标准 宏 调试方法
yyyy”形式的字符串文字) __FILE__ 代表当前源代码文件名的字符串文字 __LINE__ 代表当前源代码中的行号的整数常量 __TIME__ 源文件编译时间,格式微“hh:mm:ss” __
func
lifeiaidajia
·
2012-07-03 15:00
c
Date
function
File
语言
编译器
C语言的位域赋值问题
voidbob_get_packet_header_mem_cpy_1(unsignedchar*ts_package) { printf("[%s]:\n",__
func__
);
sunyubo458
·
2012-06-27 10:00
c
struct
header
ubuntu
语言
byte
在python中获取当前位置所在的行号和函数名
这是有人在论坛里提出的问题,底下一群人只是在猜测python为什么不像__file__一样提供__line__和__
func__
,但是却最终也没有找到解决方案。
Plutus_Lee
·
2012-06-19 17:00
thread
exception
python
function
File
logging
mini2440网卡驱动DM9000之dm9000_start_xmit
structnet_device*dev){ unsignedlongflags; board_info_t*db=netdev_priv(dev); dm9000_dbg(db,3,"%s:\n",__
func
lucien_cc
·
2012-05-25 15:00
struct
IO
command
测试
存储
buffer
实现目录拷贝 复制目录 复制文件
.)/ printf("[%s:%d]"fmt,__
func__
,__LINE__
I_am_JoJo
·
2012-05-23 14:00
struct
File
buffer
Access
Path
include
读书笔记(1)
内核源代码目录结构——P56Linux内核的编译与加载,即Makefile和Kconfig——P61Linux中GNUC语法,比如一些语句格式,typeof(),标号元素,当前函数名__FUNCTION__,__
func
alada007
·
2012-05-04 13:00
数据结构
Module
读书
makefile
linux内核
symlink
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他