2009年7月1日

摘要: 1.播放器在 8.0 以上可以使用通配符 “*” 来允许所有域:System.security.allowDomain("*");如果要允许多个域,可以用逗号隔开:System.security.allowDomain("www.windshow.com", "windshow.com", "player.windshow.com");2.关于flex跨域读... 阅读全文
posted @ 2009-07-01 09:32 冯磊 阅读(883) 评论(0) 推荐(0)

2009年5月16日

摘要: int main(void){int i;*(volatile unsigned int*)0x56000050=*(volatile unsigned int*)0x56000050 | 0x00004400;*(volatile unsigned int*)0x56000054=*(volatile unsigned int*)0x56000054 | 0x00000090;*(volatil... 阅读全文
posted @ 2009-05-16 23:34 冯磊 阅读(112) 评论(0) 推荐(0)

2009年4月13日

摘要: void find(char * lpPath) { char szFind[200],szFile[200]; WIN32_FIND_DATA FindFileData; strcpy(szFind,lpPath); strcat(szFind,"""*.*"); HANDLE hFind=::FindFirstFile(szFind,&Fin... 阅读全文
posted @ 2009-04-13 14:42 冯磊 阅读(219) 评论(0) 推荐(0)

2009年1月30日

摘要: #define GPFCON (*(volatile unsigned long *)0x56000050) #define GPFDAT (*(volatile unsigned long *)0x56000054) #define GPFUP (*(volatile unsigned long *)0x56000058) int sysentry(void) { int i; GPFCON... 阅读全文
posted @ 2009-01-30 17:07 冯磊 阅读(137) 评论(0) 推荐(0)

导航