……Continue reading » Jason 6 years ago (2019-01-25) 1884Views 0Comments0个赞
安装sf的时候出现如下错误:checking udunits2.h usability... nochecking udunits2.h presence... nochecking for udunits2.h... nochecking udunits2/udunits2.h usability... nochecking udunits2/u……Continue reading » Jason 6 years ago (2019-01-25) 1556Views 0Comments0个赞
为了搞个自动签到,看了下获取cookies的方式,总结下来就一张图:……Continue reading » Jason 6 years ago (2019-01-23) 1023Views 0Comments0个赞
Authors:Hans-Peter Blossfeld, Katrin Golsch, and Götz RohwerPublisher: Lawrence ErlbaumCopyright: 2007ISBN-13: 978-0-8058-6047-4Download Here:EventHistoryAnalysisWithStata.z……Continue reading » Jason 6 years ago (2019-01-21) 1087Views 0Comments0个赞
首先看这里:https://www.liujason.com/article/152.html然后,ssh里安装gdal-devel, proj-devel, proj-nad, proj-epsglibgdal.so问题:cp /usr/local/lib/libgdal.so.20* /usr/lib64/libkmldom.so问题:wget……Continue reading » Jason 6 years ago (2019-01-20) 1540Views 1Comments0个赞
rclone挂载之后,在rclone盘中做FTP和sharecloud,如果rclone挂掉了会非常麻烦,于是设置了这样一个crontab来守护rclone进程,不罗嗦了上代码:function check(){ count=`ps -ef |grep $1 |grep -v "grep" |wc -l` if [ 0 == $count ];……Continue reading » Jason 6 years ago (2019-01-20) 1082Views 0Comments0个赞
最近为了处理气象数据头有点大,实验室、家里、笔记本都会用到VScode+gitlab来达到无缝切换设备进行编程。然而每次都要git clone真的好累啊,虽说也就是几秒钟的事,但是真的不如Rstudio-server的体验顺滑,不管走到哪里,有浏览器我就可以学术,真的是幸福啊233333333所以去找了一下相关的基于web的IDE,其实GitLab本身就有……Continue reading » Jason 6 years ago (2019-01-20) 1474Views 1Comments0个赞
阿里云腾讯云百度云景安西部数码……Continue reading » Jason 6 years ago (2019-01-20) 1452Views 0Comments0个赞
最近在构建气象数据库,数据量2000亿行,内含从1901年到现在的全球近3万站点的逐小时气象数据,有兴趣的可以去看看: https://clidb.org数据结构的设计和查询优化真的是费了我不少心思,过几天有空可以来写写心得,不过本篇的重点还是在大数据导出导入过程中遇到的坑。由于为了加速查询,我分了4个数据库、每个库3万个表,每个表12个分区,于是就出现……Continue reading » Jason 6 years ago (2019-01-18) 1213Views 0Comments0个赞
ls -t | awk '{if(NR>16){print $0}}' |xargs rm -f就一行,自己琢磨吧~……Continue reading » Jason 6 years ago (2019-01-11) 1198Views 0Comments1个赞