会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DaryllD
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
27
下一页
2018年1月17日
zbb20180117 汉字转拼音 pinyin4
摘要: 包地址 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
阅读(247)
评论(0)
推荐(0)
2018年1月3日
zbb20180103 git 配置用户名和邮箱
摘要: 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
阅读(213)
评论(0)
推荐(0)
zbb20171215 git 版本回退
摘要: 1. 使用git log命令查看所有的历史版本,获取某个历史版本的id,假设查到历史版本的id是139dcfaa558e3276b30b6b2e5cbbb9c00bbdca96。 2. git reset --hard 139dcfaa558e3276b30b6b2e5cbbb9c00bbdca96
阅读全文
posted @ 2018-01-03 10:54 DaryllD
阅读(163)
评论(0)
推荐(0)
zbb20171215 bootstrap model 模态框
摘要: 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
阅读(138)
评论(0)
推荐(0)
2018年1月2日
zbb20171215 MyBatis报错: Parameter '*' not found. Available parameters are [1, 0, param1, param2]
摘要: 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
阅读(355)
评论(0)
推荐(0)
2017年12月28日
zbb20171215 thymeleaf th:attr
摘要: <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
阅读(129)
评论(0)
推荐(0)
zbb20171215ztree ztree出现$.fn.zTree is undefined错误的解决办法
摘要: 参考地址 http://blog.csdn.net/smallboy2011/article/details/20554269 问题描述,在一个界面使用ztree创建树,提示TypeError: $.fn.zTree is undefined,这里我是在父页面引用的jquery相关js文件,通过in
阅读全文
posted @ 2017-12-28 11:13 DaryllD
阅读(408)
评论(0)
推荐(0)
2017年12月26日
zbb20171215 bootstrap 日期控件.rar
摘要: 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
阅读(140)
评论(0)
推荐(0)
2017年12月25日
zbb20171215 oracle replace 替换单引号
摘要: update t_basic_data_stock set code=replace(code ,chr(39),'') chr(39)表示单引号; chr(34)表示双引号;
阅读全文
posted @ 2017-12-25 18:02 DaryllD
阅读(2147)
评论(0)
推荐(0)
2017年12月24日
zbb20170604 oracle 服务进程 类型
摘要: 1、Oracle ORCL VSS Writer Service:Oracle卷映射拷贝写入服务 VSS(Volume Shadow Copy Service)能够让存储基础设备(比如磁盘,阵列等)创建高保真的时间点映像,即映射拷贝(shadow copy)。它可以在多卷或者单个卷上创建映射拷贝,同
阅读全文
posted @ 2017-12-24 22:15 DaryllD
阅读(197)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
27
下一页
公告