IfcMaterial is a homogeneous or inhomogeneous substance that can be used to form elements (physical products or their components). IfcMaterial is the ...
分类:
其他好文 时间:
2019-11-30 18:54:52
阅读次数:
82
本文首发于个人博客 "https://kezunlin.me/post/95370db7/" ,欢迎阅读最新内容! keras multi gpu training <! more Guide multi_gpu_model python import tensorflow as tf from k ...
分类:
其他好文 时间:
2019-11-30 11:24:23
阅读次数:
107
centos系统本身默认安装有python2.x,版本x根据不同版本系统有所不同 可通过 python --V 或 python --version 查看系统自带的python版本 有一些系统命令时需要用到python2,不能卸载 1、安装依赖包 1)首先安装gcc编译器,gcc有些系统版本已经默认 ...
分类:
编程语言 时间:
2019-11-30 00:15:00
阅读次数:
127
写了个插件,用来固定表的头部和尾部。 /*! * smartFloat v1.0.1 * Copyright 2019- Richard * Licensed under MIT */ $.fn.extend({ smartFloat: function (_newpos = { top: 0 }, ...
分类:
Web程序 时间:
2019-11-27 00:55:53
阅读次数:
98
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield * * This library is open source and may be redistributed and/or modified under * ... ...
分类:
其他好文 时间:
2019-11-26 19:46:42
阅读次数:
58
1. CSS选择器 1.1 选择语法联合使用 CSS selector的另一个强大之处在于:选择语法可以联合使用。 html代码: <div id='bottom'> <div class='footer1'> <span class='copyright'>版权</span> <span clas ...
分类:
Web程序 时间:
2019-11-26 13:21:48
阅读次数:
73
这里举一个继承的初始化例子 // reuse/Detergent.java // (c)2017 MindView LLC: see Copyright.txt // We make no guarantees that this code is fit for any purpose. // Vi ...
分类:
其他好文 时间:
2019-11-25 20:27:17
阅读次数:
95
1:启动一个下载服务器:方便传输大量文件 2:字符窜转换为JSON对象 3:检查第三方库是否已经安装 参考书籍:《Python Linux系统管理与运维》 赖明星 ...
分类:
编程语言 时间:
2019-11-25 20:17:31
阅读次数:
95
[root@iZ2zecs4lwn56p5g1e7c63Z cli]# php add_device.php Cacti Add Device Utility, Version 1.2.7 (DB: 1.2.7), Copyright (C) 2004-2019 The Cacti Group us ...
分类:
其他好文 时间:
2019-11-24 16:01:43
阅读次数:
134
sys模块常用单元getopt模块optparse模块argparse模块toc sys模块 sys模块代表了Python解释器,主要用于获取和Python解释器相关的信息,其中 sys.argv 可以获取命令行参数 在Python交互式解释器中可以先导入sys模块 import sys,再输入 d... ...
分类:
编程语言 时间:
2019-11-23 22:15:19
阅读次数:
77