曲径通幽论坛

标题: 测试编辑器代码选择 [打印本页]

作者: beyes    时间: 2011-3-6 22:50
标题: 测试编辑器代码选择
[C++] 纯文本查看 复制代码
void mmi_myapp_hilite_hello(void)
{
      SetLeftSoftkeyFunction(mmi_myapp_entry,KEY_EVENT_UP);
}
void mmi_myapp_init(void)
{
     SetHiliteHandler(MENU_ID_MYAPP_HELLO,mmi_myapp_hilite_hello);
}

作者: beyes    时间: 2011-3-6 22:57
[PHP] 纯文本查看 复制代码
$heredoc_str =<<<heredoc_mark
                hello<br>
                dollar $ <br>
                反斜杠 \\ <br>
                "i love you" <br>
                'i hate you' <br>
heredoc_mark;
        echo $heredoc_str

作者: beyes    时间: 2011-3-6 22:58
[C++] 纯文本查看 复制代码
void mmi_myapp_hilite_hello(void)
{
      SetLeftSoftkeyFunction(mmi_myapp_entry,KEY_EVENT_UP);
}
void mmi_myapp_init(void)
{
     SetHiliteHandler(MENU_ID_MYAPP_HELLO,mmi_myapp_hilite_hello);
}

作者: beyes    时间: 2011-3-6 23:05
标题: 火狐测试
[PHP] 纯文本查看 复制代码
$heredoc_str =<<<heredoc_mark
                hello<br>
                dollar $ <br>
                反斜杠 \\ <br>
                "i love you" <br>
                'i hate you' <br>
heredoc_mark;
        echo $heredoc_str

作者: beyes    时间: 2011-3-6 23:08
标题: 狐火测试2
[C++] 纯文本查看 复制代码
#include <stdio.h>

struct bitdef {
         unsigned int a:1;
         unsigned int b:3;
         unsigned int c:4;
};

int main(void)
{
         struct bitdef test = {0};
         struct bitdef *p = &test;

         printf ("bitdef size: %d\\n", sizeof(test));

         return (0);
}

作者: beyes    时间: 2011-3-6 23:11
标题: IE8 测试1
[C++] 纯文本查看 复制代码
#include <stdio.h> 

struct bitdef {
unsigned int a:1;
unsigned int b:3;
unsigned int c:4;
};

int main(void)
{
struct bitdef test = {0};
struct bitdef *p = &test;

printf ("bitdef size: %d\\n", sizeof(test));

return (0);
}#include <stdio.h>

struct bitdef {
unsigned int a:1;
unsigned int b:3;
unsigned int c:4;
};

int main(void)
{
struct bitdef test = {0};
struct bitdef *p = &test;

printf ("bitdef size: %d\\n", sizeof(test));

return (0);
}

作者: beyes    时间: 2011-3-6 23:15
标题: chrome 测试1
[PHP] 纯文本查看 复制代码
 $heredoc_str =<<<heredoc_mark
                hello<br>
                dollar $ <br>
                反斜杠 \\ <br>
                "i love you" <br>
                'i hate you' <br>
heredoc_mark;
        echo $heredoc_str

作者: beyes    时间: 2011-3-6 23:16
标题: chrome 测试2
[PHP] 纯文本查看 复制代码
 $heredoc_str =<<<heredoc_mark
                hello<br>
                dollar $ <br>
                反斜杠 \\ <br>
                "i love you" <br>
                'i hate you' <br>
heredoc_mark;
        echo $heredoc_str

作者: beyes    时间: 2011-3-6 23:21
标题: chrome 测试3
[PHP] 纯文本查看 复制代码
$heredoc_str =<<<heredoc_mark
                hello<br>
                dollar $ <br>
                反斜杠 \\ <br>
                "i love you" <br>
                'i hate you' <br>
heredoc_mark;
        echo $heredoc_str

作者: beyes    时间: 2011-3-6 23:22
[PHP] 纯文本查看 复制代码
$heredoc_str =<<<heredoc_mark
                hello<br>
                dollar $ <br>
                反斜杠 \\ <br>
                "i love you" <br>
                'i hate you' <br>
heredoc_mark;
        echo $heredoc_str

作者: beyes    时间: 2011-3-6 23:23
[C++] 纯文本查看 复制代码
#include <stdio.h> 
 
struct bitdef {
unsigned int a:1;
unsigned int b:3;
unsigned int c:4;
};
 
int main(void)
{
struct bitdef test = {0};
struct bitdef *p = &test;
 
printf ("bitdef size: %d\\n", sizeof(test));
 
return (0);
}#include <stdio.h>
 
struct bitdef {
unsigned int a:1;
unsigned int b:3;
unsigned int c:4;
};
 
int main(void)
{
struct bitdef test = {0};
struct bitdef *p = &test;
 
printf ("bitdef size: %d\\n", sizeof(test));
 
return (0);
}





欢迎光临 曲径通幽论坛 (http://www.groad.net/bbs/) Powered by Discuz! X3.2