码迷,mamicode.com
首页 >  
搜索关键字:quit    ( 1466个结果
MySQL 设置root密码报错:mysqladmin: connect to server at 'localhost' failed
MySQL 设置root密码报错:mysqladmin: connect to server at 'localhost' failed 1.安装完MySQL设置root密码报错如下 2.停止MySQL服务 3 安全模式启动 4 无密码root帐号登陆 5 手动update修改密码 重新使用密码登录 ...
分类:数据库   时间:2019-03-15 09:22:22    阅读次数:383
融云群组同步策略
查询群成员方法https://www.rongcloud.cn/docs/server.html#group_user_queryhttps://www.rongcloud.cn/docs/server.html#group_quit退出群组方法https://www.rongcloud.cn/do ...
分类:其他好文   时间:2019-03-12 18:42:37    阅读次数:180
Python中办公软件(读取word文件和读出保存别文件)
#读word文件import win32comimport win32com.clientdef readWordFile(path): #调用系统word功能,可以出来doc和docx两种文件 mw=win32com.client.Dispatch("Word.Application") #打开w ...
分类:编程语言   时间:2019-03-11 00:50:08    阅读次数:722
Python中tkinter中控件的使用(7,Menu顶层菜单栏)
import tkinterwin = tkinter.Tk()win.title("Menu顶层菜单栏")win.geometry("800x600+600+100")#菜单条menubar =tkinter.Menu(win)win.config(menu=menubar)def func(): ...
分类:编程语言   时间:2019-03-08 20:55:03    阅读次数:1245
Python模块之netmiko
一、简介 二、目前支持的设备 (2019.03.07) Regularly tested Arista vEOS Cisco ASA Cisco IOS Cisco IOS-XE Cisco IOS-XR Cisco NX-OS Cisco SG300 HP Comware7 HP ProCurve ...
分类:编程语言   时间:2019-03-07 16:09:37    阅读次数:832
创建窗口处理输入
1.pgyame.init()初始化背景使Pygame能正确工作 2.pygame.display.set_mode()创建一个名为screen的显示窗口,对象screen是一个surface,在Pygame中surface是屏幕的一部分,用于显示游戏元素。游戏中每个精灵都是一个surface。di ...
分类:其他好文   时间:2019-03-04 20:49:06    阅读次数:196
29. What Makes a True Leader ? 合格的领导者由何物决定 ?
29. What Makes a True Leader ? 合格的领导者由何物决定 ? ① Reading leadership literature,you'd sometimes think that everyone has the potential to be an effective ... ...
分类:其他好文   时间:2019-03-04 19:07:32    阅读次数:370
MySQL基础(一)
一、连接MySQL数据库 二、数据库操作 显示数据库 mysql - 用户权限相关数据 test - 用于用户测试数据 information_schema - MySQL本身架构相关数据 创建数据库 删除数据库 使用数据库 显示当前数据库下所有的表 用户管理 授权管理 1 all privileg ...
分类:数据库   时间:2019-03-03 22:29:06    阅读次数:230
活学活用 screen
新建桌面 screen 列出所有桌面 screen -ls 离开桌面 ctrl-A D 进入之前的桌面 screen -RR 干掉当前桌面 ctrl-A :quit ...
分类:其他好文   时间:2019-03-02 01:06:56    阅读次数:133
shell lab
eval: 主要功能是解析cmdline,并且运行. [70 lines]builtin_cmd: 辨识和解析出bulidin命令: quit, fg, bg, and jobs. [25lines]do_bgfg: 实现bg和fg命令. [50 lines] waitfg: 实现等待前台程序运行结 ...
分类:系统相关   时间:2019-03-02 01:03:12    阅读次数:259
1466条   上一页 1 ... 32 33 34 35 36 ... 147 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!