码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
NSIS打包 文件夹权限 --- AccessControl
之前用electron开发的PC端先是用electron-packager把项目打成可执行文件,然后再用grunt-electron-installer打包成安装exe文件。最最最不爽的是,安装没有自定义目录,默认装在C盘;而且有时候会报安装错误(installation has failed)。 ...
分类:数据库   时间:2017-08-15 12:00:31    阅读次数:2143
Install certificates needed for Visual Studio offline installation
Visual Studio is primarily designed for installation from an internet-connected machine, since many components are updated regularly. However, with so ...
分类:其他好文   时间:2017-08-14 14:25:57    阅读次数:501
Error: A JNI error has occurred, please check your installation and try again
学习java高级编程,新建了一个工程,报名取为java,结果运行代码后出现如下错误; 重新命名package就好了。 ...
分类:其他好文   时间:2017-08-13 16:17:00    阅读次数:3689
apache storm 的安装
原文: http://storm.praveendeshmane.co.in/storm/storm-0-10-0-installation-on-ubuntu-14-04.jsp Apache Storm is a distributed stream processing computation ...
分类:Web程序   时间:2017-08-12 18:58:58    阅读次数:228
Linux的数据库mariadb
一.数据库mariadb简介二.安装与启动服务,检查端口状态三.安装后使用前的准备1.关闭数据库开启的网络接口vim/etc/my.cnfskip-networking=1关闭数据库开启的网络接口2.数据库安全初始化mysql_secure_installation提问解释:Entercurrentpasswordforroot(enterfornone):数据库原..
分类:数据库   时间:2017-08-12 10:30:20    阅读次数:238
WIN10 下设置无线网络共享
i. Prohibit installation and configuration of Network Bridge on your DNS domain network ii. Prohibit use of Internet Connection Firewall on your DNS d ...
分类:Windows程序   时间:2017-08-11 17:47:10    阅读次数:374
Full installation guide for YMC
Full Installation Guide These are the steps necessary to get YCM working on a Unix OS and on Windows. Note to Windows users: we assume that you are ru ...
分类:其他好文   时间:2017-08-10 20:56:19    阅读次数:326
自动化安装脚本
Nginx自动化安装脚本: #!/bin/bash #install nginx-1.10.2 #installation directory INSTALL_DIR=/usr/local SRC_DIR=/usr/local/src [ ! -d ${INSTALL_DIR} ] && mkdir ...
分类:其他好文   时间:2017-08-09 13:11:43    阅读次数:152
POJ1328 Radar Installation
Radar Installation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 89661 Accepted: 20143 Description Assume the coasting is an infinite str ...
分类:其他好文   时间:2017-08-09 13:00:14    阅读次数:150
zabbix安装(2.4)
相关链接zabbix官网:https://www.zabbix.com/zabbix软件下载:https://www.zabbix.com/downloadZabbix文档:https://www.zabbix.com/documentation/2.4/manual/installation/install_from_packages系统环境[root@zabbix-server~]#cat/etc/redhat-releaseCentOSrelease6.6(Fina..
分类:其他好文   时间:2017-08-09 01:03:31    阅读次数:168
1730条   上一页 1 ... 63 64 65 66 67 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!