Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • mysql-5.7.9-linux-glibc2.5-x86_64.tar.gz ... 权限打开cmd,然后进入E:\study\mysql-5.7.15-winx64\bin文件夹输入以下命令:mysqld --initialize (用于初始化mysql,MySQL会帮你自动进行初始化,例如生成data文件夹) 再输入:mysqld install(安装mysql)若安装成功,会提示Service successfully installed 安全模式打开:输入命令:mysqld --skip-grant-tables(跳过认证表),此时光标会跳到下一行一直闪烁。 新窗口启动服务:同样 ...
  • neo4j 图数据库的windows版和Linux neo4j 图数据库,压缩包中Windows版和Linux版都有。分别是neo4j-community-3.3.3-unix.tar.gz和neo4j-community-3.4.9-windows.zip windows 版的安装方法 打开cmd,切换到bin目录下,输入一下两个指令 (1)neo4j install-service (2)neo4j start 即可进入 进入图像化界面地址:127.0.0.1:7474
  • helm-v2.14.3-linux-amd64.tar.gz Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application. Charts are easy to create, version, share, and publish — so start using Helm and stop the copy-and-paste. The ...
  • Coding for Linux-Master Linux and expand your programming skills... ... feel From one day to the next, install thousands of Freely available apps and programs and take back control of their computer. Linux is about Freedom. Freedom From the walled-garden approach of other restrictive operating ...
  • Cacao, 纯快速跨平台平台 UIKit ( Cocoa Touch ) 实现( 支持 Linux ).zip Cacao, 纯快速跨平台平台 UIKit ( Cocoa Touch ) 实现( 支持 Linux ) Cacao 纯快速跨平台平台 UIKit ( Cocoa Touch ) 实现( 支持 Linux )依赖项 OS Xbrew install cairo sdl2 lcms2sudo apt-get in
  • 英文原版-Learn Linux in a Month of Lunches 1st Edition Learn Linux in a Month of Lunches shows you how to install and use Linux for all the things you do with your OS, ... way it looks or behaves, you can change it. And best of all, Linux allows users access to different desktop interfaces and loads of software, ...
  • Beginning the Linux Command Line, 2nd edition---2015.pdf Learn how to put the command line to work to manage f les, administer users and groups, install new sof ware, run network services, and create basic shell scripts.
  • kernel_visualization, 为 Linux/Solaris/FreeBSD 内核函数调用生成 callgraph... kernel_visualization, 为 Linux/Solaris/FreeBSD 内核函数调用生成 callgraphs 内核可视化工具这里工具用于 analysize Linux/Solaris/BSD 内核。 它可以绘制你的特定函数的callgraphs,并帮助你理解代码。 我希望你能喜欢它。要求Debianapt-get install -
  • mstsc 远程桌面RDPWrap win10家庭版和linux远程桌面 1.win10 家庭版是没有远程桌面server的,安装方法: a.管理员运行install.bat 2.如果还不能启动server,先uninstall 再install 3.linux进行远程桌面方法见mstsc.7z 中的 readme.txt apt-get install tightvncserver xrdp
  • linux安装mysql(rpm脱网安装).zip ... loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory 原因是没有安装libaio.so.1,安装即可。 Redhat/Fedora/CentOS下执行: yum install libaio 4、修改root密码及允许远程访问 输以下命令回车并输入密码登录mysql #mysql -uroot -p 通过sql更新密码及远程访问权限 mysql> ...