码迷,mamicode.com
首页 > 其他好文
jgroups 入门
官网地址:http://www.jgroups.org/ 聊天室示例:http://www.jgroups.org/tutorial/html/ch02.html 2.1. JGroups overview2.2. Creating a channel and joining a cluster2. ...
分类:其他好文   时间:2016-08-06 08:24:42    阅读次数:119
1) data-options
<select class="easyui-combobox" data-options="editable:false"> <select class="easyui-combobox" editable=false> 以上两种方式都生效。 1. 只能选择不可以键盘输入 editable:fals ...
分类:其他好文   时间:2016-08-06 08:21:42    阅读次数:170
Introduction mybatis
项目地址 https://github.com/mybatis/mybatis-3 英文官网 http://mybatis.github.io/mybatis-3/ 中文官网 http://mybatis.github.io/mybatis-3/zh/index.html 生成工具 https:// ...
分类:其他好文   时间:2016-08-06 08:23:49    阅读次数:137
一)6张表
1用户表 SMSE_USER 2角色表 SMSE_ROLE 3菜单表 SMSE_MENU 4用户角色关联表 SMSE_USER_ROLE_LINK 5角色菜单关联表 SMSE_ROLE_MENU_LINK 6进入权限表 SMSE_ACCESS_PERMISSION sql: ...
分类:其他好文   时间:2016-08-06 08:21:03    阅读次数:222
SSH 密钥登录 SecureCRT
https://www.qcloud.com/doc/product/213/2036 1.3. 使用SecureCRT登录 1.3.1. 复制公钥 登录腾讯云控制台,点击【云服务器】-【SSH密钥】进入密钥窗口。点击您绑定了Linux云服务器的SSH密钥ID,进入密钥详情页,复制公钥信息。 将公钥 ...
分类:其他好文   时间:2016-08-06 08:21:17    阅读次数:219
datagrid 自定义 pager
...
分类:其他好文   时间:2016-08-06 08:20:49    阅读次数:261
mybatis insert 自动生成key
SYS_GUID (),是Oracle 8i 后提供的函数。 ...
分类:其他好文   时间:2016-08-06 08:20:49    阅读次数:180
运算符 ||
判断 所有对象都被认为是 true。 字符串当且仅当为空时才被认为是 false。 null 和 undefined 被认为是 false。 数字当且仅当为 0 时才是 false。 NaN 被认为是false。 语法 var result = expression1 || expression2; ...
分类:其他好文   时间:2016-08-06 08:20:13    阅读次数:130
easyUI Methods
doc对象转jQuery 对象 $(doc Object); jQuery Object.控件名('方法'[,参数]); options 为该控件的属性 方式一: var opts = $('.easyui-datagrid').datagrid('options'); opts.loadMsg=" ...
分类:其他好文   时间:2016-08-06 08:20:07    阅读次数:212
google/protobuf hello world
/(ㄒoㄒ)/~~ 官网被墙 1. github > Search > protobuf or protocol buffers 2.https://github.com/google/protobuf 3. releases 4. protoc-3.0.0-alpha-2-win32.zip re ...
分类:其他好文   时间:2016-08-06 08:20:35    阅读次数:726
插件(plugins)【精】
项目见git ...
分类:其他好文   时间:2016-08-06 08:22:14    阅读次数:122
getConnection 区别
1. 这是一个接口 DataSource.class 2.这是一个dbcp实现类,返回由连接池管理的连接。 BasicDataSource.class 3. 创建连接并返回 DriverManager.class ...
分类:其他好文   时间:2016-08-06 08:21:46    阅读次数:137
三)Wiring up jobs using triggers and the SchedulerFactoryBean
示例地址: https://github.com/witaste/quartz.git 两种触发器:简单的触发器和cron表达式触发器 ...
分类:其他好文   时间:2016-08-06 08:19:37    阅读次数:136
一)get started with the Quartz project
官网 http://www.quartz-scheduler.org/ 下载链接 http://www.terracotta.org/download/reflector.jsp?b=tcdistributions&i=quartz-2.2.2-distribution.tar.gz 提示 开源产品 ...
分类:其他好文   时间:2016-08-06 08:19:52    阅读次数:185
mybatis 简单实现 left join
sql xml 内部调用不需要在mapper接口中定义(getTbNameById 只写到mapper.xml 中即可) 注:resultType or resultMap 和 association的property类型保持一致。 association 传多个参数 parameterType=" ...
分类:其他好文   时间:2016-08-06 08:20:23    阅读次数:1075
easyui 列表 条件检索
onclick="search()" 不要使用search命名检索方法,冲突,无法调用。 通用检索function ...
分类:其他好文   时间:2016-08-06 08:19:03    阅读次数:162
conn,stmt,rset 的关闭(规范)
...
分类:其他好文   时间:2016-08-06 08:18:17    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!