Showing entries 9216 to 9225 of 44868
« 10 Newer Entries | 10 Older Entries »
Apache Spark with Air ontime performance data

There is a growing interest in Apache Spark, so I wanted to play with it (especially after Alexander Rubin’s Using Apache Spark post).

To start, I used the recently released Apache Spark 1.6.0 for this experiment, and I will play with “Airlines On-Time Performance” database from
http://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236&DB_Short_Name=On-Time. You can find the scripts I used here https://github.com/Percona-Lab/ontime-airline-performance. The uncompressed dataset …

[Read more]
Autocomplete with images and custom html code in Jquery UI

In your website you require to set autocomplete user fullname with image generally you use autocomplete with name email message etc text but if you want to add image or your own html code like user html tag in autocomplete then you have to use renderItem in jquery ui how you will create i

MySQL for Visual Studio – Uninstall workaround

In MySQL for Visual Studio version 1.2.4 and earlier, there was an issue, existing only under a specific scenario, which was preventing the plugin to be uninstalled (either using the “Remove” option in the Windows Control Panel/Programs, or the MySQL Installer for Windows) or upgraded to a newer version, causing the uninstall/update action to be rolled back during the process. (For further information about this issue please refer to http://bugs.mysql.com/bug.php?id=71226).

Such scenario can be achieved as follows:

  1. First install Visual Studio 2012, or VS 2013 or VS 2015
  2. Then, install MySQL for Visual Studio version 1.2.4 or earlier
  3. Later, uninstall Visual Studio 2012, or VS2013 or VS2015

With the scenario described above, the uninstall/upgrade process of the MySQL for Visual Studio plugin is …

[Read more]
MySQL for Excel 1.3.6 has been released

The MySQL Windows Experience Team is proud to announce the release of MySQL for Excel version 1.3.6. This is a maintenance release for 1.3.x. It can be used for production environments.

MySQL for Excel is an application add-in enabling data analysts to very easily access and manipulate MySQL data within Microsoft Excel. It enables you to directly work with a MySQL database from within Microsoft Excel so you can easily do tasks such as:

  • Importing MySQL data into Excel
  • Exporting Excel data directly into MySQL to a new or existing table
  • Editing MySQL data directly within Excel

MySQL for Excel is installed using the MySQL Installer for …

[Read more]
MySQL for Visual Studio 1.2.6 has been released

The MySQL Windows Experience Team is proud to announce the release of MySQL for Visual Studio 1.2.6. This is a maintenance release for 1.2.x. It can be used for production environments.

MySQL for Visual Studio is a product that includes all of the Visual Studio integration functionality to create and manage MySQL databases when developing .NET applications.

MySQL for Visual Studio is installed using the MySQL Installer for Windows which comes in 2 versions:

  • Full (150 MB) which includes a complete set of MySQL products with their binaries included in the downloaded bundle.
  • Web (1.5 MB – a network install) which will just pull MySQL for Visual Studio over the web and install it when run.

You can download MySQL Installer from our …

[Read more]
Which MySQL datatype use for store an IP address

If you want to store IP address in mysql database then dont mistake to use varchar datatype because you can use INT UNSIGNED 4BYTE datatype using integer datatype you can save more space in databasewhen you fire insert query at that time use INETATON and select query at that time INETNTOA

Which MySQL datatype use for store an IP address

If you want to store IP address in mysql database then dont mistake to use varchar datatype because you can use INT UNSIGNED 4BYTE datatype using integer datatype you can save more space in databasewhen you fire insert query at that time use INETATON and select query at that time INETNTOA

Mysql Hexadecimal color code store in binary datatype

If you have thousands of record store that time database size would be large but you can some field can save your number of bites in the databaseyou have color field then most of you choose string6 data type and you wast 6 bites on every record but you can save number of bites data by using B

Mysql Hexadecimal color code store in binary datatype

If you have thousands of record store that time database size would be large but you can some field can save your number of bites in the databaseyou have color field then most of you choose string6 data type and you wast 6 bites on every record but you can save number of bites data by using B

How to get Lat and Lon from google map API in Jquery PHP

if you are working on php asp or any other framwork and you want to integrate google API and also you want to get Latitude and Longitude for location we have mostly fetch some problem when we set google map because i tried and i also fetch problem but i am giving you with search location and get

Showing entries 9216 to 9225 of 44868
« 10 Newer Entries | 10 Older Entries »