码迷,mamicode.com
首页 >  
搜索关键字:cannot resolve symbo    ( 6898个结果
数据库外键报错
MySQL报错:Cannot add or update a child row: a foreign key constraint fails 原因及解决方法 前几天增加了数据库中几张表的外键,结果调试接口的时候就报Cannot add or update a child row: a forei ...
分类:数据库   时间:2020-06-24 11:44:22    阅读次数:59
Java线程的死锁和活锁
1、概览 当多线程帮助我们提高应用性能的同时,它同时也带来一些问题,本文我们将借助几个小例子看下两个问题,死锁和活锁。 2、死锁 2.1、什么是死锁 死锁发生在当两个或多个线程一直在等待另一个线程持有的锁或资源的时候。这会导致一个程序可能会被拖垮或者直接挂掉,因为线程们都不能继续工作了。 经典的哲学 ...
分类:编程语言   时间:2020-06-24 00:24:55    阅读次数:92
cannot connect to ppa.launchpad.net
sherrysack关注 2017.10.24 13:02:25字数 76阅读 2,394 While I was trying to download wine1.7 on Ubuntu, after I add the related repository, and execute sudo a ...
分类:Web程序   时间:2020-06-23 13:44:59    阅读次数:82
MySQL-错误:2059 - Authentication plugin 'caching_sha2_password' cannot be loaded
MySQL-错误:2059-Authentication plugin 'caching_sha2_password' cannot be loaded 一 现象 使用docker镜像创建容器后,mysql测试连接不成功 二 原因 网上查询得到原因:在mysql8之前的版本中加密规则为mysql_n ...
分类:数据库   时间:2020-06-22 22:42:23    阅读次数:130
SpringMVC基础-11-国际化
代码示例: I18TestController.java: 1 package com.atguigu.controller; 2 3 import java.util.Locale; 4 5 import javax.servlet.http.HttpSession; 6 7 import org ...
分类:编程语言   时间:2020-06-22 19:22:50    阅读次数:65
C# 解密Java的密文报错 Padding is invalid and cannot be removed
1 protected static string DecryptAes(string input, string key) 2 { 3 var encryptedBytes = Convert.FromBase64String(input); 4 5 byte[] pwdBytes = getKe ...
分类:编程语言   时间:2020-06-22 19:16:36    阅读次数:91
ABP读取appseting.json
var controlSchedulesRepository = Abp.Dependency.IocManager.Instance.Resolve<Configuration.IAppConfigurationAccessor>(); controlSchedulesRepository.Con ...
分类:移动开发   时间:2020-06-22 14:43:01    阅读次数:69
为Promise添加finally方法支持,把小程序函数变成promise函数
// 为Promise添加finally方法支持 Promise.prototype.finally = function (callback) { let P = this.constructor; return this.then( value => P.resolve(callback()). ...
分类:微信   时间:2020-06-22 12:32:43    阅读次数:107
php phpexcel/PHPExcel导出乱码的问题
本来很简单的一个功能怎么导出都是乱码。 添加 error_reporting(E_ALL ^ E_NOTICE) ini_set("display_errors",'"on") PHP提示: Cannot modify header information - headers already sen ...
分类:Web程序   时间:2020-06-22 01:52:02    阅读次数:92
Prometheus配置企业微信告警
kubernetes operator安装,如果不会安装可以查看我前面的博客。 前提:创建企业微信,创建应用 然后配置altermanager.yaml global: resolve_timeout: 5m receivers: - name: wechat wechat_configs: - a ...
分类:微信   时间:2020-06-21 23:16:41    阅读次数:175
6898条   上一页 1 ... 35 36 37 38 39 ... 690 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!