摘要: 进入vi的命令 vi filename :打开或新建文件,并将光标置于第一行首 vi +n filename :打开文件,并将光标置于第n行首 vi + filename :打开文件,并将光标置于最后一行首 vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配 阅读全文
posted @ 2018-04-21 12:00 antball 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Timer和TimerTask CountDownTimer (android) 阅读全文
posted @ 2018-03-22 17:19 antball 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 你听说过吃人婆的故事吗?它在人间流传已经很久了,让我来讲一讲吧|! 很久很久以前,在一个山脚下住着一户人家,父亲因病早逝,留下母子四人相依为命。大女儿叫门槛,二女儿叫门关,小儿子老三叫门闩。他家背靠山林,面临一片绿地,门前的篱笆菜园边上有一棵高大的白杨树,他们过着田园般的生活。 有一天,她娘去几里外 阅读全文
posted @ 2017-12-31 21:27 antball 阅读(23189) 评论(2) 推荐(1) 编辑
摘要: return new ModelAndView(new RedirectView("http://www.baidu.com")); //测试重定向到另外的一个系统 "SpringMVC ResponseBody返回字符串带双引号解决" "springMVC对于controller处理方法返回值的可 阅读全文
posted @ 2017-12-04 12:08 antball 阅读(4785) 评论(0) 推荐(1) 编辑
摘要: spring security类关系图 mybatis spring源码解析类关系图 "Spring与Mybatis整合的MapperScannerConfigurer处理过程源码分析" 转: "spring 资源 4" "Spring:源码解读Spring IOC原理" "[Java]【Sprin 阅读全文
posted @ 2017-12-02 16:19 antball 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 原文地址:面向对象设计模式原则详解 http://blog.csdn.net/hguisu/article/details/7571617 程序员必备的七大面向对象设计原则(一) http://www.cnblogs.com/hnrainll/archive/2012/06/03/2532551.h 阅读全文
posted @ 2017-12-02 14:10 antball 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 对于Windows而言 将bcprov jdk16 146.jar 复制到C:\Program Files\Java\jre6\lib\ext和C:\jdk1.6.0\jre\lib\ext目录下; java.security有两个位置需要修改分别位于C:\Program Files\Java\jr 阅读全文
posted @ 2017-11-28 17:42 antball 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: "Spring Security教程(大纲) 学习过程分享" "Spring Security教程" "Spring Security手册" "初识 Spring Security" "SPRING SECURITY 4官方文档中文翻译与源码解读" 阅读全文
posted @ 2017-10-31 14:24 antball 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 常用插件 1. mybatis mapper 选择plugins,搜索mybatis plugin "激活教程" "使用" "插件的使用" 阅读全文
posted @ 2017-10-26 22:43 antball 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 从远程服务器上获取到的工程,用Git没问题,而TortoiseGit报错: Disconnected: No supported authentication methods available(server sent: publickey) 解决方法: 因为TortoiseGit和Git的冲突。 阅读全文
posted @ 2017-10-26 22:08 antball 阅读(315) 评论(0) 推荐(0) 编辑
摘要: https://www.zybuluo.com/mdeditor "markdown语法说明" "Markdown中公式的写法" $$P(X=k)=C_n^kp^k(1 p)^{n k}$$ 欢迎使用 Cmd Markdown 编辑阅读器 我们理解您需要更便捷更高效的工具记录思想,整理笔记、知识,并 阅读全文
posted @ 2017-10-25 10:08 antball 阅读(330) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/jerrylz/p/5814460.html Java数据类型和MySql数据类型对应表 http://www.cnblogs.com/yiwd/p/5531167.html mysql中int、bigint、smallint 和 tinyint的区别详 阅读全文
posted @ 2017-10-23 13:36 antball 阅读(3554) 评论(0) 推荐(0) 编辑
摘要: hessian-service-beans.xmlCtrl+E,最近的文件Ctrl+Shift+E,最近更改的文件Ctrl+[ OR ],可以跑到大括号的开头与结尾Ctrl+F7,可以查询当前元素在当前文件中的引用,然后按 F3 可以选择Ctrl+Q,显示注释文档Ctrl+P,可以显示参数信息Ctr 阅读全文
posted @ 2017-10-16 17:43 antball 阅读(244) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/cxzdy/p/3781097.html https://www.cnblogs.com/wsg25/p/9592915.html 这张图完整讲述了鸟类的生存。 首先是类:在UML中,我们用分成三栏的长方形表示。第一栏是名称,第二栏是属性,第三栏是方法 阅读全文
posted @ 2017-10-11 15:47 antball 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 1 网上下载 wget http://www. 2.解压 tar xzvf filename.tar.gz C /home/user 3.重命名文件 mv filename newfilename 移动文件到新地址 mv 源文件名 /新路径 移动文件夹到新地址 mv 源文件夹/ /新路径 4.查找系 阅读全文
posted @ 2017-09-30 16:18 antball 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 初始化完毕后,如果没使用新版本的客户端登入,还会报告类似下面的错误: mysql uroot p Enter password: ERROR 1862 (HY000): Your password has expired. To log in you must change it using a c 阅读全文
posted @ 2017-08-08 17:19 antball 阅读(328) 评论(0) 推荐(0) 编辑
摘要: markdown 工具使用 1. windown系统md工具test { 1} a. sublime text3 "安装及破解" "sublime text3设置默认编码格式为UTF 8" "sublime text 3中文乱码问题解决办法" 设置语法高亮和mathjax支持 在Preference 阅读全文
posted @ 2017-07-11 17:47 antball 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 1.声明式事物中,一个类serviceA的方法test1()调用另一个类serviceB的方法test2() 要是serviceB的test2()事务配置在xml文件中为REQUIRED,又在此方法上加入@Transactional(propagation = Propagation.NOT_SUP 阅读全文
posted @ 2017-07-05 19:16 antball 阅读(563) 评论(0) 推荐(0) 编辑
摘要: This files have types: *.___jb_old___ and *.___jb_bak___ The file left unchanged. You can disable "safe write" Use "safe write" (save changes to a tem 阅读全文
posted @ 2017-05-20 12:06 antball 阅读(1779) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shadowsick/article/details/53413235 阅读全文
posted @ 2017-05-12 18:31 antball 阅读(880) 评论(0) 推荐(0) 编辑