2019年6月1日

算法-java实现

摘要: 1. 质因数分解 2.题目:求s = a + aa + aaa + aaaa + aa...a的值,其中a是一个数字。例如2 + 22 + 222 + 2222 + 22222(此时共有5个数相加), 解法1:非递归解法 解法2:递归解法 阅读全文

posted @ 2019-06-01 22:37 deodara 阅读(156) 评论(0) 推荐(0) 编辑

2019年2月26日

EasyUI学习笔记

摘要: 学习链接:http://www.jeasyui.net/tutorial 1.CRUD的实现-不使用可编辑的datagrid (1) 使用到的插件: datagrid:向用户展示列表数据。 dialog:创建或编辑一条单一的用户信息。 form:用于提交表单数据。 messager:显示一些操作信息 阅读全文

posted @ 2019-02-26 16:40 deodara 阅读(146) 评论(0) 推荐(0) 编辑

2018年12月5日

gitlab改root密码

摘要: 1. 2.查询要改的用户 3.重置密码 4.确认密码 5.保存修改,注意加感叹号! 阅读全文

posted @ 2018-12-05 15:07 deodara 阅读(573) 评论(0) 推荐(0) 编辑

2018年8月25日

栅格数据可视化资源

摘要: 1.Visualizing GeoTIFF Tiles with OpenLayers 2. GeoServer 快速入门文档 阅读全文

posted @ 2018-08-25 17:29 deodara 阅读(200) 评论(0) 推荐(0) 编辑

2018年8月23日

JAVA FILE.renameTo跨文件系统移动文件失败

摘要: 遇到了FILE.renameTo跨文件系统移动文件失败的问题,应使用FILES.move()接口或在同一文件系统移动文件。 FILE.renameTo接口说明: public boolean renameTo(File dest) Renames the file denoted by this a 阅读全文

posted @ 2018-08-23 17:49 deodara 阅读(758) 评论(0) 推荐(0) 编辑

2018年8月18日

java倒序按行读文本文件ReversedLinesFileReader

摘要: ReversedLinesFileReader API 阅读全文

posted @ 2018-08-18 16:24 deodara 阅读(1334) 评论(0) 推荐(0) 编辑

2018年8月16日

有用的资源链接

摘要: 1.教程网站: (1)https://www.concretepage.com/ (2)菜鸟:http://www.runoob.com/ (3)http://www.w3school.com.cn/ (4)https://www.w3cschool.cn/ 阅读全文

posted @ 2018-08-16 09:13 deodara 阅读(197) 评论(0) 推荐(0) 编辑

2018年8月6日

AIX7.1删除大批量文件(百万级、千万级)

摘要: 假设/data/test目录下含有数百万上千万的文件需要删除,可以选择的方式如下: 1.如果文件名不包含空白符、引号等特殊字符,则可以使用如下命令: 2.如果文件名包含空白符、引号等特殊字符,则在linux中使用如下命令: 而我所用的AIX7.1平台的xargs不支持-0选项,于是决定采用方式3:c 阅读全文

posted @ 2018-08-06 14:26 deodara 阅读(1758) 评论(0) 推荐(2) 编辑

2018年7月26日

How To Install Apache Tomcat 7 on CentOS 7 via Yum

摘要: 摘自:https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-7-on-centos-7-via-yum Introduction Apache Tomcat is a web server and 阅读全文

posted @ 2018-07-26 16:01 deodara 阅读(284) 评论(0) 推荐(0) 编辑

redhat防火墙管理

摘要: systemctl status firewalldsystemctl stop firewalldsystemctl start firewalldsystemctl enable firewalldsystemctl disable firewalld查看当前iptables规则iptables 阅读全文

posted @ 2018-07-26 14:52 deodara 阅读(151) 评论(0) 推荐(0) 编辑

导航