码迷,mamicode.com
首页 >  
搜索关键字:program management    ( 12197个结果
Git-idea学习
需要idea先配置git: File --> Setting --> Version Control > Git 设置path to git executable 设置git.exe 位置:D:\Dev\Program\Git\bin\git.exe ...
分类:其他好文   时间:2020-05-25 12:07:25    阅读次数:72
SQL基础
命令帮助 语法 help 命令 客户端命令 delimiter (\d) 定义分隔符 tee (\T) 将输出内容追加至某一文件 use (\u) 切换数据库 system (\!) 调用Linux命令 服务端命令 Account Management(用户、权限管理) Administration ...
分类:数据库   时间:2020-05-24 23:50:59    阅读次数:98
C#递归
有一组数,1,1,2,3,5,8,……,用递归算法算出第三十个数 1 using System; 2 3 namespace ConsoleApp1 4 { 5 class Program 6 { 7 static void Main(string[] args) 8 { 9 int sLeft = ...
分类:Windows程序   时间:2020-05-24 16:24:33    阅读次数:72
cmake cmake MSBUILD : error MSB1009: 项目文件不存在 or MSBuild.exe not find !
//配置vs环境变量 C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterpr ...
分类:其他好文   时间:2020-05-24 11:38:26    阅读次数:59
What is the difference between sed and awk
What is the difference between sed and awk sed is a stream editor. It works with streams of characters on a per-line basis. It has a primitive program ...
分类:其他好文   时间:2020-05-24 11:34:00    阅读次数:81
Cookies和Session的区别和理解
转发:https://developer.51cto.com/art/201809/583768.htm cookie机制 Cookies是服务器在本地机器上存储的小段文本并随每一个请求发送至同一个服务器。IETF RFC 2965 HTTP State Management Mechanism 是 ...
分类:其他好文   时间:2020-05-23 16:50:48    阅读次数:78
node-sass安装失败解决方法
node-sass安装失败,提示如下: gyp verb check python checking for Python executable "python" in the PATH gyp verb `which` succeeded python D:\Program Files\Pytho ...
分类:其他好文   时间:2020-05-23 16:21:45    阅读次数:363
shader变体
unity shader 变种(多重编译 multi_compile) https://www.jianshu.com/p/f34d896dde5d Unity Shader - Making multiple shader program variants 制作shader程序多变体 https: ...
分类:其他好文   时间:2020-05-23 13:17:39    阅读次数:65
docker 导出、导入镜像
1. docker images 2.docker save -o rabbitmq.tar rabbitmq:management rabbitmq.tar为目标文件,rabbitmq:management 是源镜像名(name:tag) 3. sz rabbitmq.tar 下载rabbitmq ...
分类:其他好文   时间:2020-05-23 09:52:01    阅读次数:48
openSUSE Leap 15取消自动登录
因为用windows访问openSUSE使用的rdp,openSUSE不能登录,不然windows无法访问。但是openSUSE是自动登录的,需要取消掉 打开YaST->Security and Users->User and Group Management->Users标签页,右下角->Expe ...
分类:其他好文   时间:2020-05-22 17:13:38    阅读次数:57
12197条   上一页 1 ... 42 43 44 45 46 ... 1220 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!