一、Random类 public class RandomTest { public static void main(String[] args){ Random random = new Random(); for (int i = 0; i < 10; i++){ System.out.pri ...
分类:
其他好文 时间:
2020-01-06 19:19:54
阅读次数:
105
package.json 中 "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack-dev-server --open --port 3000 --contentBase src --h ...
分类:
移动开发 时间:
2020-01-05 19:01:02
阅读次数:
154
? mysql在创建数据库的时候,字符集设置的不是utf8而是utf9mb4,在导入sql脚本的时候,发现提示如下错误: ? 从上图中,我们可以看出,使用的是innodb及字符集。错误提示是长度太长了:Specified key was too long; max key length is 767 ...
分类:
数据库 时间:
2020-01-05 15:56:02
阅读次数:
89
Pechkin.dll可用于pdf的生成,常规用法网上都有介绍:https://www.cnblogs.com/felixnet/p/5143934.html 但是当在一个页面上执行过一次之后,再次就无法运行,结束调试重新调试时会报错,显示相关的dll被锁定。 解决方案: 在web.config中的 ...
/// /// Adds the minimum essential MVC services to the specified . Additional services /// including MVC's support for authorization, formatters, and ... ...
分类:
其他好文 时间:
2019-12-30 19:01:21
阅读次数:
82
1046错误 ,排除了其他可能的格式错误等,可能还是长度的问题。。。。 解决办法: 原因: MySQL will truncate any insert value that exceeds the specified columnwidth. to make this without error ...
分类:
其他好文 时间:
2019-12-28 21:11:56
阅读次数:
295
Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete ...
分类:
Web程序 时间:
2019-12-28 20:41:29
阅读次数:
132
开启归档日志时候启动报ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance SQL> startup ORA-32004: obsolete or deprecated parameter(s) spe ...
分类:
数据库 时间:
2019-12-27 13:28:31
阅读次数:
70
hive中可能会出现一个非常常见的异常:Specified key was too long;max key length is 767 bytes?是mysql/hive字符集问题。需要改变hive元数据库的字符集:mysql>alert database ruozedata character ...
分类:
其他好文 时间:
2019-12-26 19:14:17
阅读次数:
69
.NET rabbit 偶现 None of the specified endpoints were reachable 异常 ...
分类:
Web程序 时间:
2019-12-26 11:34:04
阅读次数:
365