友情链接 Doge博客 gunpowder博客 东北小蟹蟹博客

摘要: 1.熟练掌握Haskell、C++、c# Asm、简单的winapi、sdl 2.linux、css、html、php、js、typescript以及一些web框架 3.web安全、Python 4.二进制安全 f.lux ###VB->C[Now]->PYTHON->C++->JAVA->服务器- 阅读全文
posted @ 2020-03-28 14:44 Ruptpsych 阅读(231) 评论(0) 推荐(0) 编辑
摘要: main=do print"test" printStr"\n" function echo (){var a="this is a example";alert("hello world "+a);} sub main() dim c(4) as integer return end sub 阅读全文
posted @ 2020-03-27 13:53 Ruptpsych 阅读(194) 评论(1) 推荐(0) 编辑
摘要: date 2020/3/24 int main(){ main(); } 这是一小段c代码,但是,main函数不能被除系统之外的东西调用,这属于UB行为 它如何运行完全靠编译器,所以我不会这样写。 #include <stdio.h> void Main(unsigned long long t); 阅读全文
posted @ 2020-03-27 08:50 Ruptpsych 阅读(1489) 评论(0) 推荐(0) 编辑