会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
倚天剑雨
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2017年9月26日
mysql配置远程登录
摘要: 1.vim /etc/my.cnf注释这一行:bind-address=127.0.0.1 ==> #bind-address=127.0.0.1 2.重启服务:sudo service mysql restart 3.登录mysql:mysql -u root -p grant all privi
阅读全文
posted @ 2017-09-26 15:56 倚天剑雨
阅读(393)
评论(0)
推荐(0)
2017年9月20日
ubuntu安装mongodb
摘要: 参考:http://blog.csdn.net/zhushh/article/details/52451441 1.导入软件源的公钥 2.为mongodb创建软件源list文件 ubuntu12.04 ubuntu14.04 ubuntu16.04 3.更新软件源并安装mongodb 如果想要安装特
阅读全文
posted @ 2017-09-20 15:14 倚天剑雨
阅读(340)
评论(0)
推荐(0)
2017年6月30日
mybatis插入返回主键
摘要: useGeneratedKeys="true" keyProperty="id" <insert id="insertReturnPrimaryKey" parameterType="com.haitao55.spider.order.robot.platform.dos.TaskHistoryDO
阅读全文
posted @ 2017-06-30 10:24 倚天剑雨
阅读(188)
评论(0)
推荐(0)
2017年6月29日
linux查看端口占用命令
摘要: netstat -lntup|grep 1080
阅读全文
posted @ 2017-06-29 13:55 倚天剑雨
阅读(1116)
评论(0)
推荐(0)
ubuntu安装shadowsocks-qt5
摘要: 原文:http://blog.csdn.net/strokess/article/details/52015014 shadowsocks-qt5 需要通过PPA源安装,仅支持Ubuntu 14.04或更高版本。 1、设置 PPA 源并安装 shadowsocks-qt5 1 2 3 2、安装过程遇
阅读全文
posted @ 2017-06-29 11:23 倚天剑雨
阅读(0)
评论(0)
推荐(0)
ubuntu安装ssh
摘要: sudo apt-get install openssh-server openssh-client
阅读全文
posted @ 2017-06-29 11:18 倚天剑雨
阅读(133)
评论(0)
推荐(0)
2017年6月23日
ubuntu环境安装谷歌驱动命令
摘要: 1.sudo apt-get install chromium-chromedriver. 2.直接下载:http://chromedriver.storage.googleapis.com/index.html
阅读全文
posted @ 2017-06-23 18:13 倚天剑雨
阅读(235)
评论(0)
推荐(0)
2017年6月21日
复选框全选反选问题
摘要: springmvc控制器端可直接用String[]接受数组参数 注意点: $(this).attr("checked",true)这种方式有可能只有一次生效,原因不明
阅读全文
posted @ 2017-06-21 09:59 倚天剑雨
阅读(181)
评论(0)
推荐(0)
2017年6月7日
springmvc使用map接收form表单的参数
摘要: 其实只需要在map前面加上@RequestParam参数即可,jsp的name等都不变 public String queryByCondition(@RequestParam Map<String, String> params, BuyerDO buyer, Model model){
阅读全文
posted @ 2017-06-07 11:44 倚天剑雨
阅读(12605)
评论(0)
推荐(1)
2017年6月2日
spring定时器quartz版本问题
摘要: 如果quartz的版本是1.8.5启动会报错,修改给2.0版本以上即可 <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <version>2.2.0</version> </de
阅读全文
posted @ 2017-06-02 15:59 倚天剑雨
阅读(486)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告