插入一个很简单的sql语句时候,mysql一直报错: [SQL] INSERT INTO ORDER ( id, activity_id, order_type, phone, order_amount, order_state, pay_type)VALUES ( '4', '2121313', ...
分类:
数据库 时间:
2017-06-13 10:14:34
阅读次数:
222
今天接着继续来,为大家准备了移动字幕效果和form表单,这么多天挺无聊的我为大家准备了点好玩的移动字幕效果。 一、移动字幕效果 <marquee direction="up(方向)" behavior="scroll(滚动方式)" scrolldelay="1000(滚动延迟)"></marquee ...
分类:
移动开发 时间:
2017-06-12 23:54:35
阅读次数:
323
If you smile when no one else is around, you really mean it. 独处时的微笑,才是发自内心的。 Recently I found I seldom smiled when I was alone. Most often I felt depr ...
分类:
其他好文 时间:
2017-06-12 10:33:10
阅读次数:
164
硬件加速默认打开 mousewheel.default.delta_multiplier_y 200 mousewheel.acceleration.start 5 mousewheel.acceleration.factor 5 mousewheel.min_line_scroll_amount ...
分类:
其他好文 时间:
2017-06-11 14:54:03
阅读次数:
102
h(k) = k mod m When using the division method, we usually avoid certain values of m. Forexample, m should not be a power of 2, since if m^2p, then h(k ...
分类:
其他好文 时间:
2017-06-11 10:12:48
阅读次数:
139
前言 前几天用Angularjs写一个后台管理界面时,需要写分页,自己懒得写于是想在网上搜索一个带省略号的插件,竟然没找到,那没办法就自己写吧 效果图 话不多说,直接上代码 ...
分类:
其他好文 时间:
2017-06-10 21:37:45
阅读次数:
252
不管是YGC还是Full GC,GC过程中都会对导致程序运行中中断,正确的选择不同的GC策略,调整JVM、GC的参数,可以极大的减少由于GC工作,而导致的程序运行中断方面的问题,进而适当的提高Java程序的工作效率。但是调整GC是以个极为复杂的过程,由于各个程序具备不同的特点,如:web和GUI程序 ...
分类:
其他好文 时间:
2017-06-06 13:02:51
阅读次数:
310
在看APUE习题10.5的时候提示了这篇文章,讲的非常清晰,设计也非常巧妙,所以把原文放在这里。值得自己去实现。 Title: Implementing Software Timers By: Don Libes Originally appeared in the Nov. 1990 "C Use ...
分类:
其他好文 时间:
2017-06-04 22:54:56
阅读次数:
241
sql2=" UPDATE sigining_contract SET accumulated_amount='%d',accumulated_pay='%d',discount=(contract_amount-'%d') where contract_origin='%s'"%(JT,PT,PT ...
分类:
其他好文 时间:
2017-06-04 20:09:19
阅读次数:
176
在需要layer.js弹窗口时,当编辑完窗口内容,需要关闭及刷新父窗口时: $("#senddata").click(function(){var id = $('input[name=id]').val();var amount = $('input[name=amount]').val();va ...
分类:
Web程序 时间:
2017-06-03 11:13:37
阅读次数:
2023