慈祥绿茶

文章
8
资源
0
加入时间
3年0月21天

java多线程模拟抢票

public class Test { public static void main(String[] args) throws InterruptedException {  int time = 50;  int num = 50;  int people = 100;  TestThread t1 = new TestThread();  Thread[] thre

前端js模版 预编译工具Tmod js使用入门

1. 安装node js ,2. 用 npm install -g tmodjs 命令安装tmod3.了解参数配置4.运行测试例子-》命令窗切换到当前文档位置 ---》执行tomd 命令--5. 保存修改的模版文件,即可看到新的版本生成6.在默认的目录中会生成 package.json文件 及 build 文件夹,可以修改配置文件来修改7.g...