从零开始写编译器有多难?其实很简单,一学就会!想学?我教你啊。 1/5 P1intro P2source => tokens P3tokens => abstract syntax tree P4abstract syntax tree => high-level intermediate repr ...
分类:
其他好文 时间:
2020-06-14 14:57:56
阅读次数:
64
记录 谷歌 XSS 小游戏 第一关 </b><script>alert("Borber")</script> 第二关 <p>hello <a name="n" href="javascript:alert('Borber')"><em>Borber</em></a></p> 第三关 https:// ...
分类:
其他好文 时间:
2020-06-14 12:41:32
阅读次数:
116
通达信函数详解 K线数据,可以只写开头第一个字母。 开盘价:OPEN;{O} 收盘价:CLOSE;{C} 最高价:HIGH;{H} 最低价:LOW;{L} 大盘K线数据,必须下载完整盘后数据。Drawkline——画K线,数据顺序——最高价、开盘价、最低价、收盘价。 DRAWKLINE(INDEXH ...
分类:
其他好文 时间:
2020-06-13 21:34:20
阅读次数:
199
This blog is meant to give a very high level and generalized introduction into the workflow behind creating games. It is not meant to be a strict guid ...
分类:
其他好文 时间:
2020-06-13 21:29:05
阅读次数:
79
Cover in games is very important aspect of gameplay. Proper cover placement can encourage map flow, control pacing, provide choices and encourage stra ...
分类:
其他好文 时间:
2020-06-13 19:46:21
阅读次数:
86
原文链接:https://www.infoq.cn/article/five-levels-of-logging ...
分类:
其他好文 时间:
2020-06-13 11:08:27
阅读次数:
58
1.查看某个主题下面的消息 bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic web_douyin_author --from-beginning 2.查看所有主题 bin/kafka-topics.sh ...
分类:
其他好文 时间:
2020-06-12 20:03:06
阅读次数:
55
rk3288开发板上的AD接口分为:高速ADC流(High-speed ADC Stream Interface)、温度传感器(Temperature Sensor)、逐次逼近ADC(Successive Approximation Register);ADC扩展知识:1、获取 AD 通道 stru ...
分类:
移动开发 时间:
2020-06-12 14:22:01
阅读次数:
159
目录 前言为什么要学Dubbo什么是RPCDubbo的产生背景单一应用架构垂直应用架构分布式服务架构流动计算架构Dubbo面临的需求Dubbo的架构Demo time新建一个maven项目提供服务的API提供服务的provider消费服务的consumer参考 前言 互联网技术到今天已经非常成熟和稳 ...
分类:
其他好文 时间:
2020-06-11 19:41:03
阅读次数:
67
手头一台Linux服务器(Red Hat Enterprise Linux Server release 6.6),写了一个shell脚本,在上面测试运行时,发现Kerberized ftp client命令不存在。注意这里所说的是ftp命令,不是ftp工作站。 [root@KerryDB ~]# ... ...
分类:
其他好文 时间:
2020-06-11 19:37:47
阅读次数:
63