码迷,mamicode.com
首页 >  
搜索关键字:amount    ( 1179个结果
mysql 复杂查询
-- (select null, product_id, product_name, count(op.number ) as number, -- sum(total_amount + point_total_amount/10) as total_amount, -- sum(point_tot... ...
分类:数据库   时间:2017-08-22 18:44:29    阅读次数:159
HDU - 3577 Fast Arrangement
Chinese always have the railway tickets problem because of its' huge amount of passangers and stations. Now goverment need you to develop a new ticket ...
分类:其他好文   时间:2017-08-22 10:54:44    阅读次数:162
angularjs学习笔记--ng-model、controller、DI、$scope、$provide
依赖: RESTful功能由angularjs在ngResource模块中提供,该模块与核心angularjs框架分开分发。 ng-model: Ps:required属性规定必须在提交之前填写输入字段。 controllerindex.html: invoice1.js: ps:控制器是JavaS ...
分类:Web程序   时间:2017-08-19 12:51:41    阅读次数:261
http://codeforces.com/problemset/problem/712/D
D. Memory and Scores time limit per test 2 seconds memory limit per test 512 megabytes input standard input output standard output Memory and his frie ...
分类:Web程序   时间:2017-08-18 18:36:28    阅读次数:162
Extjs在form展示后台单个对象的属性
目的:写一个按钮事件,点击时弹出一个win窗体,里面镶嵌form表单,并且展示后台单个对象的属性 结果: ...
分类:Web程序   时间:2017-08-18 11:14:27    阅读次数:223
聚币网API[Python2版]
聚币 现货 API [Python3版] 一、utils.py,基础类,包括HTTP 请求、签名等 二、jubi.py,聚币网API 三、调用方法 四、下载地址 http://www.cnblogs.com/fangbei/p/jubi-api-python.html http://files.cn ...
分类:编程语言   时间:2017-08-17 14:48:08    阅读次数:425
Swift 中的闭包与 C 和 Objective-C中的 blocks 以及其它一些编程语言中的 lambdas 比較类似。
闭包是功能性自包括模块,能够在代码中被传递和使用。 Swift 中的闭包与 C 和 Objective-C中的 blocks 以及其它一些编程语言中的 lambdas 比較相似。 闭包能够 捕获 和存储其所在上下文中随意常量和变量的引用。 这就是所谓的闭合并包裹着这些常量和变量,俗称闭包。Swift ...
分类:编程语言   时间:2017-08-17 12:48:57    阅读次数:173
POJ 1251 Jungle Roads (最小生成树prim)
The Head Elder of the tropical island of Lagrishan has a problem. A burst of foreign aid money was spent on extra roads between villages some years ag ...
分类:其他好文   时间:2017-08-16 17:18:56    阅读次数:114
Coursera Algorithms week4 基础标签表 练习测验:Inorder traversal with constant extra space
题目原文: Design an algorithm to perform an inorder traversal of a binary search tree using only a constant amount of extra space. 1 public void traverse( ...
分类:其他好文   时间:2017-08-14 19:00:13    阅读次数:202
Agri-Net POJ - 1258
Farmer John has been elected mayor of his town! One of his campaign promises was to bring internet connectivity to all farms in the area. He needs you ...
分类:Web程序   时间:2017-08-11 23:58:40    阅读次数:343
1179条   上一页 1 ... 44 45 46 47 48 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!