参考: https://docs.microsoft.com/zh-cn/aspnet/mvc/overview/older-versions/getting-started-with-aspnet-mvc4/adding-a-view 3你将使用 ASP.NET MVC 3 引入的Razor 视图 ...
分类:
Web程序 时间:
2020-07-08 15:45:55
阅读次数:
90
问题:新安装的Mysql服务用客户端程序连接时显示失败,如下图所示 原因:其实这个是一个简单的权限与安全问题 解决:命令提示符窗口运行几句代码即可 结果: 注意: 1.先进入到mysql的安装路径 2.要先登陆,否则出现下图所示现象 ...
分类:
数据库 时间:
2020-07-07 17:26:00
阅读次数:
87
adb进阶知识,如何过滤只查看某一个app的日志 前面大概学习了adb基础,但是adb的存在,在测试人员中究竟有什么必要,以及看log时,那么多的log,让我们看个屁啊,所以这一次,我决定一定要把adb这件事情搞清楚。 1.先来看最感兴趣的adb日志 首先来了解一共概念,安卓的日志有那些: Andr ...
分类:
数据库 时间:
2020-07-03 15:45:23
阅读次数:
85
UDF官方文档:https://dev.mysql.com/doc/refman/5.7/en/adding-udf.html 参考文章:https://blog.csdn.net/cssxn/article/details/89497942 #UDF的调用过程: 如果需要内存,则必须将其放入 xx ...
分类:
数据库 时间:
2020-07-03 00:35:16
阅读次数:
108
版本:CentOS 7 首先: [root@localhost test]# cat /etc/inittab # inittab is no longer used when using systemd. # # ADDING CONFIGURATION HERE WILL HAVE NO EFF ...
分类:
其他好文 时间:
2020-07-02 16:08:49
阅读次数:
72
其中:2env为使用virtualenv创建的虚拟环境,xxx.py为我要运行的python程序 (2env) [root@xxxx]$ /gunicorn xxx.pyCould not find platform dependent libraries <exec_prefix>Consider ...
分类:
其他好文 时间:
2020-07-01 20:46:07
阅读次数:
84
2020-06-30 19:21:03 2901 [ERROR] Error reading packet from server: binlog truncated in the middle of event; consider out of disk space on master; the ...
分类:
数据库 时间:
2020-06-30 20:15:08
阅读次数:
89
Given two positive integers n and k. A factor of an integer n is defined as an integer i where n % i == 0. Consider a list of all factors of n sorted ...
分类:
其他好文 时间:
2020-06-29 10:05:07
阅读次数:
60
昨晚在安装第三方库openpyxl时,执行pip install openpyxl后,报错:You are using pip version 19.0.3, however version 20.2b1 is available. You should consider upgrading via ...
分类:
编程语言 时间:
2020-06-26 14:22:22
阅读次数:
92
Given a string S, consider all duplicated substrings: (contiguous) substrings of S that occur 2 or more times. (The occurrences may overlap.) Return a ...
分类:
其他好文 时间:
2020-06-20 13:20:54
阅读次数:
43