2019年3月3日

OMS API

摘要: plot cd("C:/……/") 阅读全文

posted @ 2019-03-03 19:56 Pusteblume2018 阅读(301) 评论(0) 推荐(0) 编辑

Java——文件及目录File操作

摘要: API 获取文件及目录 删除文件及目录 阅读全文

posted @ 2019-03-03 16:29 Pusteblume2018 阅读(2891) 评论(0) 推荐(0) 编辑

2019年2月26日

Java——HashMap

摘要: HashMap 构造函数 HashMap API HashMap例子 阅读全文

posted @ 2019-02-26 22:34 Pusteblume2018 阅读(113) 评论(0) 推荐(0) 编辑

Java——Collections

摘要: 反转数组 Collections.reserve(ArrayList) 例子如下 阅读全文

posted @ 2019-02-26 21:21 Pusteblume2018 阅读(85) 评论(0) 推荐(0) 编辑

Java——String,StringBuffer,StringBuilder

摘要: String 一经创建,不可更改,每次更改都是创建新对象,销毁旧对象 StringBuilder 创建后可修改,多线程不安全 StringBuffer 创建后可修改,多线程安全 StringBuffer函数列表 阅读全文

posted @ 2019-02-26 21:18 Pusteblume2018 阅读(187) 评论(0) 推荐(0) 编辑

2019年2月21日

OpenModelica读取文件

摘要: 将文件名变成绝对路径名,file 变为 C:/users/……/OMEdit/J:/git/tcs/tcs.txt 阅读全文

posted @ 2019-02-21 16:47 Pusteblume2018 阅读(622) 评论(0) 推荐(0) 编辑

2019年2月19日

Excel 常用设置

摘要: 首行固定 视图->冻结窗口 阅读全文

posted @ 2019-02-19 22:05 Pusteblume2018 阅读(105) 评论(0) 推荐(0) 编辑

2019年1月14日

Ubuntu16 源码方式安装postgresql数据库

摘要: 依赖工具库 注意:默认用户名是postgres,以下命令是Ubuntu操作系统中的命令 make GCC Zlib 安装命令:sudo apt-get install zlib1g-dev注意有些软件包的名字无法确定,可以借助ubuntu software center来确定其有效名字,readli 阅读全文

posted @ 2019-01-14 16:52 Pusteblume2018 阅读(758) 评论(0) 推荐(0) 编辑

2019年1月13日

Utunbu常见问题

摘要: 关于Ubuntu中Could not get lock /var/lib/dpkg/lock解决方案 https://blog.csdn.net/u011596455/article/details/60322568 ps -A | grep apt sudo kill -9 processnumb 阅读全文

posted @ 2019-01-13 19:55 Pusteblume2018 阅读(423) 评论(0) 推荐(0) 编辑

PostgreSQL 扩展开发基础教程

摘要: 搭建基础结构 安装扩展 解决方案: sudo chown postgresql.po 阅读全文

posted @ 2019-01-13 19:52 Pusteblume2018 阅读(527) 评论(0) 推荐(0) 编辑

导航