Wesley13 Wesley13
4年前
java获取操作系统的MAC地址和硬盘序列号
1.判断操作系统是Windows还是Linux1privatestaticBooleanisLinux(){2StringosSystem.getProperty("os.name");3log.info("os.name:{}",os);4
Easter79 Easter79
4年前
springboot之docker化
1、Docker安装本人是centos7系统,安装也是按照官方文档进行安装。https://docs.docker.com/install/linux/dockerce/centos/,即1、sudoyuminstallyyumutils\devicemapperpersistentdata\
Stella981 Stella981
4年前
Git下载GitHub仓库里的某一个文件夹或某一个文件
从Github上下载github上的整个项目,可以用下面指令:gitclonehttps://github.com/XXX/xxxxx.git其中:XXX是用户在Github上的用户名         xxxxx.git是用户在Github上的仓库名那如果只是想下载用户在Github上仓库里的某一个文件夹,怎么办呢?没有直接的Git
Stella981 Stella981
4年前
Git免登录,不需重复输入账号和密码
linux下在~/下, touch创建文件 .gitcredentials:touch .gitcredentials 用vim编辑此文件,vim .gitcredentials输入内容格式https://username:password@github.com2
Stella981 Stella981
4年前
Linux下nginx的yum安装、源码安装、OpenResty的源码安装
Linux下nginx的安装安装环境:cat/proc/versionLinuxversion3.10.0123.el7.x86_64(builder@kbuilder.dev.centos.org)(gccversion4.8.220140120(RedHat4.8.21
Stella981 Stella981
4年前
Egret5.2.2 微信小游戏行的示例排行榜
Egret5.2.2版本发布微信小游戏后,在开放数据域有一个默认排行榜。这个文件夹代码图大小就22kb。!(https://oscimg.oschina.net/oscnet/cb307e4f93981664cf14152ec7840e4f319.png)排行榜的效果就是示范用的,很丑...带翻页。!(https://oscimg.os
Wesley13 Wesley13
4年前
MySQL在Ubuntu远程配置
MySQL远程连接访问在普通Linux下配置:在这个配置文件/etc/mysql/my.cnf修改:bindaddress         127.0.0.1修改为bindaddress         127.0.0.1或者b
Easter79 Easter79
4年前
SVN迁移GitLab
SVN迁移GitLab一、环境准备1.准备一台linux服务器2.安装git和gitsvnyuminstallygityuminstallygitsvn二、导出SVN工程gitsvnclonehttp://xx
Wesley13 Wesley13
4年前
MongoDB的使用
一,链接MongoDB安装完成后,新建目录用于存放数据库文件运行cmd并将目录导到MangoDB的bin目录下运行命令:_\mongoddbpath"你的数据库文件夹"_至此你的MongoDBserver端启动完毕运行一个新的CMD窗口,重新导到MongoDB的bin目录下运行命令:_\mongo_至此你已经成功连接到MongoDB
Wesley13 Wesley13
4年前
64位Debian Sid下编译Linux 0.11内核
64位DebianSid下编译Linux0.11内核基本环境SMPDebian3.11.61(20131027)x86\_64GNU/Linuxgcc(Debian4.8.25)4.8.2GNUassembler(GNUBinuti