如何评价淘宝上各种售卖开源系统源代码的行为?
淘宝官方管吗?还有那些开源系统的作者是什么感受?
回复内容:
你也可以去卖。有的人不知道这些开源软件,或者不知道如何获得这些开源软件的可执行版本,所以你可以用你的知识赚钱。
还有的人觉得时间珍贵,不值得浪费在这些琐事上,所以你可以用你的时间赚钱。
况且开源协议给了你这么做的权利。
所以淘宝不管,开源作者比你想象的更无私。
Apache 2.0
While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License.GNU 2.0
You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.MIT
You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software甲骨文总裁拉里埃里森 说过
要么 你用时间 换钱
要么 你用钱换时间
淘宝那些开源版本 也是人家搜索整理翻墙 这本身就产生了时间价值
你也可以去国外网站下 。但是 你要翻墙 要忍受那奇葩的翻墙速度 。 也可以在国内云盘找,要是你一天才找到一套合适的源码 何不花5块钱解决这个问题 ~就看你怎么衡量你的时间效率了 ~ 你们都太年轻了
事实说明外国的月亮还没中国的圆
请看图

而且更夸张的是,评分接近5颗星!
有这钱为什么不赞助给Canonical?
最近买了一些Linux的书,推荐算法抽风,上Amazon的时候,推送给了我这个
感觉智商被亚马逊侮辱了。
评论倒是符合我的预期,全都不是专业用户。
有个兄弟,为了装VirtualBox,还特意买了张盘。
结论:
- 美帝互联网用户,计算机相关知识并不比国内懂得多
- 美帝经济发达
- 产品做得好,不如PPT画得好
后来,也想明白了
只是碰巧比别人多知道了一点
谁也不能保证自己什么都知道,一些是常识的事情,未必对所有人都成立
谁能说,自己没买过很2B的东西!?
圣诞节买了个音响,花了几顿伙食费,音质实在差
去投诉,人家说再送我一个,感觉赚翻了!
于是,
一个积灰的砖头变成了两个。 你想多了,送货上门收个快递费 整理费而已,代码本身免费… 这进一步证明了以下经济学原理:
1、信息是有价值的。
2、“信息不对称”产生交易。
3、“信息不对称”现象无处不不在。 这就是墙带来的经济效应。即使没有墙这种现象依然存在——比如说,大多数采用了开源组件并被GPL要求开源的产品,在过去都会提供付费的DVD/CD邮寄获取方式。
比如说诺基亚的塞班就有,你可以自己付钱然后让诺基亚/塞班组织给你寄DVD版的源码。另外没记错的话Sony、Canon也是有过的。 一般这些开源协议并不反对你拿来赚钱,但是会要求你把自己修改的地方也开源出来,典型的像linux都属于这样的。 直接买方便啊。虽然我也可以直接搜,但有时候搜到的并不是自己想要的,或者不是自己想要的版本,或者不是自己想要的开发语言。有一些国外的网站在国内访问还不通畅。所以,花几块钱去节约时间成本是很值得的。另外,遇到nice的卖家,还可以向他请教这方面的问题,毕竟卖家比较熟悉。几块钱买到一个老师,很超值啊。 买家 花5块钱就能省下好多时间,为什么不干?
卖家 花一段时间得到一个在一定时间内可以带来源源不断收入的项目,为什么不干? 开源软件的代码公开,不收费,但是为你提供服务要收取服务费……有点像第三产业的味道……

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











In PHP, password_hash and password_verify functions should be used to implement secure password hashing, and MD5 or SHA1 should not be used. 1) password_hash generates a hash containing salt values to enhance security. 2) Password_verify verify password and ensure security by comparing hash values. 3) MD5 and SHA1 are vulnerable and lack salt values, and are not suitable for modern password security.

PHP type prompts to improve code quality and readability. 1) Scalar type tips: Since PHP7.0, basic data types are allowed to be specified in function parameters, such as int, float, etc. 2) Return type prompt: Ensure the consistency of the function return value type. 3) Union type prompt: Since PHP8.0, multiple types are allowed to be specified in function parameters or return values. 4) Nullable type prompt: Allows to include null values and handle functions that may return null values.

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

PHP and Python have their own advantages and disadvantages, and the choice depends on project needs and personal preferences. 1.PHP is suitable for rapid development and maintenance of large-scale web applications. 2. Python dominates the field of data science and machine learning.

Using preprocessing statements and PDO in PHP can effectively prevent SQL injection attacks. 1) Use PDO to connect to the database and set the error mode. 2) Create preprocessing statements through the prepare method and pass data using placeholders and execute methods. 3) Process query results and ensure the security and performance of the code.

PHP uses MySQLi and PDO extensions to interact in database operations and server-side logic processing, and processes server-side logic through functions such as session management. 1) Use MySQLi or PDO to connect to the database and execute SQL queries. 2) Handle HTTP requests and user status through session management and other functions. 3) Use transactions to ensure the atomicity of database operations. 4) Prevent SQL injection, use exception handling and closing connections for debugging. 5) Optimize performance through indexing and cache, write highly readable code and perform error handling.

PHP is used to build dynamic websites, and its core functions include: 1. Generate dynamic content and generate web pages in real time by connecting with the database; 2. Process user interaction and form submissions, verify inputs and respond to operations; 3. Manage sessions and user authentication to provide a personalized experience; 4. Optimize performance and follow best practices to improve website efficiency and security.

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.
