小编gog*_*be2的帖子

Ctrl + V 和 Ctrl + C 在 Intellij IDEA 14.0.2 中不起作用

我无法在 Intellij 中复制和粘贴代码。我已经用谷歌搜索了几个小时了。每个有解决方案的论坛都不起作用。

Ctrl+X作品。 Ctrl+Z作品。 Ctrl+V不起作用。 Ctrl+C不起作用。

我正在使用最新版本的 Intellij Idea (14.0.2),我正在运行 Linux lite - 发布在这里是因为 Linux lite 基于 Ubuntu,它会类似。

这是我右键单击时发生的情况(显然我没有足够的代表来发布图像): 在此处输入图片说明

我查看了设置并找到了键盘映射,然后在搜索栏中输入了副本,结果如​​下: 在此处输入图片说明

shortcut-keys intellij

36
推荐指数
3
解决办法
6万
查看次数

/usr/bin/ld: 找不到 -lX11

https://github.com/laazyboy13/linux-csgo-external/issues/6 如何让它找到 libx11-dev?

william@william-elementarylinux:~/csgohack$ make
Linking CXX executable build/csgo_external
/usr/bin/ld: cannot find -lX11
collect2: error: ld returned 1 exit status
make[2]: *** [build/csgo_external] Error 1
make[1]: *** [CMakeFiles/csgo_external.dir/all] Error 2
make: *** [all] Error 2
william@william-elementarylinux:~/csgohack$ ld -lX11 --verbose
GNU ld (GNU Binutils for Ubuntu) 2.24
  Supported emulations:
   elf_x86_64
   elf32_x86_64
   elf_i386
   i386linux
   elf_l1om
   elf_k1om
   i386pep
   i386pe
using internal linker script:
==================================================
/* Script for -z combreloc: combine and sort reloc sections */
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64",
          "elf64-x86-64")
OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SEARCH_DIR("/usr/x86_64-linux-gnu/lib64"); SEARCH_DIR("=/usr/local/lib/x86_64-linux-gnu"); SEARCH_DIR("=/usr/local/lib64"); …
Run Code Online (Sandbox Code Playgroud)

c++ libraries make

2
推荐指数
1
解决办法
2685
查看次数

标签 统计

c++ ×1

intellij ×1

libraries ×1

make ×1

shortcut-keys ×1