码迷,mamicode.com
首页 >  
搜索关键字:software    ( 7075个结果
定制CMD
@echo off rem reg add "hkcu\software\microsoft\command processor" /v Autorun /t reg_sz /d C:\DevOps\Sysinternals\cmd_autoruns.cmd rem 命令提示符属性--颜色--屏幕背... ...
分类:其他好文   时间:2020-04-12 22:23:21    阅读次数:74
概念:SDK,API,GUI
SDK Software Development Kit 软件开发工具包 软件开发工具包是一些被软件工程师用于为特定的软件包、软件框架、硬件平台、操作系统等创建应用软件的开发工具的集合,一般而言SDK即开发 Windows 平台下的应用程序所使用的SDK。它可以简单的为某个程序设计语言提供应用程序接 ...
分类:Windows程序   时间:2020-04-12 20:44:05    阅读次数:152
How to Uninstall Software on Kali Linux
You can use the command to see a list of all installed packages on your computer. To uninstall a program use command. For example, the following comma ...
分类:系统相关   时间:2020-04-12 16:18:39    阅读次数:85
测试人员学linux(五):在CentOS7上 安装jdk+tomcat
目录 1. tar命令介绍 2. jdk+tomcat安装 一、tar命令介绍 tar命令:(打包、解包、压缩、解压) 1.把文件夹打包: tar -cvf mydir.tar mydir 2.把文件打包: tar -cvf myfile.tar a.txt b.txt c.txt 3.解包: ta ...
分类:系统相关   时间:2020-04-11 09:47:58    阅读次数:85
nginx搭建静态资源服务器遇到403 Forbidden
1.在nginx中配置静态服务器 server { listen 91; server_name localhost; location / { root /root/software/qingfeng; index index.html; } } 这是我放静态资源的/root/software/q ...
分类:其他好文   时间:2020-04-11 00:26:41    阅读次数:77
循环链表
1 # -*- coding=utf-8 -*- 2 # software: 算法学习 3 # datetime:2020/4/9 9:14 上午 4 5 6 class Node(object): 7 """ 8 链表的节点对象:包含数据与和指针域 9 """ 10 11 def __init__ ...
分类:其他好文   时间:2020-04-10 10:28:23    阅读次数:62
Windows XP 启动管理员用户 Administrator
如果想让XP在欢迎界面显示Administrator, 1. 在注册表 右面窗口中双击 键值,取值为 2. 再到其下的 下新建 的`DWORD 1` ...
分类:Windows程序   时间:2020-04-09 01:04:19    阅读次数:349
COMP-206
School of Computer Science, McGill UniversityCOMP-206 Introduction to Software Systems, Winter 2020Mini Assignment 6: C Programming - Dynamic MemoryTh ...
分类:其他好文   时间:2020-04-08 19:35:06    阅读次数:84
PSP
PSP2.1 | Personal Software Process Stages | 预估耗时(分钟)| 实际耗时(分钟) |: :| :| : Planning|计划|| Estimate|估计这个任务需要多少时间|| Development|开发|| Analysis|需求分析 (包括学习新技 ...
分类:其他好文   时间:2020-04-08 17:36:23    阅读次数:73
HOW DOES FVDI 2018 PROGRAM OPEL ASTRA G 2001 KEY SUCCESSFULLY
Opel Astra G 2001 key was successfully programmed by SVDI 2018, here we go for details. Car model and year: Opel Astra G 2001 Symptom: lost transponde ...
分类:其他好文   时间:2020-04-08 12:15:47    阅读次数:71
7075条   上一页 1 ... 35 36 37 38 39 ... 708 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!