t's starting to be pretty common knowledge that there are only 2 things you can animate cheaply in CSS: opacity and transforms. Anything else, you run a high risk of that animation/transition being choppy. Fortunately, there is a ton of animation pos…
1.遇到的问题: PivotTable中本来已经展开的维度的Hierarchy(层次结构),在切换切片器的数据集时,层次结构就折叠在一起了:没有按照之前的方式展开显示. 2.在做成PivotTable时,正常显示 3.如果切换到201512数据版本,月份的层级结构Y-Q-M默认折叠起来显示了. 分析: PivotTable中的层级结构(Hierarchy)默认是折叠起来的,即使我们在当前层级中通过点击+打开的层级显示,在切换到新的层级结构,还是会默认折叠显示. 例如:本例中,切换到其他年份,层级…
由于发送到邮箱中html文件是不包含expand/collapse 资源文件的,所以导致邮箱中这两个图片没有显示,解决方法有两种: 1. 使用http能访问的图片链接地址 修改change中的图片资源 function change(details_id) { if(document.getElementById(details_id+"_image").src.match("http://ww1.sinaimg.cn/large/6fa4e58agy1fgki2i10o8j…
awesome-android Introduction android libs from github System requirements Android Notice If the lib is no longer being maintained,please do not add it here. How To Contribute Step 1. Add a Item as follows: **Library Name**[one space]Short Description…
Awesome系列的JavaScript资源整理.awesome-javascript是sorrycc发起维护的 JS 资源列表,内容包括:包管理器.加载器.测试框架.运行器.QA.MVC框架和库.模板引擎.数据可视化.时间轴.编辑器等. 前端MVC框架与库 angular.js - 前端MVVM框架,支持双向绑定,实现MVC架构,增强Web应用 aurelia - A Javascript client framework for mobile, desktop and web. backbo…
1 Introduction In the past 2 years I’ve been working intensively on mobile applications, mostly hybrid, and mostly with AngularJS. In my quest to find a good UI framework that integrates with AngularJS, I came across the following options: IonicFrame…
The following tables show the release dates and key features of all Android operating system updates to date, listed chronologically by their official application programming interface (API) levels. Android 1.0 (API level 1) Android 1.0 (API level 1)…
继续修修补补,大过年的,就不吐槽了. What's New in 13.2.3 (VCL Product Line)   New Major Features in 13.2 What's New in VCL Products 13.2 Known Issues To learn about known issues in this version, please refer to the following page: Known Issues in 13.2.3 (VCL Product…
devexpress 2013 的第二个大版本出来了,一如既往, 基本上还是一个大补丁包.各位看官,自己看. What's New in 13.2.2 (VCL Product Line)   New Major Features in 13.2 What's New in VCL Products 13.2 Breaking Changes To learn about breaking changes in this version, please refer to the followin…
使用HVTableView动态展开tableView中的cell 效果: 源码: HVTableView.h 与 HVTableView.m // // HVTableView.h // HRVTableView // // Created by Hamidreza Vakilian on 25/11/2013 // Copyright (c) 2013 Hamidreza Vakilian. All rights reserved. // Website: http://www.infracy…
WebStorm 是 JetBrains 推出的一款商业的 JavaScript 开发工具 任何一个编辑器都需要保存(ctrl + s),这是所有win平台上编辑类软件的特点,但是webstorm编辑文件右上角是没有那个熟悉的 * 的. 好处:省去了ctrl + s之后,在结合Firefox的vim,基本不动鼠标就可以看到结果页面了. 坏处:没有以前的 * 标识,万一键盘误操作也会被立即存储. 任何一个编辑器只要文件关闭了就没有历史记录了,但是webstorm有. vcs->Local Hist…
Bootstrap v4.0.0-alpha.5 发布了,Bootstrap是快速开发Web应用程序的前端工具包.它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的版式,表单,buttons,表格,网格系统等等. 值得关注的更新: Highlights Breakpoint specific grid gutters are here! Update the grid system so containers use width alongside a max…
如何更改主题(字体&配色):File -> settings -> Editor -> colors&fonts -> scheme name.主题下载地址 如何让webstorm启动的时候不打开工程文件:File -> Settings->General去掉Reopen last project on startup.如何完美显示中文:File -> Settings->Appearance中勾选Override default fonts…
Extend from $.fn.panel.defaults. Override defaults with $.fn.datagrid.defaults. The datagrid displays data in a tabular format and offers rich support to select, sort, group and edit data. The datagrid has been designed to reduce development time and…
Best Practices for User Experience & UI Designing Effective Navigation 导航:帮助用户有效直观地使用你的应用. Planning Screens and Their Relationships 应用的信息模型可以用实体关系图表示(entity-relationship diagrams (ERDs)). 定义出信息模型之后,就可以定义你的app所需要的所有屏幕画面.然后定义出屏幕之间的直接关系.跳转逻辑.这样就得到了scree…
Introduction In the software development life cycle, testing and defect fixing take more time than actually code writing. In general, debugging is a process of finding out defects in the program and fixing them. Defect fixing comes after the debuggin…
一开始使用的是mysql,数据库的编码是UTF-8 后来换数据库,mysql换成mssql2005,数据库编码为GBK,管理菜单出现乱码,如下所示(左图正常,右图乱码) 解决方法如下: 第一,查看数据库,找到数据表:ch_node,找到需要进行转码的字段 第二,打开 “ 项目名/Admin/Lib/Action/UiAction.class.php” 在 public function menu($from='') {} 中,将读取出来的中文字段进行转码 如上图,添加红色框标志的中文转码后,保存…
带子项的展开收缩.   代码: <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>SlickGrid example 5: Collapsing</title> <link rel="stylesheet&quo…
// 确定取消 ' return div; }, setCss: function () { var s = this.el.style; s.position = 'absolute'; s.top = '200px'; s.left = '400px'; s.width = '300px'; s.height = '300px'; s.display = 'none'; s.background = '#e5b6f0'; s.color = 'white'; }, addEvent: fun…
来自http://blog.csdn.net/phunxm/article/details/5082488 一.IDE基础配置 1.字体 VC6中“Tools→Options→Format→Font”配置字体:VC2005中“工具→选项→环境→字体和颜色”配置字体. 编写代码一般采用等宽字体,等宽点阵(位图)字体,相对矢量字体而言具有兼容性好和显示清晰的优点.常用的编程等宽字体包括Fixedsys(VC6和notepad御用字体).Consolas.YaHei Mono. VC6默认可选字体只有…
<!--*********************************************************************************** Extended WPF Toolkit Copyright (C) - Xceed Software Inc. This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at h…
记录一下过程. 两种版本第一个demo是纯java文件.一个就可以,是我在网上搜索到的,第二个demo是我在ssh框中中写的jsp页面demo 1.java版本: package com.zq.www.mis.action; import com.org.momo.javaMail邮件.MailSenderInfo; import com.org.momo.javaMail邮件.SimpleMailSender; public class mail { public static void ma…
这个插件不错,是用jquery写的.能进行表单验证.我喜欢它的原因是因为 1.他有自带的验证规则 2.你可以自己写验证规则 3.可以通过ajax与后台交互,与后台数据比较.最后返回结果!我在表单中要验证是不是存在这个账号的时候需要与后台进行交互,使用ajax是最好不过的! 使用的方法很简单:我简单说一下“ 1.写jsp页面,js文件 2.引入的这个类库,一个是juquery的类库文件,一个是validation的文件----->http://pan.baidu.com/s/1c04nN5u 3.…
1.使用struts2标签的时候在jsp页面开头引入这句话: <%@ taglib prefix="s" uri="/struts-tags"%> 2 在引入自己的外置js的时候,测试方式可以试着在自己的juery代码文件的  $(function(){}) 中添加这句话做测试--------alert(1); 如果是引入js代码的话就在你写的方法中添加 alert(1); 3.在引出自己写的js的时候,习惯性写法是讲引入的js链接放在jsp页面的最后.…
1.install xclip sudo apt-get install xclip 2. install gvim sudo apt-get install vim-gnome 此时使用 “+ 寄存器就可以工作了. ref: http://vim.wikia.com/wiki/Accessing_the_system_clipboard 安装自编译VIM http://stackoverflow.com/questions/10101488/cut-to-the-system-clipboar…
阅读之前采取正确的方法,但是非常不介意,没有收到订阅很大. 走到今天 http://www.feedspot.com 2014/11/8追加:用下来感觉不错. feedspot 的相关快捷键例如以下: Keyboard shortcuts (Shift+? ) Navigation j/k next/previous item space next item or page Shift + space previous item or page n/p item scan down/up (li…
双击table默认为Expand/Collapse 展开/折叠 有时需快速查看该表数据,如果写select * from tab会显得麻烦, 我们可实现双击table来进行快速查询 方法为:Tools -> Preferences -> User Interface -> Browser -> Object type(Table) -> Double-click action(Query Data) 转载请注明出处:http://blog.csdn.net/itmyhome1…
布局用于定义容器如何组织内部子元素和控制子元素的大小.在一个应用程序中,作为定义容器的组织形式,布局是一个十分重要的组件.是显示单个子元素?还是垂直或水平显示多个子元素?这些均由布局来定义.并且布局将占用应用程序大部分的呈现时间.Extjs4中对布局进行了重大的修整.下面我们将学习并熟悉Extjs中的布局. 本章目录如下: 3.1. Extjs 4 布局 3.2. Container布局 3.2.1. Auto布局 3.2.2. Anchor布局 3.2.3. Absolute布局 3.2.4.…
Ctrl + Space:Basic code completion (the name of any class, method or variable) 基本代码完成(任何类.函数或者变量名称),改为Alt+S Ctrl + Shift + Enter:Complete statement 补全当前语句 Ctrl + P:Parameter info (within method call arguments) 参数信息 包括方法调用参数 Ctrl + mouse over codeBrie…
webstorm快捷键说明 Editing编辑相关快捷键 Ctrl + Space:Basic code completion (the name of any class, method or variable) 基本代码完成(任何类.函数或者变量名称),改为Alt+S Ctrl + Shift + Enter:Complete statement 补全当前语句 Ctrl + P:Parameter info (within method call arguments) 参数信息 包括方法调用…