/** * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved. * * You may not modify, use, reproduce, or distribute this software except ...
分类:
其他好文 时间:
2019-05-05 01:24:09
阅读次数:
165
安装dhcp服务,以提供给客户端ip/netmask/gateway等 ]# yum -y install dhcp ]# vim /etc/dhcp/dhcpd.conf ]# dhcpd -t #配置文件语法检查,显示All rights reserved 就表示OK ]# systemctl ...
分类:
系统相关 时间:
2019-05-04 09:52:18
阅读次数:
185
ILMerge Michael BarnettResearch in Software Engineering (RiSE)Microsoft ResearchCopyright © Microsoft Corporation. All rights reserved. 原文链接:https://g ...
分类:
其他好文 时间:
2019-04-25 12:04:07
阅读次数:
116
提到锁就不得不说到死锁的问题,而SQLite也可能出现死锁。下面举个例子:连接1:BEGIN (UNLOCKED)连接1:SELECT ... (SHARED)连接1:INSERT ... (RESERVED)连接2:BEGIN (UNLOCKED)连接2:SELECT ... (SHARED)连接 ...
分类:
数据库 时间:
2019-04-10 18:05:21
阅读次数:
228
// main.cpp // 指针 // Created by mac on 2019/4/4. // Copyright ? 2019年 mac. All rights reserved. // 1.指针变量只用于存储内存地址,根据内存地址去查找里面存储的数据。 include using nam ...
分类:
其他好文 时间:
2019-04-04 20:22:14
阅读次数:
187
/** * Copyright © 2012-2016 JeeSite All rights reserved. */ package com.thinkgem.jeesite.tools; import java.io.BufferedReader; import java.io.Fil... ...
分类:
其他好文 时间:
2019-04-04 12:44:01
阅读次数:
195
Python中的Numpy的基本知识 Copyright ? Microsoft Corporation. All rights reserved. 适用于 "License" 版权许可 更多微软人工智能学习资源,请见 "微软人工智能教育与学习共建社区" 以下列出一些关于Numpy矩阵运算的基本知识 ...
分类:
编程语言 时间:
2019-04-02 12:50:26
阅读次数:
199
问题描述:tomcat 重启时候 遇到这个情况,出现60080端口被占用而无法启动,非得等该端口释放后才启动成功。 问题分析:60080端口被该服务器上的客户端(dubbo motan)随机选取源端口给占用掉了。 解决方案:使用net.ipv4.ip_local_port_range参数,规划出一段 ...
分类:
其他好文 时间:
2019-03-27 15:27:25
阅读次数:
176
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use th... ...
分类:
其他好文 时间:
2019-03-18 11:40:33
阅读次数:
622
Version Location Description PDF Page 15-16 list of reserved keywords and list of contextual keywords The keyword 'in' appears in both the reserved ke ...