沉默牛排

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

winfrom 窗口起始位置为屏幕中央

窗口起始位置为屏幕中央 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;  获取鼠标触发事件光标位置 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; Location = new Point(Cursor....

如何使用sbt或者maven编译打包运行

1 安装编译打包工具1).安装sbtsbt是一款Spark用来对scala编写程序进行打包的工具,Spark 中没有自带 sbt,需要下载安装下载sbt安装包以后,执行如下命令拷贝至 /usr/local/sbt 中:接着在 /usr/local/sbt 中创建 sbt 脚本(vim ./sbt),添加如下内容:// An highlighted block#!/bin/bashSBT_OPTS="-Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloa