robert_hly

踩坑填坑记录...

导航

04 2017 档案

ubuntu 16.04 安装brackets
摘要:1 github 上下载deb包 2 双击deb包但是安装不了(无任何提示,是因为缺少lib文件) 网上给出的解决方案 使用debtool 接压 deb包 把缺少的lib复制进去 配置文件中去掉该 lib(原文出处https://brbsix.github.io/2015/10/29/fix-mis 阅读全文

posted @ 2017-04-30 21:57 robert_hly 阅读(294) 评论(0) 推荐(0) 编辑

第一个Spring 程序
摘要:一 搭建好开发环境 JDK Eclipse 等 二 下载jar包 https://commons.apache.org/logging/ https://repo.spring.io/release/org/springframework/spring 三 添加依赖jar包 把下载下来的jar包 添 阅读全文

posted @ 2017-04-23 14:39 robert_hly 阅读(120) 评论(0) 推荐(0) 编辑

1449 - The user specified as a definer('xxx'@'%') does not exist
摘要:指定的用户不存在,创建相应的账户即可,注意主机那里填的内容,我的这个是@'%'所以不用填任何内容。 阅读全文

posted @ 2017-04-05 14:46 robert_hly 阅读(127) 评论(0) 推荐(0) 编辑

WebView加载页面
摘要://使用内置浏览器webView.setWebViewClient(new WebViewClient(){ @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { view.loadUrl(url) 阅读全文

posted @ 2017-04-05 10:41 robert_hly 阅读(118) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示