event.preventDefault demo default click action is prevented
分类:
其他好文 时间:
2014-07-02 19:50:51
阅读次数:
198
转载:http://blog.sina.com.cn/s/blog_5391f1100101ojzz.html1配置mysql的MYSQL_HOME和PATH2在HOME下面配置my.ini文件,内容如下[mysqld]loose-default-character-set = utf8 based...
分类:
数据库 时间:
2014-07-02 18:11:53
阅读次数:
243
Same Tree Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally i...
分类:
其他好文 时间:
2014-07-02 17:56:50
阅读次数:
205
1、编译库https://bitbucket.org/multicoreware/x265/src/tip/build/README.txt?at=default2、x265 Documentation :http://x265.readthedocs.org/en/default/
分类:
其他好文 时间:
2014-07-02 17:28:28
阅读次数:
158
ant构建文件时基于xml文件编写的,默认名称为build.xmlbulid.xml示例<?xmlversion="1.0"?><projectname="helloWorld"default="copy"> <targetname="copy"description="copy"> <copytodir="D:\AntTest"> <filesetdir="D:\JavaTest"/> </co..
分类:
其他好文 时间:
2014-07-02 16:18:41
阅读次数:
215
useradd指令useradd创建用户。创建用户时的一些默认选项存放在/etc/default/useradd和/etc/login.defs文件中。/etc/default/userasdd文件的内容如下:[root@Server3tmp]#cat/etc/default/useradd
#useradddefaultsfile
GROUP=100
HOME=/home
INACTIVE=-1
EXPIRE=
SHELL=/bin/ba..
分类:
其他好文 时间:
2014-07-02 16:05:03
阅读次数:
237
问题:AD组策略定义用户设置,登录和注销脚本,但在在客户端没有生效,后通过在客户端执行Gpreuslt查看策略生效情况,发现在用户设置中DefaultDomainPolicy策略没有应用。提示“正在筛选:没有应用(空)”使用gpreuslt/h
gpresult.html查看策略应用情况.用户设置中默认策略被拒绝..
分类:
其他好文 时间:
2014-07-02 15:31:42
阅读次数:
444
Border布局:
Ext.onReady(function(){
Ext.QuickTips.init();
Ext.create('Ext.container.Viewport', { //一般是渲染到viewport中
title: "table布局的面板",
layout:'border',
default...
分类:
Web程序 时间:
2014-07-02 15:25:24
阅读次数:
276
针对以下这个,我觉得这样做是可取的:
3)每个字段尽量设置不可为空,对于有些业务比如订单的出仓时间确实需要等到出仓扫描时才有值的可以允许为空;
供参考的解决方案:
全部字段都设置为not null,
int ,date,datetime,timestamp类型都可以default 0
orm层配置增加如下:
zeroDateTimeBehavior=conv...
分类:
其他好文 时间:
2014-07-02 13:44:10
阅读次数:
188
1. 在resin.conf中找到
替换成:
2. 复制app-default.xml到app-mvn.xml, 打开app-mvn.xml找到
替换成:
3.修改resin.conf中的根路径配置,使用maven的webapp目录...
分类:
其他好文 时间:
2014-07-02 11:14:35
阅读次数:
152