会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lvlv岁月流逝
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页
2016年7月9日
idea maven 创建webapp项目没有src目录
摘要: archetypeCatalog=internal
阅读全文
posted @ 2016-07-09 17:47 lvlv岁月流逝
阅读(6928)
评论(1)
推荐(0)
2016年6月24日
is not allowed to connect to this MySQL server解决办法
摘要: GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION; myuser:代表你要使用的用户 mypassword:代表你的密码
阅读全文
posted @ 2016-06-24 07:04 lvlv岁月流逝
阅读(483)
评论(0)
推荐(0)
2016年6月21日
mybatis 插入数据并返回主键值
摘要: <insert id="insert" parameterType="com.pojo.TSubject" useGeneratedKeys="true" keyProperty="subjectid" > insert into t_subject ( parentid, subjectname,
阅读全文
posted @ 2016-06-21 10:15 lvlv岁月流逝
阅读(1038)
评论(0)
推荐(0)
2016年5月10日
idea15 生成mybatis代码
摘要: pom.xml src->main->resources下新建文件 generatorConfig.xml 然后到 maven project ->mybatis-generator ->mybatis-generator:generate 右键->run maven build 如果没有提示错误就
阅读全文
posted @ 2016-05-10 23:48 lvlv岁月流逝
阅读(602)
评论(0)
推荐(0)
2016年5月4日
android 打开新窗口
摘要: ImageView loginBtn = (ImageView)findViewById(R.id.login_button); loginBtn.setOnClickListener(new View.OnClickListener() { @Override public void onClic
阅读全文
posted @ 2016-05-04 09:06 lvlv岁月流逝
阅读(2303)
评论(0)
推荐(0)
2016年5月3日
Imageview 按比例适应屏幕大小
摘要: 需要注意: 必须设置ImageView 的属性。 android:adjustViewBounds="true"
阅读全文
posted @ 2016-05-03 08:38 lvlv岁月流逝
阅读(435)
评论(0)
推荐(0)
2016年4月27日
note:debugging requires the debug connect session system privilege
摘要: note:debugging requires the debug connect session system privilege 解决方案: 原因是用户权限不够,使用以下命令授予权限: GRANT debug any procedure, debug connect session TO use
阅读全文
posted @ 2016-04-27 20:50 lvlv岁月流逝
阅读(515)
评论(0)
推荐(0)
2016年4月21日
jdk8 tomcat7
摘要: 今天想使用jdk8+tomcat7来个写程序,但是一运行始终提示连接不到数据库 提示:Could not obtain connection metadata org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create Poolable
阅读全文
posted @ 2016-04-21 10:47 lvlv岁月流逝
阅读(1687)
评论(0)
推荐(0)
2016年3月30日
idea git 整合使用
摘要: 1、首先在github网站上新建一个repository 打开https://github.com/ 找到new repository按钮 输入repository name 选择public 记录下项目地址:git@github.com:lvlvoutlook/test001.git 2、打开id
阅读全文
posted @ 2016-03-30 21:13 lvlv岁月流逝
阅读(2092)
评论(0)
推荐(0)
git使用教程
摘要: 1、安装配置 下载地址:http://msysgit.github.io/ 安装完成后进行配置,打开git bash 命令窗口: http和https用的很少,大部分都只支持ssh协议和Git协议。 当你通过ssh协议与远端服务器进行通信的时候,你可以通过以下命令生成ssh密钥对: 生成成功后,一般
阅读全文
posted @ 2016-03-30 12:54 lvlv岁月流逝
阅读(316)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
22
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告