推荐
专栏
教程
课程
飞鹅
本次共找到3679条
进程管理
相关的信息
Easter79
•
3年前
sublime配置python运行环境
1.sublime下载与插件管理1.1下载官网地址:https://www.sublimetext.com/3(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.sublimetext.com%2F3)1.2安装Pac
Easter79
•
3年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Stella981
•
3年前
Red Team远程控制软件
开源远程管理控制https://github.com/cobbr/Covenant(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcobbr%2FCovenant)红队协作的.NETC2框架https://gith
Stella981
•
3年前
Debian 9.4 下如何安装 phpmyadmin
首先进入管理员模式,su,回车,输入密码;aptgetinstallphpmyadmin;系统会下载相关文件,并询问是否安装phpmyadmin,输入y,会进入如下界面;!Debian9.4下如何安装phpmyadmin(http://p3.pstatp.com/large/pgcimage/1533
Stella981
•
3年前
SpringBoot整合mybatis、shiro、redis实现基于数据库的细粒度动态权限管理系统实例
1.前言本文主要介绍使用SpringBoot与shiro实现基于数据库的细粒度动态权限管理系统实例。使用技术:SpringBoot、mybatis、shiro、thymeleaf、pagehelper、Mapper插件、druid、dataTables、ztree、jQuery开发工具:intellijidea数据库:mys
Wesley13
•
3年前
Spring学习详解(1)——Spring入门详解
一:spring的基本用法:1,关于spring容器:spring容器是Spring的核心,该容器负责管理spring中的java组件,ApplicationContextctx newClassPathXmlApplicationContext("bean.xml");//这种方式实例化容器,容器会自动预初始化所有Bean实例
Stella981
•
3年前
NSFileManager终极杀手
NSFileManager想操作文件,该去了解下NSFileManager注意://小窍门:打印数组或者字典,里面包含中文,直接用%@打印会看不到中文,可用for遍历访问单例方法得到文件管理者对象NSFileManagerfileManagerNSFileManagerde
Stella981
•
3年前
Linux 开机执行脚本方法
1\.方式一修改/etc/rc.localtail2/etc/rc.localtouch/root/aa.txt/bin/bash/root/shell/redisstart.sh/dev/null2/dev/null2\.方式二chkconfig管理 1第一种脚本!/bin/shC
Stella981
•
3年前
CentOS 安装完成后的配置
1.更新软件源2.安装必要的软件包3.更新软件源:$ sudo yum makecacheCentos7的yum包管理工具默认可以加载fastestmirror插件,自动设置最快的源:Loaded plugins: fast
Wesley13
•
3年前
JNA传引用调用C接口
新建一个简单的cmake管理的c工程,只包含一个MakeLists.txt和src1.cpp,内容分别如下cmake_minimum_required(VERSION3.0)project(jna_testCCXX)add_library(fooSHAREDsrc1.cpp)
1
•••
198
199
200
•••
368