在Assets文件夹中添加 文件,在属性中将Build Action设置为 "NLog在Xamarin Android中的配置" ...
分类:
其他好文 时间:
2019-12-12 14:53:13
阅读次数:
212
Annotations have been a very important part of Java, and it’s been there from the time of J2SE 5.0. All of us have seen annotations like @Override and ...
分类:
其他好文 时间:
2019-12-12 12:47:19
阅读次数:
123
模块对常用组件、服务进行服务注册,可以mvcCoreBuilder、mvcbuilder进行配置,Option的配置,如本地化,MvcOption,AbpAspNetCoreMvcOptions对自动API的控制器,特别是对ApplicationPartManager的part和feature管理 ...
分类:
Web程序 时间:
2019-12-11 19:37:21
阅读次数:
160
缓冲区溢出漏洞实验 缓冲区溢出是指程序试图向缓冲区写入超出预分配固定长度数据的情况。这一漏洞可以被恶意用户利用来改变程序的流控制,甚至执行代码的任意片段。这一漏洞的出现是由于数据缓冲器和返回地址的暂时关闭,溢出会引起返回地址被重写。 实验准备 + 输入命令安装一些用于编译 32 位 C 程序的软件包 ...
分类:
其他好文 时间:
2019-12-11 13:17:00
阅读次数:
89
MySQL数据库优化主要涉及两个方面,一方面是对SQL语句优化,另一方面是对数据库服务器和数据库配置的优化。数据库优化SQL语句优化为了更好的看到SQL语句执行效率的差异,建议创建几个结构复杂的数据表,多导入一些数据进行测试,看到的效果比较直观。尽量避免在列上进行运算,这样会导致索引失效。 优化前S... ...
分类:
数据库 时间:
2019-12-10 01:14:29
阅读次数:
148
如果改变程序图标重新编译之后看到的图标并未改变,这可能不windows缓存了之前的图标导致的,需要清除Window的图标缓存来显示正确的图标. 下面是清除Windows系统图标缓存的批处理代码: rem 关闭Windows外壳程序explorer taskkill /f /im explorer.e ...
Given a non-empty special binary tree consisting of nodes with the non-negative value, where each node in this tree has exactly two or zero sub-node. ...
分类:
其他好文 时间:
2019-12-07 21:15:30
阅读次数:
99
SOLID原则是一种编码的标准,为了避免不良设计,所有的软件开发人员都应该清楚这些原则。SOLID原则是由Robert C Martin推广并被广泛引用于面向对象编程中。正确使用这些规范将提升你的代码的可扩展性、逻辑性和可读性。 ...
分类:
其他好文 时间:
2019-12-06 00:14:14
阅读次数:
103
[framework] 2019-12-05 11:34:05,441 - org.springframework.web.context.ContextLoader -5352 [RMI TCP Connection(3)-127.0.0.1]INFO org.springframework.we ...
分类:
其他好文 时间:
2019-12-05 13:09:41
阅读次数:
149
import seaborn as sns sns.lmplot() sns.regplot() sns.residplot() sns.swarmplot() sns.jointplot() sns.pairplot() sns.heatmap() sns.boxplot() ...
分类:
其他好文 时间:
2019-12-03 23:51:29
阅读次数:
192