摘要:
通过查出最大id,来更新记录 update order set status = 'xx' where id in (select v.id from (select max(id) id from x_order where device_id='000000' and uid=1)v) 阅读全文
摘要:
转:http://ifeve.com/buffers/ 这篇文章写的很好 Java NIO系列教程(三) Buffer 原文链接 作者:Jakob Jenkov 译者:airu 校对:丁一 Java NIO中的Buffer用于和NIO通道进行交互。如你所知,数据是从通道读入缓冲区,从缓冲区写入到通道 阅读全文
摘要:
转:http://blog.csdn.net/workformywork/article/details/26699345?utm_source=tuicool&utm_medium=referral ByteBuffer类是在Java NIO中常常使用的一个缓冲区类,使用它可以进行高效的IO操作, 阅读全文
摘要:
导入lib文件,并且用-dontwarn 和 keep class结合试试,例如:-libraryjars libs/log4j.jar-dontwarn org.apache.log4j.*-keep class org.apache.log4j.** { *;}将-dontwarn和-keep 阅读全文
摘要:
1、html代码 2、服务端代码: 以下提示,跨域问题: Origin 'http://localhost:8080' is therefore not allowed access.XHR failed loading: POST "http://192.168.1.110:8080/aaUp.j 阅读全文
摘要:
http://bootstrap-table.wenzhixin.net.cn/getting-started/ 1、安装bower 2、 3、编译css and js 以上就编译完了boostrap-table 可以从下面地址,获取sample https://github.com/wenzhix 阅读全文
摘要:
界面:修改于http://www.aizhengli.com/knockoutjs-shizhan/88/knockoutjs-shishi.html 阅读全文
摘要:
ko中文文档:http://www.aizhengli.com/knockoutjs Knockout介绍 ko中文文档:http://www.aizhengli.com/knockoutjs Knockout介绍 Knockout.js是什么? Knockout是一款很优秀的JavaScript库 阅读全文
摘要:
1、只要选择中你需要Launch Configuration中出现的类,右击Run AS -- Java Application 再次。 2、点击导出Export的时候,就可以看到类在列表中出现了。 这个可能是导出插件的问题,运行过的才出现。 阅读全文
摘要:
注意:参数区分大小写。 阅读全文