摘要: select a.id,substring_index(substring_index(a.cjfq,' ',b.help_topic_id + 1),' ',-1) cjfq from crawl_data_references a join mysql.help_topic b on b.hel 阅读全文
posted @ 2019-12-31 16:21 liqu 阅读(710) 评论(0) 推荐(0) 编辑
摘要: ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64export HADO 阅读全文
posted @ 2019-11-14 16:20 liqu 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Ubuntu和Windows相互共享文件夹 一、Ubuntu访问Windows共享文件夹 1、对需要共享文件夹右击->属性->共享 2、选择要与其共享的用户,选择好用户点击有点添加按钮添加,然后点击下方的共享按钮 3、完成共享 4、成功共享后可以在计算机管理查看已共享文件夹 5、Windows还需要 阅读全文
posted @ 2019-11-14 14:47 liqu 阅读(24115) 评论(0) 推荐(1) 编辑
摘要: 点击「设备」-「安装增强功能」,然后就弹出下面这个东西,百度和 bing 了很久,终于解决啦~ Unable to insert the virtual optical disk D:\Program\Orade\VirtualBox\VBoxGuestAdditions.iso into the 阅读全文
posted @ 2019-11-14 14:20 liqu 阅读(13640) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/guanmaoning/article/details/80031279 阅读全文
posted @ 2019-04-01 16:40 liqu 阅读(303) 评论(0) 推荐(0) 编辑
摘要: http://blog.51cto.com/14087171 阅读全文
posted @ 2018-12-20 17:01 liqu 阅读(131) 评论(0) 推荐(0) 编辑
摘要: Mysql 增加rownum 实现(极度推荐) SELECT @rownum:=@rownum+1 AS rownum, frutas.*FROM (SELECT @rownum:=0) r, frutas; SELECT @rownum:=@rownum+1 AS rownum, frutas.* 阅读全文
posted @ 2018-11-07 12:51 liqu 阅读(690) 评论(1) 推荐(0) 编辑
摘要: https://blog.csdn.net/cclethe/article/details/80426760 古诺双寡头模型MATLAB求解(博弈论) https://blog.csdn.net/cclethe/article/details/80453247 斯塔克尔伯格竞争模型(主从博弈模型) 阅读全文
posted @ 2018-10-24 17:06 liqu 阅读(1794) 评论(2) 推荐(0) 编辑
摘要: 下面的代码演示了笛卡尔积陷阱的相关实例。 /*当我们采用以下语句进行查询的时候,得到的结果远超过我们需要的量。*/ select a.userID,B.username,A.myvalue,A.mymonth from cartTableA A, cartTableB B where A.userI 阅读全文
posted @ 2018-10-05 16:01 liqu 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 前言:文件发布测试过程中需要使用Windows和Ubuntu实现文件共享。 以下内容转载自:http://blog.csdn.net/jiang13479/article/details/53501459 注意:以下命令是在root下执行的,若没root则要输入su命令进入root环境下或命令前加上 阅读全文
posted @ 2018-10-03 16:19 liqu 阅读(2760) 评论(0) 推荐(0) 编辑