要点 1、Java Web Start(JWS)技术让你能够从网站来部署独立的客户端程序。 2、JWS有个必须要安装在客户端的helper app. 3、JWS程序由两部分组成:可执行的JAR和.jnlp文件 4、当浏览器从服务器取得.jnlp文件时,浏览器会启动JWS的helper app 5、J ...
分类:
编程语言 时间:
2021-04-30 12:22:26
阅读次数:
0
.NET Interactive is here! | .NET Notebooks Preview 2 | .NET Blog (microsoft.com)jupyter notebook ...
https://blog.csdn.net/weixin_40217034/article/details/89855118 https://blog.csdn.net/weixin_40217034/article/details/89891242 https://blog.csdn.net/we ...
分类:
移动开发 时间:
2021-04-29 11:46:15
阅读次数:
0
Kinect4AlphaRobot 基于Kinect 2.0 与 Alpha 1s 阿尔法机器人的体感控制开发 项目是两位成员@Cheman @JYang 完成。 项目说明 项目通过Kinect捕捉人体动作数据,通过蓝牙模块控制 Alpha Robot (优必选阿尔法机器人1S) 演示视频 http ...
分类:
其他好文 时间:
2021-04-28 11:46:13
阅读次数:
0
安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas ...
分类:
其他好文 时间:
2021-04-26 13:13:52
阅读次数:
0
%% max z=2x1+3x2-5x3 %% s.t. x1+x2+x3=7 %% x1+3x2+x3<=12 %% x1,x2,x3>=0 clear all; close all; f=[-2;-3;5]; a=[-2,5,-1;1,3,1];b=[10;12]; aeq=[1,1,1];be ...
分类:
其他好文 时间:
2021-04-24 11:47:33
阅读次数:
0
分享一些访问之后显示本机公网ip的url地址 http://ip.42.pl/raw https://api.ip.sb/ip http://ip.3322.net http://ip.qaros.com http://ip.cip.cc http://ident.me http://icanhaz ...
分类:
Web程序 时间:
2021-04-22 16:32:23
阅读次数:
0
Information & Data Overview - Essential Project Documentation https://enterprise-architecture.org/docs/information_architecture/information_and_data_o ...
分类:
Web程序 时间:
2021-04-22 16:18:10
阅读次数:
0
1)飞书机器人使用-参考文档:https://www.feishu.cn/hc/zh-CN/articles/360024984973 2)kettle集成飞书发送消息: 具体运行效果如下: ①自定义常量数据(定义发送消息内容) ②REST Client(发送消息) ③写日志(主要用来查看请求响应结 ...
分类:
其他好文 时间:
2021-04-21 12:04:40
阅读次数:
0
open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/hooliy/Documents/MyChromeDevUserData open -n /Applicati ...
分类:
系统相关 时间:
2021-04-21 11:49:55
阅读次数:
0