Wesley13 Wesley13
4年前
java实现音乐播放
最近呢,心血来潮,写了一个播放音乐的工具类,在这里给大家分享一下上代码图注意:音乐文件格式是WAV格式!(https://imgblog.csdnimg.cn/20201009115354373.png?
可莉 可莉
4年前
15.linux上安装kubectl和Minikube
1.安装kubectlkubectl是负责与k8s集群talk的工具,就像dockercli对话docker集群一样地址:https://kubernetes.io/docs/tasks/tools/installkubectl/Linux环境步骤:下载kubectl文件(因为涉及到翻墙的问
Stella981 Stella981
4年前
React的Sass配置
React提供的脚手架creactreactapp(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Ffacebook.github.io%2Fcreatereactapp%2Fdocs%2Faddingasassstylesheet)创建的工程文件不像vue那种暴露出web
Courtship Courtship
4年前
【UE4官方案列学习】在UE4使用计时器实现一个倒计时事件(定时生成物体)
UE4Version:4.27.0VisualStudio201916.10.2在UE4使用计时器实现一个倒计时事件.h文件定义pragmaonceinclude"CoreMinimal.h"include"GameFramework/Actor.h"include"Components/TextRenderComponent.h"i
Wesley13 Wesley13
4年前
MySQL5.7.17源码编译安装与配置
一、下载MySQL源码官网:http://www.mysql.com(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.mysql.com)下载下来的文件为:mysqlboost5.7.17.tar.gz二、解压源码,准备环境
Stella981 Stella981
4年前
PHP Primary script unknown 终极解决方法
相信很多配置php环境的都遇到过这个恼人的问题:浏览器访问php文件,返回来Filenotfound查看/var/log/nginx/error.log,有“Primaryscriptunknown”,类似如下:2019/01/0310:24:02error1193111931:260Fast
Stella981 Stella981
4年前
Cesium调用Geoserver发布的 WMS、WFS服务
1GeoServer服务发布1.1WMS服务下载GeoServer安装版安装,同时安装geopackage扩展,以备使用。使用XX地图下载器下载地图,导出成GeoPackage地图文件。(1)下载GeoPackageDEM数据(2)打开GeoServer服务界面!(htt
Stella981 Stella981
4年前
Spark Shuffle之Hash Shuffle
源文件放在github,如有谬误之处,欢迎指正。原文链接https://github.com/jacksu/utils4s/blob/master/sparkknowledge/md/hashshuffle.md(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%
Stella981 Stella981
4年前
Beetlsql自定义生成entity,mapper,md代码
三个模板文件 !(https://oscimg.oschina.net/oscnet/67c2ca4b01d95f6cdb79c0b3023e751fd31.png)mapper.btlpackage${package};importorg.beetl.sql.core.annota
Wesley13 Wesley13
4年前
ubuntu 下如何添加 普通用户到 sudoer
在普通用户下,比如用户名是nbz.执行某些操作可能会得到如下错误信息。nbzisnotinthesudoersfile. Thisincidentwillbereported.看了需要将nbz增加到sudoer文件中。怎么办?suroot