Copyright (c) 2010-2012 United States Government, as represented bythe Secretary of Defense. All rights reserved.November 12 2012Authors: Matthew Fior ...
分类:
其他好文 时间:
2017-11-28 21:48:23
阅读次数:
175
今天修改了/etc/rsyslog.conf中的内容后,想着要通过systemctl restart rsyslog重启服务,但是执行完命令后,总感觉/etc/rsyslog.conf中修改的内容没有生效。 于是乎就去看了下/var/log/messages下的日志文件,发现有这样一行提示:Mar ...
分类:
其他好文 时间:
2017-11-27 18:47:52
阅读次数:
194
最近在练习EF的过程中,实现将Linq返回的结果绑定到Combox时出错。 错误提示如下: System.NotSupportedException:“Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery, DbRawS... ...
分类:
数据库 时间:
2017-11-14 18:33:41
阅读次数:
246
Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2. Note: The length of both num1 and num2 is < ...
分类:
其他好文 时间:
2017-11-08 13:32:09
阅读次数:
214
最少知识原则(Least Knowledge Principle) 最少知识原则(Least Knowledge Principle),或者称迪米特法则(Law of Demeter),是一种面向对象程序设计的指导原则,它描述了一种保持代码松耦合的策略。其可简单的归纳为: Each unit sho ...
分类:
其他好文 时间:
2017-10-18 00:19:27
阅读次数:
141
1.[Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or comp ...
分类:
其他好文 时间:
2017-10-16 21:48:45
阅读次数:
181
转自:https://dzone.com/articles/jvm-architecture-explained?oid=18544920 Every Java developer knows that bytecode will be executed by JRE (Java Runtime E ...
分类:
其他好文 时间:
2017-10-13 00:37:09
阅读次数:
191
Java Thread 的一些认识: Java是抢占式线程,一个线程就是进程中单一的顺序控制流,单个进程可以拥有多个并发任务,其底层是切分CPU时间,多线程和多任务往往是使用多处理器系统的最合理方式 进程可以看作一个程序或者一个应用;线程是进程中执行的一个任务,多个线程可以共享资源 一个Java 应 ...
分类:
编程语言 时间:
2017-10-12 17:02:49
阅读次数:
243
Configure the package management system (yum). Create a /etc/yum.repos.d/mongodb-org-3.2.repo file so that you can install MongoDB directly, using yum ...
分类:
数据库 时间:
2017-10-03 16:26:30
阅读次数:
213
The U.S. government is communicating with North Korea to see whether it’s willing to negotiate over its nuclear program, Secretary of State Rex Tiller ...
分类:
其他好文 时间:
2017-09-30 23:12:21
阅读次数:
380