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