Giter Club home page Giter Club logo

chunkedsum's People

Contributors

cloud-wu avatar parenting-cloudwu avatar

chunkedsum's Issues

review completed.

我對 php 沒有很熟悉,但如果我的理解沒有錯誤的話,可能要請你重新調整一下這段內容。

	private $collect = [
		"cost" => [1,2,3,4,5,6,7,8,9,10,11],
		"revenue" => [11,12,13,14,15,16,17,18,19,20,21],
		"sellprice" => [21,22,23,24,25,26,27,28,29,30,31],
	];

如果這個 $collect 是有三個 property 為 int array, 那麼跟原本需求是不相同的。因為需求是 「11 筆帶著描述特徵的資料」,不是「三個int集合剛好各11筆」,兩者語意是不同的。因為你現在的寫法,有可能 cost 11 筆, revenue 可以是 12 筆, sellprice 可以是 3 筆。

如果我的理解沒有錯誤,請重新調整。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.