import java.awt.*; import java.applet.Applet; public class Sutherland_Cohen extends Applet{ int xL=100,xR=300,yB=100,yT=400;//设置四个边界 public int code(float x,float y){ int c=0; if(xxR) c=c|2;//在右边,第二位为一 if(yyT) c=c|8;//在上边,第四位为一 return c; } public vo
hackernews-async-ts
使用打字稿&& egg的展示
快速开始
发展
$ npm i
$ npm run dev
$ open http://localhost:7001/
不要以开发模式编译tsc,如果您已经运行过tsc则需要在npm run dev之前先进行npm run clean npm run dev 。
部署
$ npm run tsc
$ npm start
Npm脚本
使用npm run lint检查代码样式
使用npm test运行单元测试
se npm r