码迷,mamicode.com
首页 >  
搜索关键字:chroot ldd init grub 背景图    ( 32782个结果
Quartz.Net 简单使用
0.介绍 Open-source job scheduling system for .NET Quartz.net 是调度任务框架,我们可以用来定时发送邮件、定时处理邮件、定时统计分析数据、定时监控... 本文介绍Quartz.net的简单使用 1. 参考资料 官方Doc https://www. ...
分类:Web程序   时间:2021-02-23 14:35:15    阅读次数:0
2 sqlite 数据库操作封装
import sqlite3 class SqliteUtil(): def __init__(self, file): # 连接到 SQlite数据库 # 数据库文件是 api_test.s3db,不存在,则自动创建 self.conn = sqlite3.connect('api_test.s3 ...
分类:数据库   时间:2021-02-23 14:22:09    阅读次数:0
Android 中的 perfboot工具
背景 开机首先加载bootloader,由bootloader启动kernel,然后运行init程序,有init启动Zygote,Zygote进程启动SystemServ进程,在SystemServer进程启动系统服务:PMS,AMS等,最后在AMS中启动Launcher ,此时整个Android系 ...
分类:移动开发   时间:2021-02-23 14:05:41    阅读次数:0
win10子系统ubuntu开机启动ssh服务
1.win10点击win+R,输入shell:startup, 打开启动文件夹 2.在文件夹中创建xxx.vbs文件,输入以下内容 set ws=wscript.createobject("wscript.shell") ws.run "wsl -d ubuntu -u root /etc/init ...
分类:Windows程序   时间:2021-02-22 12:01:49    阅读次数:0
@property的介绍与使用
From : https://zhuanlan.zhihu.com/p/64487092 python @property的介绍与使用 python @property的介绍与使用 python的@property是python的一种装饰器,是用来修饰方法的。 作用: 我们可以使用@property ...
分类:其他好文   时间:2021-02-20 12:39:29    阅读次数:0
git使用命令
命令行指令 Git 全局设置 git config --global user.name "Administrator" git config --global user.email "admin@example.com" 创建新版本库 git clone http://f86ec4dd880f/r ...
分类:其他好文   时间:2021-02-20 12:12:27    阅读次数:0
几种Linux系统切换内核启动顺序方法
CentOS 6 系统更改内核启动顺序方法:1、查看编辑/etc/grub.conf 文件 vim /etc/grub.conf 2、在grub.conf文件中决定开机使用哪个内核版本做启动的参数是default,默认值为0,代表从最新的内核启动。代表启动的内核版本从上往下依次是0、1、2等。 Ce ...
分类:系统相关   时间:2021-02-19 13:52:29    阅读次数:0
Initialization failed for 'https://start.spring.io' Please check URL, network and proxy settings.
今天新建一个spring web项目,发现报错了。问题如下。 排除了网络问题,找到了解决办法。打开设置,点击check connection 输入 https://start.spring.io 点击OK 成功创建 ...
分类:编程语言   时间:2021-02-19 13:37:10    阅读次数:0
在windows上安装mysql
mysql下载地址:https://dev.mysql.com/downloads/mysql/8.0.html 下载后解压: 新建my.ini文件 [Client] port = 3306 [mysqld] #设置3306端口 port = 3306 # 设置mysql的安装目录,注意斜杠,需要两 ...
分类:数据库   时间:2021-02-19 13:34:12    阅读次数:0
汽车模块
cat car.py 1 #! /usr/bin/python 2 # -*- coding:utf-8 -*- 3 4 5 class Car(object): 6 """ 7 模拟汽车 8 """ 9 def __init__(self, make, model, year): 10 """初始 ...
分类:其他好文   时间:2021-02-19 13:20:12    阅读次数:0
32782条   上一页 1 ... 28 29 30 31 32 ... 3279 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!