我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。
Closed 5 years ago.
我想建立一个定制的新闻网站(我知道那里已经有数千个新闻中心)。 然而,我想使最初的主页与用户相关。 谷歌已经拥有一个庞大的用户信息数据库,该数据库是否有一个可供查阅的版本?
或者,是否找到了用户喜欢的lu子? 我只需要技术、金融、体育等一般专题。
我们不准许对书籍、工具、软件图书馆以及更多的图书馆征求建议的问题。 你可以ed问这个问题,以便用事实和引言回答。
Closed 5 years ago.
我想建立一个定制的新闻网站(我知道那里已经有数千个新闻中心)。 然而,我想使最初的主页与用户相关。 谷歌已经拥有一个庞大的用户信息数据库,该数据库是否有一个可供查阅的版本?
或者,是否找到了用户喜欢的lu子? 我只需要技术、金融、体育等一般专题。
简短回答:no。
你们是否真的认为,作为用户,我想世界上是否有任何网站知道谷歌已经知道什么? 这种知识是Facebook和 谷歌>/em>企业,它们会与你分享这些知识吗? 或者一些钱,我猜想的许多钱。
你们的使用者将告诉你们他们喜欢的东西,只是问他们。
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...
<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...
I found this script online that creates a thumbnail out of a image but the thumbnail image is created with poor quality how can I improve the quality of the image. And is there a better way to create ...
如何确认来自正确来源的数字。
Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...
I wonder there is a way to post a message to a facebook business page with cURL? thanks
I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...
How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...