ブログ

本日より「関連記事」が表示されるようになりました。

関連記事には、同一タグが設定されている記事から最新の3つが表示されます。
是非ご利用ください。

ブログ

本日、NTT docomoの2012夏モデルと新サービスが発表されました。

とのことで、スペックを比較しようと思ったので、ついでに記事も書いときます!

ブログ

NTT docomo 2012夏モデル 新商品・新サービス 発表会の案内が公開されました。

4月下旬から5月の間にドコモの新商品がリークされて、スペックを載せているサイトが増えてきていますよね。

今期夏モデルから、xi(クロッシィ)対応機種が7割に上るとも噂されていますが、実際はどうなんでしょうか。

非常に楽しみです。

一番楽しみなのが、Windows Phoneが発表されるかどうかです。

たぶん、本発表会では発表せず単独の発表会になるような気がしますが。。。
(あくまで、個人的な予測です。)

ちなみに、2012年5月16日(水)午後12時より同サイトよりライブ中継を見ることができるとのことです。

 

phpMyAdmin

先日5月3日 21時頃(日本時間)に、phpMyAdminの最新版となる、4.0.0が公開されました。

バージョン4からやっと、フレームがなくなりました。

バージョン3の後半からありましたが、
大半のデーターをjavascriptから書き換えるようになっています。

そのためページの移動がかなり減り、滑らかにデーターの変更等ができるようになっています。

詳しい変更点は以下の通りです。

  • browse and drop databases, tables, views, columns and indexes
  • display multiple results sets through stored procedures or queries
  • create, copy, drop, rename and alter databases, tables, columns and indexes
  • maintenance server, databases and tables, with proposals on server configuration
  • execute, edit and bookmark any SQL-statement, even batch-queries
  • load text files into tables
  • create [1] and read dumps of tables
  • export [1] data to various formats: CSV, XMLPDF, ISO/IEC 26300 – OpenDocument Text and Spreadsheet, Microsoft Word 2000, and LATEX formats
  • import data and MySQL structures from OpenDocument spreadsheets, as well as XML, CSV, and SQL files
  • administer multiple servers
  • manage MySQL users and privileges
  • check referential integrity in MyISAM tables
  • using Query-by-example (QBE), create complex queries automatically connecting required tables
  • create PDF graphics of your database layout
  • search globally in a database or a subset of it
  • transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link
  • track changes on databases, tables and views
  • support InnoDB tables and foreign keys see 3.6 What is currently not supported in phpMyAdmin about InnoDB?
  • support mysqli, the improved MySQL extension see 1.17 Which MySQL versions does phpMyAdmin support?
  • create, edit, call, export and drop stored procedures and functions
  • create, edit, export and drop events and triggers
  • communicate in 62 different languages

phpMyAdmin 4.0.0 documentation より引用

アップデート方法や、インストール方法は別途公開します。