YSTYLE-L.X.Y

Results 64 comments of YSTYLE-L.X.Y

fuse 在你们开发环境是怎么弄的? cetnos 7 源里只能下载到2.9 的。 还有就是只要`fuse-devel`包就好了吗?

- 源里的 fuse 是内核模块? 源里的估计也是用户态的库的,没通过源装过 - fuse-devel 好像依赖了fuse-libs , 是不是编译就只需要这个? 对,编译只需要这个 - [libfuse](https://github.com/libfuse/libfuse.git) 这个只是lib? 对,这个只是个用户态的lib 还是不在懂, 这几个. fuse这个东西主要分三部分,一个内核态的模块,一个用户态的lib,一个用户程序自己的实现

```shell /usr/bin/ld: cannot find -lfuse collect2: error: ld returned 1 exit status make: *** [bfs_mount] Error 1 make: *** Waiting for unfinished jobs.... ``` 用2.9的编译出现这个,lfuse 源里找不到

FUSE_PATH 是libfuse目录还是fuse.h 的那个目录?

yum instal fuse fuse-devel fuse-libs 和 编译 https://github.com/libfuse/libfuse.git 的2.8.7 后, 都没有lfuse 这个

这个是有啊, 不过和fuse.h不是同一个目录的。

我个人觉得最好用的git界面管理器应该是jetbrain ide自带那个

checks: 1. the cmd shell use administrator 2. `jvms ls` can list `OpenJDK8u-jdk_x64_windows_hotspot_8u332b09`

@MaciejDobrowolski Use `jvms ls` to confirm the version is installed. If it is manually installed locally, the confirmed directory structure is as shown in the figure ![image](https://user-images.githubusercontent.com/4478635/168568154-3fef53a4-1660-4b87-b99a-4580bd61ad0d.png) ps: Upgrading to...

https://github.com/ystyle/jvms#add-a-local-jdk-version you can copy the jdk directly to the installation directory under ` jvms/store/` like this: ![image](https://user-images.githubusercontent.com/4478635/168569494-ce09ab53-61bf-4801-b178-715f4372e376.png)