码迷,mamicode.com
首页 >  
搜索关键字:can    ( 23056个结果
Ubuntu虚拟机中时间与windows时间不一致的问题解决
方法一:设置时区 在ubuntu的终端中执行命令: sudo tzselect 依次选择: 4) Asia 9) China 1) Beijing Time1) Yes之后会有提示如下: You can make this change permanent for yourself by appen ...
分类:Windows程序   时间:2020-11-26 14:47:22    阅读次数:16
MFC的窗口句柄
1.窗口、控件的指针和句柄的相互转化 1)指针转化为句柄在MFC应用程序中首先要获得窗口的指针,然后将其转化为句柄 CWnd* pWnd; HANDLE hWnd = pWnd->GetSafeHwnd(); 2)句柄转化为指针在MFC应用程序中首先获得对话框控件的句柄,然后获得其指针HANDLE ...
分类:编程语言   时间:2020-11-26 14:36:44    阅读次数:3
源码安装Python3
##源码安装Python3 ###一、安装Python3需要的依赖包 [root@localhost ~]# yum install -y gcc make wget openssl openssl-devel readline readline-devel zlib* libffi-devel 注 ...
分类:编程语言   时间:2020-11-26 14:09:24    阅读次数:5
rsa_gmp
#include <string.h> #include <stdlib.h> #include <stdio.h> #include "gmp.h" #define MILLER_RABIN_TEST_NUM 5 #define PRIME_BIT 512 #define CLOCKS_PER_S ...
分类:其他好文   时间:2020-11-24 12:38:56    阅读次数:6
mysql- Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
在终端输入: mysql -u root -p显示:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' 首先命令bai行判断mysql是否正常启动,输入命令ps -ef | grep mys ...
分类:数据库   时间:2020-11-24 12:06:09    阅读次数:7
永恒之黑漏洞利用
##CVE-2020-0796 Microsoft服务器消息块3.1.1(SMBv3)协议处理某些请求的方式中存在一个远程执行代码漏洞。成功利用此漏洞的攻击者可以获得在目标服务器或客户端上执行代码的能力。 ##受影响的系统版本 适用于32位系统的Windows 10版本1903 Windows 10 ...
分类:其他好文   时间:2020-11-23 12:22:45    阅读次数:3
MFC中的CRect
VC中的CRect环境VS2013头文件:#include <afxwin.h>A CRect object can be passed as a function parameter wherever a RECT structure, LPCRECT, or LPRECT can be pass ...
分类:编程语言   时间:2020-11-23 12:17:41    阅读次数:9
Module not found: Error: Can't resolve '../../../public/ueditor/lang/zh-cn/zh-cn.js'
ERROR Failed to compile with 4 errors These relative modules were not found: * ../../../public/ueditor/lang/zh-cn/zh-cn.js in ./node_modules/babel-loa ...
分类:Web程序   时间:2020-11-23 12:09:09    阅读次数:11
消除MySQL连接时的Warning:Using a password on the command line interface can be insecure.
MySQL5.6之后的版本在通过客户端连接或者备份时时都会有出现如下的一个警告: Warning: Using a password on the command line interface can be insecure. 在一些脚本操作中可能会造成一些干扰,这里介绍下两种方式来避免这个输出: ...
分类:数据库   时间:2020-11-23 12:08:06    阅读次数:13
实验三
任务一 #include<stdio.h> #include<math.h> int main(){ float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, b, c: "); while(scanf("%f%f%f", &a ...
分类:其他好文   时间:2020-11-21 12:42:08    阅读次数:28
23056条   上一页 1 ... 30 31 32 33 34 ... 2306 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!