jeenma  

2019年5月14日

摘要: /* 创建临时表空间 */ create temporary tablespace AAAA_TEMP tempfile 'H:\app\madx\product\11.2.0\dbhome_1\tablespace\YOUFEEL_TEMP.dbf' size 64m autoextend on 阅读全文
posted @ 2019-05-14 15:10 jeenma 阅读(152) 评论(0) 推荐(0) 编辑
 
摘要: 参考:https://www.cnblogs.com/lvdongjie/p/5428815.html .Net 通常禁止跨线程访问控件,设置Control.CheckForIllegalCrossThreadCalls = false 可以解除禁止,但不能保证正确跨线程访问控件。使用MethodI 阅读全文
posted @ 2019-05-14 15:01 jeenma 阅读(393) 评论(0) 推荐(0) 编辑

2019年4月18日

摘要: mysql -u root ip; 1、use mysql; 2、alter user 'root'@'localhost' identified with mysql_native_password by '新密码'; 3、flush privileges; 阅读全文
posted @ 2019-04-18 22:52 jeenma 阅读(136) 评论(0) 推荐(0) 编辑
 
摘要: 基本要求已安装Github客户端 一、新建项目 1、首先创建代码仓库,复制仓库地址; 2、本地带上传文件目录,鼠标右键,打开git -> Git Bash Here -> git init,创建 .git 文件夹; 3、将项目文件添加到仓库中,git add + 需要添加的文件名 或者git add 阅读全文
posted @ 2019-04-18 15:24 jeenma 阅读(149) 评论(0) 推荐(0) 编辑

2019年4月12日

摘要: 添加mysql依赖项 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> </dependency> database.propert 阅读全文
posted @ 2019-04-12 10:03 jeenma 阅读(205) 评论(0) 推荐(0) 编辑
 
摘要: 参考帖子: https://www.cnblogs.com/zhurong/p/9898675.html cmd 需要使用管理员权限打开 阅读全文
posted @ 2019-04-12 09:27 jeenma 阅读(147) 评论(0) 推荐(0) 编辑

2019年4月11日

摘要: 工具Eclipse 2018 Maven 配置 ThymeLeaf 安装: https://blog.csdn.net/xingqibaing/article/details/82787164 spring项目创建:https://www.cnblogs.com/LUA123/p/8110285.h 阅读全文
posted @ 2019-04-11 12:47 jeenma 阅读(351) 评论(0) 推荐(0) 编辑