修改IFC对象属性值并更新IFC文档内容。 public void updateIfcObjByIDIFC() throws IOException { IfcModel ifcModel = new IfcModel(); File stepFile = new File(fileName1); ...
分类:
其他好文 时间:
2020-01-12 20:06:21
阅读次数:
196
新特效编程语言-taichi太极 只用99行代码,你也可以像《冰雪奇缘》里的艾莎公主一样拥有冰雪魔法。(http://finance.sina.com.cn/wm/2020-01-06/doc-iihnzahk2279095.shtml) 胡渊鸣知乎原文: https://zhuanlan.zhih ...
分类:
编程语言 时间:
2020-01-12 13:17:06
阅读次数:
407
001、strings=["a","as","bat","car","dove","python"] 过滤掉长度小于等于2的字符串,并将剩下的字符串转换成大写字母形式。 方法一: strings=["a","as","bat","car","dove","python"] y = filter(la ...
分类:
编程语言 时间:
2020-01-11 20:43:43
阅读次数:
149
Cardiff School of Computer Science and InformaticsCoursework Assessment Pro-formaModule Code: CMT307Module Title: Applied Machine LearningAssessment T ...
分类:
其他好文 时间:
2020-01-10 20:02:15
阅读次数:
60
[TOC] Redis简介 Redis以键值对的形式储存数据 Redis支持的数据类型有:string、list、set、zset(sorted set)、hash Redis特点: 响应速度快,数据量小 Redis以内存作为数据存储介质,所以读写数据的效率极高 安装 下载地址: "windows版 ...
分类:
其他好文 时间:
2020-01-10 00:46:57
阅读次数:
91
自己保存一些偶尔用的到的Lambda表达式小技巧 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Sys ...
分类:
其他好文 时间:
2020-01-10 00:40:56
阅读次数:
75
[TOC] 视图层 一.视图函数返回的都是一个HttpResponse对象 render 和 redirect 都是直接或者间接传的 二.JsonResponse 下面这个是正常的json的序列化 JsonResponse 序列化 如果序列的不是字典样式 三.form表单的上传 home.html ...
分类:
其他好文 时间:
2020-01-08 21:21:22
阅读次数:
93
grep文本过滤工具 grep命令是Linux系统中最重要的命令之一,功能是从文本文件或管道数据流中筛选匹配的行和数据,如果再配合正则表达式,功能十分强大,是Linux运维人员必备的命令 语法: grep [options] [pattern] [file] 命令 参数 匹配模式 文件数据 grep ...
分类:
系统相关 时间:
2020-01-08 21:16:52
阅读次数:
85
select number ,SUBSTRING_INDEX(GROUP_CONCAT(name ORDER BY name desc ),',',1),SUBSTRING_INDEX(GROUP_CONCAT(idcard ORDER BY name desc ),',',1),SUBSTRING ...
分类:
数据库 时间:
2020-01-08 14:34:20
阅读次数:
155
https://www.sdcard.org/downloads/formatter/index.html SD卡联盟强烈强烈建议使用此软件来格式化SD/SDHC/SDXC卡,而不要使用各个操作系统随附的格式化工具。通常,操作系统附带的格式化工具可以格式化包括SD/SDHC/SDXC卡在内的各种存储 ...
分类:
其他好文 时间:
2020-01-07 10:25:50
阅读次数:
95