`
文章列表
背景: 商品分类表 商品表 用户收藏商品表   需求 : 根据用户收藏的商品,统计出用户各类商品收藏数量 商品的CATEID可以辨识出商品属于哪类商品   原先的sql SELECT p.cateName, p.cateId, COUNT(*) i FROM CN_SUPPLY_COLLECT c INNER JOIN cn_supplys s ON c.supplyId=s.supplyId INNER JOIN cn_code_category g ON s.cateId=g.cateId INNER JOIN cn_code_parent_ca ...
mybatis做if判断注意   网络采集 mybatis写mapper文件注意事项 以下收集自网络 mybatis做if 判断 注意:下面这种写法只适用于 id 类型为字符串.   <if test="id != null and id != '' "> id = #{id} </if>       如果id类型为int 当id=0时 这个判断不会进入. 可以这样写   <if (test="id != null and id != '') or test==0">    

Aptana插件安装

下载链接 离线包 http://update1.aptana.org/studio/3.2/024747/index.html 升级包 http://update1.aptana.org/studio/3.4/023903/index.html eclipse在线安装(没有反应) http://update.aptana.com/update/studio/3.4 
错误背景 在mapper中对请求的参数进行判断    <if test="cateId == 'A'"> and a.cateId like 'E%' and a.cateId not like 'E50%' </if> <if test="cateId == 'B'"> and a.cateId like 'S%' </if> <if test="cateId == 'C'"> and a.cateId like 'G% ...
windows搜索服务关闭 dwm.exe关闭 dwm是桌面特效服务
eclipse : luna maven : maven-3.2.3   Could not write artifact lastUpdated status  重装了系统后使用了eclipse 重新配置了maven  在使用模版创建项目的时候总是报错 换一个工作空间 换一个eclipse版本依旧总是报错 难道是文件读写权限不足 ...

spring的id name使用

原文: spring配置文件中Bean中的id和name的区别     原文提到了id name的命名规则    私以为 考虑太多有点麻烦 命名规则常规点  除了下划线 不使用特殊符号   配置文件允许出现两个name相同的<bean> 所以尽量用id属性而不要用name属性  如果id和name都没有指定,则用类全名作为name    
maven搭建ssh框架  然后使用jsp ajax调用服务器数据 导入jquery  导入echarts-all.js 使用require.config() firebug总是提示报错requre is not defined   然后导入esl.js 错误又定位到了echarts.js中 f is not a constructor   ComponentClass is not a constructor   http://www.lefern.com/question/116005/dao-ru-echartsjsti-shi-requiredefine-i ...
intellij idea 14 注册机 import java.math.BigInteger; import java.util.Date; import java.util.Random; import java.util.Scanner; import java.util.zip.CRC32; public class KeyGen { public static short getCRC(String s, int i, byte bytes[]){ CRC32 crc32 = new CRC32(); if (s != n ...
http://blog.csdn.net/liuqz2009/article/details/6932491 http://zccst.iteye.com/blog/1149710 现在说说secureCRT的设置: 字体:建议用fixedsys,这个字体虽然不是最美丽的,但在终端上也是一个不错选择,大家都可以接受。 选择它,主要是因为它大小固定,在所有地方显示,效果都一样。大家都知道,如果有人把tab设置成4个空格,有人设置成8个,那么同样一个程序,本来很美观的一个程序,到别人电脑上就不美观了。同样,如果字体大小设置得不一致,也会出现这种问题。所以,建议大家把字体设置成统一的fixedsys ...
桥接的意义 : 让虚拟机可以有和主机同等的身份 与外界交互 环境: win7 vmvare10 虚拟机系统centos6.5 虚拟机希望通过无线网卡桥接连接外网 但在设置桥接模式时无法选择机器的无线网卡 后发现在无线网卡属性一栏有一个 VMware Bridge Protocol勾选框未勾选 勾选后 在虚拟机的桥接模式即可发现无线网卡 以下有个操作但不会使用 http://jingyan.baidu.com/article/948f59242e601dd80ff5f929.html 通过设置 虚拟机网卡 与 主机新建的网卡B或任意网卡 在同一网段 虚拟机使用网卡B的ip为网关及DNS ...

本机jar引用

工程需要使用本地的jar包时候 方式一 直接导入 <dependency> <groupId>com.goldengate.atg</groupId> <artifactId>ggtrail</artifactId> <version>11.1.1.0.0.006</version> <scope>system</scope> <systemPath>${project.basedir}\ggjava\resources\li ...
来源: http://www.easyui.info/archives/689.html 使用的时候,请在引入easyui的核心文件后,直接追加以上代码,注意不要写在document.ready里面。 效果演示: http://www.easyui.info/easyui/demo/window/062.html var ie = (function() { var undef, v = 3, div = document.createElement('div'), all = div .getElementsByTagName('i') ...
打开myeclipse的: Window ->Perferences ->General ->Editors ->Context Types 或者: Window ->Perferences ->General ->Context Types 展开右边的Text节点,选中Java Properties File。把下面的Default Character Set的值:ISO-8859-1改成UTF-8 菜单——>Preferences——>General——>ContentTypes——>Text——>Java Prope ...

如何跃域凡强

hosts工具 hosts更新站 http://serve.netsh.org/pub/gethosts.php hoststool https://hosts.huhamhire.com http://sourceforge.net/projects/huhamhirehosts/ https://huhamhire-hosts.googlecode.com/git-history/gh-pages/release/ remoteIE https://www.modern.ie/zh-cn/tools https://remote.modern.ie/
Global site tag (gtag.js) - Google Analytics