
web
文章平均质量分 68
润砾成珠
这个作者很懒,什么都没留下…
展开
-
遇到一些小问题总结
1. var isChrome = navigator.userAgent.toLowerCase().match(/chrome/) !== null; if (isChrome) { $('.modify_list:first').css("margin-top", "109px"); }2.$(function(){ if($.browser原创 2013-08-07 10:44:22 · 549 阅读 · 0 评论 -
点滴小结
1.insert into t_stock_day(shortname,volumn,day) select shortname, sum(volumn) volumn ,DATE_FORMAT(date,"%Y-%m-%d") yearMonth from quotes group by shortname, yearMonth ;2.insert into t_stock_month(原创 2013-11-13 10:58:39 · 553 阅读 · 0 评论 -
新浪微博
第一种:登录按钮第二种:1.2.3WB2.anyWhere(function(W){ W.widget.connectButton({ id: "wb_connect_btn", type:"3,2", callback : { login:function(o)原创 2014-01-23 16:47:13 · 807 阅读 · 0 评论 -
Angular.js 小结
1. 首先 ng-app 指定为 “contact” (模块名)2.app.js可以加入依赖,service,filter 然后配置路由 routeProvider; templateUrl 指定模版会替换至 ng-view位置;controller 用指定ContactController 控制redirectTo: 跳转都另一个urlvar conta原创 2014-03-12 15:48:06 · 905 阅读 · 0 评论 -
jersey 2.6小结
jersey2.6 过滤器和拦截器模块运行流程:Client request invoked: The POST request with attached entity is built on the client and invoked.客户端发送POST请求,请求中内嵌客户端的实体信息。ClientRequestFilters: client request filter翻译 2014-03-13 11:22:13 · 1409 阅读 · 0 评论 -
css小记
1.text-decoration:none 无下划线原创 2014-04-15 11:17:47 · 663 阅读 · 0 评论 -
HightStock加标签
1. 使用加flag$(function() { $.getJSON('http://www.highcharts.com/samples/data/jsonp.php?filename=aapl-ohlcv.json&callback=?', function(data) { // split the data set into ohlc and volume var ohlc原创 2014-04-23 13:00:18 · 803 阅读 · 0 评论 -
Mybatis多对多处理
1. 数据库中建立 3z原创 2014-05-22 16:34:32 · 476 阅读 · 0 评论