上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页
摘要: 包地址 https://pan.baidu.com/disk/home?#list/vmode=list&path=%2F%E5%AD%A6%E4%B9%A0 Pinyin4j的基本用法 1. 简单介绍 有时候,需要将汉字编程对应的拼音,以方便数据的处理。比如在Android手机应用的开发上,要查询 阅读全文
posted @ 2018-01-17 16:29 DaryllD 阅读(223) 评论(0) 推荐(0) 编辑
摘要: git 配置用户名和邮箱 在安装了git for windows之后,个人总是忘记配置git config的命令,以此记录一下: 配置用户名和邮箱的命令 1 git config --global user.name "youname" 2 git config --global user.emai 阅读全文
posted @ 2018-01-03 22:59 DaryllD 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1. 使用git log命令查看所有的历史版本,获取某个历史版本的id,假设查到历史版本的id是139dcfaa558e3276b30b6b2e5cbbb9c00bbdca96。 2. git reset --hard 139dcfaa558e3276b30b6b2e5cbbb9c00bbdca96 阅读全文
posted @ 2018-01-03 10:54 DaryllD 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1.页面中添加modal <!-- 模态框(Modal) --> <div class="modal fade" id="showModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> 阅读全文
posted @ 2018-01-03 09:48 DaryllD 阅读(129) 评论(0) 推荐(0) 编辑
摘要: mapper代理接口中的方法: public User login(String loginid,String loginpwd) throws Exception; mapper.xml中的代码: <select id="login" parameterType="String" resultTy 阅读全文
posted @ 2018-01-02 11:36 DaryllD 阅读(336) 评论(0) 推荐(0) 编辑
摘要: <div th:attr="id=${'#panel-element-'+obj.id}" class="panel-collapse collapse in"> <div th:text="${obj.name}" class="panel-body">#</div> </div> 阅读全文
posted @ 2017-12-28 13:32 DaryllD 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 参考地址 http://blog.csdn.net/smallboy2011/article/details/20554269 问题描述,在一个界面使用ztree创建树,提示TypeError: $.fn.zTree is undefined,这里我是在父页面引用的jquery相关js文件,通过in 阅读全文
posted @ 2017-12-28 11:13 DaryllD 阅读(400) 评论(0) 推荐(0) 编辑
摘要: https://pan.baidu.com/disk/home?#list/vmode=list&path=%2F%E5%AD%A6%E4%B9%A0%2FBootstrap 参考 http://www.bootcss.com/p/bootstrap-datetimepicker/index.htm 阅读全文
posted @ 2017-12-26 10:49 DaryllD 阅读(134) 评论(0) 推荐(0) 编辑
摘要: update t_basic_data_stock set code=replace(code ,chr(39),'') chr(39)表示单引号; chr(34)表示双引号; 阅读全文
posted @ 2017-12-25 18:02 DaryllD 阅读(2128) 评论(0) 推荐(0) 编辑
摘要: 1、Oracle ORCL VSS Writer Service:Oracle卷映射拷贝写入服务 VSS(Volume Shadow Copy Service)能够让存储基础设备(比如磁盘,阵列等)创建高保真的时间点映像,即映射拷贝(shadow copy)。它可以在多卷或者单个卷上创建映射拷贝,同 阅读全文
posted @ 2017-12-24 22:15 DaryllD 阅读(193) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 27 下一页