今天在启动微服务项目的时候报错: Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'budgetServiceImpl': Unsat ...
分类:
其他好文 时间:
2020-03-11 01:25:28
阅读次数:
85
######################################################################################## ## ## Available variables: ## $entryList.methodList - List of ...
分类:
其他好文 时间:
2020-03-10 22:00:36
阅读次数:
79
[root@centos6~]#lsblk--查看/dev/sdbNAMEMAJ:MINRMSIZEROTYPEMOUNTPOINTloop07:00100M0loop/mnt/xdisksda8:00200G0disk├─sda18:101G0part/boot├─sda28:2097.7G0part/├─sda38:3048.8G0part/data├─sda48:401K0part└─sda
分类:
其他好文 时间:
2020-03-10 13:49:04
阅读次数:
73
刚开始时,有一台服务器的ORACLE 11G数据库连接不上,报错:ORA-12541:TNS:无监听程序,解决之后碰到ORA-01034:ORACLE not available
ORA-27101:shared memory realm does not exist,最后又碰到ora-00119:... ...
分类:
数据库 时间:
2020-03-06 23:29:55
阅读次数:
127
在创建AVD设备的时候无法正常创建虚拟设备,CPU选项不能选择。 下面报错:No CPU/ABI system image available for this target 是因为SDK里面缺少了system-images文件,可以在安卓官网下载https://www.androiddevtool ...
分类:
其他好文 时间:
2020-03-06 10:59:12
阅读次数:
53
1 import configparser 2 3 config = configparser.ConfigParser() 4 config['DEFAULT'] = { 5 'ServerAliveInterval': 45, 6 'Compression': 'yes', 7 'Compres ...
分类:
其他好文 时间:
2020-03-05 13:05:37
阅读次数:
46
Customer would like to have the following folder structures available automatically for product with type 01. For each folder, various attachment coul ...
分类:
其他好文 时间:
2020-03-05 10:26:46
阅读次数:
84
Top 在更新Android Studio时,突然遇到No cached version of com.android.tools.build:aapt2:3.2.0-alpha18-4804415 available for offline mode.遇到一位大神指点,在Teminal中使用gra ...
分类:
移动开发 时间:
2020-03-04 22:59:12
阅读次数:
155
Windows性能计数器应用(PART1) 2.2 CategoryName:内存 PerformanceCounter("Memory", "Available MBytes", null); 这可衡量正在运行的进程可用的物理内存量(以兆字节为单位)。如果该值小于总物理RAM的5%,则意味着内存不... ...
使用pip install pyusb 安装pyusb后调用以下代码: import usb.core import usb.util dev =usb.core.find(find_all=True) print(dev) 最近一个案子是要用到USB信息交互,获取电脑连接的USB设备,但是遇到了报 ...
分类:
其他好文 时间:
2020-03-04 14:20:39
阅读次数:
229