推荐
专栏
教程
课程
飞鹅
本次共找到6502条
linux文件权限
相关的信息
Wesley13
•
3年前
java实现音乐播放
最近呢,心血来潮,写了一个播放音乐的工具类,在这里给大家分享一下上代码图注意:音乐文件格式是WAV格式!(https://imgblog.csdnimg.cn/20201009115354373.png?
Stella981
•
3年前
React的Sass配置
React提供的脚手架creactreactapp(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Ffacebook.github.io%2Fcreatereactapp%2Fdocs%2Faddingasassstylesheet)创建的工程文件不像vue那种暴露出web
可莉
•
3年前
034 Android NavigationView和DrawerLayout实现抽屉式导航设计(侧边栏效果)
1.创建带侧滑效果的activity!(https://oscimg.oschina.net/oscnet/333199cfe89b2025778b04b97a9ec41f2d7.png)右击,newactivity选择NavgationDrawerActivity2.xml文件布局(1)activi
Easter79
•
3年前
SpringBoot2.x打包成war(看这篇就够了)
springboot默认打包成jar,如果想打包成war,则需要做以下三步。1.修改pom.xml文件 a.将jar改成war1<groupIdcom.test</groupId2<artifactId01springbootHelloWorld</artifactId3<versi
Courtship
•
3年前
【UE4官方案列学习】在UE4使用计时器实现一个倒计时事件(定时生成物体)
UE4Version:4.27.0VisualStudio201916.10.2在UE4使用计时器实现一个倒计时事件.h文件定义pragmaonceinclude"CoreMinimal.h"include"GameFramework/Actor.h"include"Components/TextRenderComponent.h"i
Wesley13
•
3年前
ubuntu下sublime3无法输入中文
一、从命令行启动1.git clone https://github.com/lyfeyaj/sublimetextimfix.git2.cd ~/sublimetextimfix 这里进入的从github下载下来的文件夹,我直接在主目录clone的,所以直接进入~/sublimete
Wesley13
•
3年前
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
•
3年前
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
•
3年前
Beetlsql自定义生成entity,mapper,md代码
三个模板文件 !(https://oscimg.oschina.net/oscnet/67c2ca4b01d95f6cdb79c0b3023e751fd31.png)mapper.btlpackage${package};importorg.beetl.sql.core.annota
Wesley13
•
3年前
ubuntu 下如何添加 普通用户到 sudoer
在普通用户下,比如用户名是nbz.执行某些操作可能会得到如下错误信息。nbzisnotinthesudoersfile. Thisincidentwillbereported.看了需要将nbz增加到sudoer文件中。怎么办?suroot
1
•••
483
484
485
•••
651