摘要:
1.1信息就是位+上下文 #include <stdio.h> int main() { printf("hello, world\n"); } 其对应的ASCII文本表示如下 # i n c l u d e <sp> < s t d i o . //35 105 110 99 108 117 10 阅读全文
摘要:
若打算切换SuyaUi得版本,可按照如下流程操作: 1.执行如下代码 use SRO_Center select 'drop table '+ name + ';' from sys.tables where name like '__Suya_Ui_Center_%' select 'drop p 阅读全文