为了给独服配上vmware必须要开启GUI界面,以前已经习惯了用命令行SSH解决一切问题,这下需要配置GUI+远程了,于是拿出尘封已久的VNC来用。VNC上一次使用还是五六年前用来连挂机宝的,当时为了挂支付宝免签约监控和QQ机器人特意租了一台windows小机器,然后第一次接触了VNC。比起微软的RDClient,VNC多了更多配置选项,同时还支持全平台,……Continue reading » Jason 7 years ago (2019-02-06) 1238Views 0Comments0个赞
mysql批量修改表名前缀1、把全部表名前缀wp_改成wordpress_SELECT GROUP_CONCAT (CONCAT( ‘ALTER TABLE ‘ , TABLE_NAME, ‘ RENAME TO ‘,REPLACE( TABLE_NAME,‘wp_’ ,‘wordpress_’)) SEPARATOR ‘;’)FROM inf……Continue reading » Jason 7 years ago (2019-02-03) 1042Views 0Comments0个赞
……Continue reading » Jason 7 years ago (2019-01-25) 1920Views 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 7 years ago (2019-01-25) 1593Views 0Comments0个赞
为了搞个自动签到,看了下获取cookies的方式,总结下来就一张图:……Continue reading » Jason 7 years ago (2019-01-23) 1065Views 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 7 years ago (2019-01-21) 1117Views 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 7 years ago (2019-01-20) 1616Views 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 7 years ago (2019-01-20) 1119Views 0Comments0个赞
最近为了处理气象数据头有点大,实验室、家里、笔记本都会用到VScode+gitlab来达到无缝切换设备进行编程。然而每次都要git clone真的好累啊,虽说也就是几秒钟的事,但是真的不如Rstudio-server的体验顺滑,不管走到哪里,有浏览器我就可以学术,真的是幸福啊233333333所以去找了一下相关的基于web的IDE,其实GitLab本身就有……Continue reading » Jason 7 years ago (2019-01-20) 1552Views 1Comments0个赞
阿里云腾讯云百度云景安西部数码……Continue reading » Jason 7 years ago (2019-01-20) 1501Views 0Comments0个赞