$x+i y, x, y \in R\longrightarrow (x, y)?$ $x=\operatorname{Rez} \quad y=\operatorname{Imz}?$ $\operatorname{Re} z=\frac{1}{2}(z+\bar{z})?$ $\ln z=\fr ...
分类:
其他好文 时间:
2020-03-13 20:35:40
阅读次数:
100
Navicat Premium 12 链接 Mysql 时 报错: 查看了相关大神的解决方法,自己也记录一下. 原因: 在 MySQL8之前的版本中加密规则为mysql_native_password 而在 MySQL8以后的加密规则为caching_sha2_password . 也就是 MySQ ...
分类:
其他好文 时间:
2020-03-13 12:58:41
阅读次数:
46
git bash提交本地项目到远程仓库 1、cd进入你放项目文件的地址 2、输入git init 如下图所示,这个意思是在当前项目的目录中生成本地的git管理(会发现在当前目录下多了一个.git文件夹) 3、输入git add . 这个是将项目上所有的文件添加到仓库中的意思,如果想添加某个特定的文件 ...
分类:
其他好文 时间:
2020-03-12 18:36:15
阅读次数:
37
问题背景: 客户数据库遭遇机房断电情况 之前出现过机房断电情况,重启数据库后发现出现ORA-00376的错误。 问题解决: 通过查询数据文件状态: 1 SQL> select file_id,online_status from dba_data_files order by 1; 2 3 FILE ...
分类:
其他好文 时间:
2020-03-11 11:01:31
阅读次数:
65
异常信息: org.springframework.data.redis.serializer.SerializationException: Cannot deserialize; nested exception is org.springframework.core.serializer.su ...
分类:
其他好文 时间:
2020-03-04 12:30:33
阅读次数:
62
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:
Web程序 时间:
2020-03-03 22:45:16
阅读次数:
107
默认从/lib 、 /usr/lib 以及配置文件/etc/ld.so.conf内所列的目录下加载.so文件, 进而创建出动态装入程序(ld.so)所需的连接和缓存文件。 缓存文件默认为/etc/ld.so.cache,该文件保存已排好序的动态链接库名字列表。 ldconfig通常在系统启动时运行, ...
分类:
系统相关 时间:
2020-03-03 14:54:56
阅读次数:
102
在Ubuntu上面搭建caffe环境,搭建完成之后运行sudo make runtest -j8失败,提示错误为:.build_release/tools/caffe: error while loading shared libraries: libcudart.so.10.0: cannot o ...
分类:
系统相关 时间:
2020-03-03 13:16:34
阅读次数:
178
解决方法: 工程属性页 ->Debugging->Debugger Type, 设置为 'Managed Only' 环境: Visual Studio 2008 ...
分类:
其他好文 时间:
2020-03-03 10:41:47
阅读次数:
60