Wesley13 Wesley13
4年前
java swing hello world
1.概述一个简单的javaswing程序helloworld,只有一个button2.源码importjavax.swing.;publicclassserver{publicstaticvoidmain(Stringargs){
Wesley13 Wesley13
4年前
java+selenium+maven+IntelliJ IDEA 搭建简单的UI自动化测试环境
1\.用IntelliJIDEA新建一个maven工程2\.在pom.xml中添加依赖:<dependency<groupIdorg.seleniumhq.selenium</groupId<artifactIdseleniumjava</artifactId
Wesley13 Wesley13
4年前
ROS与C++
构建工作空间catkin_make构建Catkin包catkin_create_pkgThisisanexample,donottrytorunthiscatkin_create_pkg<package_namedepend1depend2dep
昔不亏 昔不亏
4年前
「Vue — 插件」视频播放vue-video-player
1:npminstallvuevideoplayersave2:在main.js中jsimportVideoPlayerfrom'vuevideoplayer'require('vuevideoplayer/node_modules/video.js/dist/videojs.css')require('vuevide
Stella981 Stella981
4年前
Spring MVC Controller 接收ajax传来的数组参数
SpringMVCController接收ajax传来的数组参数vararry'1','2','3';//就是最普通的jqueryajax向后台直接发送数据$.ajax({type:'post',ur
Stella981 Stella981
4年前
ElasticSearch安装(for lynn)
1.安装java安装jresudoyuminstalljava1.8.0openjdk.x86_64安装jdksudoyuminstalljava1.8.0openjdkdevel2.下载并安装ESwgethttps://artifacts.el
Stella981 Stella981
4年前
33.Docker安装Mysql及用户配置
<divclass"forFlow"<divid"post_detail"<!done<divid"topics"<divclass"post"<h1class"postTitle"<aid"cb\_post\_title\_url"class"postTitle2"
Wesley13 Wesley13
4年前
PHP7 升级的那些事儿
PHP7升级的那些事儿!(http://www.linuxprobe.com/wpcontent/uploads/2016/04/php7apache2mysql.png)
Stella981 Stella981
4年前
Centos7下安装FTP文件服务器
1\.安装VSFTP\root@localhost~\yumyinstallvsftpd2修改配置vim/etc/vsftpd/vsftpd.conf\Exampleconfigfile/etc/vsftpd/vsftpd.confanonymous\_enableYESlocal\_enabl
Wesley13 Wesley13
4年前
(转)JAVA socket 进行十六进制报文交互测试
1importjava.io.IOException;2importjava.io.InputStream;3importjava.io.OutputStream;4importjava.io.PrintWriter;5importjava.net.ServerSo