码迷,mamicode.com
首页 >  
搜索关键字:wampserver your proj    ( 10832个结果
git ssh配置总结
一 Mac中git ssh配置基本流程:https://www.jianshu.com/p/601735ce7113 生成秘钥:ssh-keygen -t rsa -C "your_email@example.com" (注意ssh后面不能有空格) 验证Key是否配置成功:ssh -T git@gi ...
分类:其他好文   时间:2020-12-31 11:52:17    阅读次数:0
表字段与mysql关键字冲突
项目启动提示语法错误[42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to u ...
分类:数据库   时间:2020-12-29 12:06:59    阅读次数:0
45. 跳跃游戏 II Jump Game II
Given an array of non-negative integers nums, you are initially positioned at the first index of the array. Each element in the array represents your ...
分类:其他好文   时间:2020-12-29 11:18:24    阅读次数:0
Anaconda创建、激活、退出、删除虚拟环境
在Anaconda中conda可以理解为一个工具,也是一个可执行命令,其核心功能是包管理与环境管理。所以对虚拟环境进行创建、删除等操作需要使用conda命令。 创建虚拟环境: 使用 conda create -n your_env_name python=X.X(2.7、3.6等),anaconda ...
分类:其他好文   时间:2020-12-25 13:05:51    阅读次数:0
Qt-透明窗体之半透明
.pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn ...
分类:Windows程序   时间:2020-12-22 12:29:38    阅读次数:0
Qt-透明窗体之异型窗体
.pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++11 6 7 # The following define makes your compiler emit warn ...
分类:Windows程序   时间:2020-12-22 12:27:01    阅读次数:0
linux centos7.6更新git版本
// #!/bin/bash # Your Answer # filename: gitrefresh.sh # chmod u+x gitrefresh.sh # ./gitrefresh.sh sudo yum remove git -y rm -rf /usr/local/git mkdir ...
分类:系统相关   时间:2020-12-22 11:57:00    阅读次数:0
Penetration Test - Reporting_and_Communication(1)
Writing Reports PEN TEST REPORT Communicate findings AND recommendations Primary recommendations Only change to make your points Digest of all activit ...
分类:Web程序   时间:2020-12-21 11:11:34    阅读次数:0
MySQL 1064 You have an error in your SQL syntax 错误解决办法
一、报错信息 错误代码: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea ...
分类:数据库   时间:2020-12-21 11:09:26    阅读次数:0
CST8221–JA
CST8221–JAP,Assignment 2, Part 2,MMXX Page 1 of 9Assignment 2 part 2: Othello Networking Value: 8% of your overall grade.Due date: December 13th (Sund ...
分类:其他好文   时间:2020-12-21 11:02:31    阅读次数:0
10832条   上一页 1 ... 9 10 11 12 13 ... 1084 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!