码迷,mamicode.com
首页 >  
搜索关键字:tran    ( 4370个结果
android UI:底部菜单栏的学习与制作——Fragment碎片一
碎片(Fragment) 嵌入与活动中的UI片段,为了合理的分配布局而存在,这是我的简单理解。多用于兼顾手机与平板的UI,也适用于灵活高级的UI制作。 Demo 简单的按键切换两片不同的Demo 新建left_fragment.xml 新建right_fragment.xml 新建another_r ...
分类:移动开发   时间:2017-04-04 23:16:12    阅读次数:344
CSS 的滤镜
为了帮助网友解决“CSS RevealTrans滤镜”相关的问题,学网通过互联网对“CSS RevealTrans滤镜”相关的解决方案进行了整理,用户详细问题包括: 学网 www.xue163.com revealTrans是CSS中的图片切换的动态滤镜。它能产生23中动态效果,更为奇妙的是它还能在 ...
分类:Web程序   时间:2017-04-04 23:03:36    阅读次数:213
hibernate.PropertyAccessException: Null value was assigned to a property of primitive type
日志:[WARN-2016/07/26/18/:45/:52]ProcessEngineServiceImpl.(257) - 审批流程log日志——submitProcess方法:提交人userId:3333333349,TaskId:245959,ProcInstId:null,WfInstac... ...
分类:数据库   时间:2017-04-04 17:40:15    阅读次数:248
在ElasticSearch中使用 IK 中文分词插件
我这里集成好了一个自带IK的版本,下载即用, https://github.com/xlb378917466/elasticsearch5.2.include_IK 添加了IK插件意味着你可以使用ik_smart(最粗粒度的拆分)和ik_max_word(最细粒度的拆分)两种analyzer。 你也 ...
分类:其他好文   时间:2017-04-04 12:48:58    阅读次数:289
[Minecraft.net|INSIDER]BOTW干草块
BLOCK OF THE WEEK: HAY BALE本周方块:干草块The horse chow treat that's safe to fall for马儿的美味食物,摔在上面也安全 Spring is here! The sun is shining, birds are singing, ...
分类:Web程序   时间:2017-04-04 09:47:28    阅读次数:305
第一个脚本
创建一个cube,加入代码 修改移动速度 ...
分类:其他好文   时间:2017-04-04 09:35:07    阅读次数:144
.Net WinForm 控件键盘消息处理剖析
在WinForm控件上我们可以看到很多关于键盘消息处理的方法,比如OnKeyDown, OnKeyPress, ProcessCmdKey, ProcessDialogKey,IsInputKey等等,那么这些方法是如何被组织的,每一个方法的具体含义又是什么哪?Win32的键盘消息又是如何到达控件上 ...
分类:Windows程序   时间:2017-04-03 23:59:40    阅读次数:385
数据库 的outfile 备份与还原 视图 事物 触发器 mysql函数和自定义函数
outfile 将数据库的数据导出 select * into outfile 'e://mysqloutfile//1.txt' from 表格名; 备份与还原 不再mysql目录下进行备份,mysqldump -uroot -p 数据库名 +表格名 > 具体的路径名(你要导入到哪里) 如果你想得 ...
分类:数据库   时间:2017-04-03 18:54:02    阅读次数:310
Configure Dynamics 365 and Azure Service Bus Integration (using OneWay relay and listener)
Continuing our previous post https://nishantrana.me/2017/03/22/configure-dynamics-365-and-azure-service-bus-integration-through-queue-and-queueclient/ ...
分类:其他好文   时间:2017-04-03 14:40:06    阅读次数:210
Html和CSS布局技巧
单列布局 水平居中 水平居中的页面布局中最为常见的一种布局形式,多出现于标题,以及内容区域的组织形式,下面介绍四种实现水平居中的方法(注:下面各个实例中实现的是child元素的对齐操作,child元素的父容器是parent元素) 使用inline-block 和 text-align实现 优点:兼容 ...
分类:Web程序   时间:2017-04-02 18:20:23    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!