You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
sqlcommenter Attach SQL comments to correlate user code in ORMs and SQL drivers with SQL statements sqlcommenter is a suite of middlewares/plugins that enable your ORMs to augment SQL statements before execution, with comments containing information about the code that caused its execution. This helps in easily correlating slow performance with source code and giving insights into backend database
序 開発マシンで用いられることも増えてきているChromebook。3万円ちょいで衝動買いしたが、フルHD 15インチディスプレイで重さ2KG以下、半日作業くらいはバッテリーだけでこなせるので、重宝しそう。 Chromebookは、近時、GUIアプリが動く仮想Linux環境(crostini)が提供されたことにより統合開発環境(IDE)も動くようになっている。だが、日本で安価に入手できるChromebookは、RAM容量が2GBまたは4GBといった構成となる(RAM容量が多く高速なCPUを積んだChromebookは、Amazon等を介して輸入することに)。そのため、コマンドラインインターフェイス(CLI)で少なめのRAMを活かした開発を行う方法をマスターしておいた方が良いよ、というエントリー。 Chromebrew Chromebookで開発者モードに入った場合、はじめにChromebr
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? Excel Advent Calendar 2014の12/1分の記事です。 Webアプリケーションなど、サーバ側でExcelのファイルを生成したいことはたまにあるでしょうから、いくつかの方法をご紹介します。 .xlsxを読み書きできるライブラリを使う いろんな言語にいろんなライブラリがありますからいくつか並べてみます。 Java →Apache POI おそらく一番実績のあるライブラリではないでしょうか。Excelのほとんどの機能をカバーしています。 Javaでしたらこれを使っておけばまず間違いないでしょうし、ほかの言語だったとしても
キーボードショートカット一覧 j次のブックマーク k前のブックマーク lあとで読む eコメント一覧を開く oページを開く ✕
class ClassSample: class_var = "hoge" @classmethod def class_method(cls): print "%s, class_var: %s" % (cls, cls.class_var) @staticmethod def static_method(): print "%s, class_var: %s" % (ClassSample, ClassSample.class_var) class SubclassSample(ClassSample): class_var = "foo" ClassSample.class_method() # -> __main__.ClassSample, class_var: hoge ClassSample.static_method() # -> __main__.ClassSample,
These tools, frameworks, and libraries help to automate unit test execution, which is usually performed by the developer, usually using interfaces below the public interfaces of the software under test. Other categories that are relevant for unit testing include Static Analysis Tools, Test Coverage Tools, and Test Implementation Tools. Current Listings AdaTEST 95 AgitarOne Aunit C++Test Cantata++
Facebookは、世界中の友達や家族、同僚や同級生をつなぐコミュニティです。Facebookでは、友達の近況チェックや写真アップロード(枚数は無制限)、動画やリンクの共有を通して、人との交流を深めることができます。Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby. Thrift was developed at Facebook and released
アメリカの学生向けSNS「Facebook」のコアモジュールである、「Thrift」がオープンソースとして公開された。FacebookのWebサイトより無償でダウンロードできる。 プログラミング言語は世の中にたくさんあるが、Web系の処理が得意な言語、サーバサイド処理が早い言語など、それぞれに向き不向きがある。今回公開された「Thrift」は、各種言語のプログラムをシームレスにつなぐことができるフレームワーク。C++、Java、Python、PHP、Rubyに対応している。 Thriftをフレームワークとして使うことで、それぞれの処理に必要な言語を割り当てることができ、「単一言語でアプリケーションを作成しなくてはいけない」という制約にしばられることなくシステムを構築できるようになるという。 参考サイト Facebook Developers:Thrift @IT:巨大SNSを支
PHP の unserialize() の 多言語での実装 2006-02-28-1: [PHP][JavaScript][Perl][Ruby] を見ていて,PHP の serialize() は便利だから,もしかしたら他の言語でも実装があるのでは? と思ったら,案の定たくさんあった. - JavaScript http://www.phpguru.org/static/PHP_Unserialize.html http://www.phpguru.org/downloads/PHP_Unserialize/ - Perl http://search.cpan.org/dist/PHP-Serialization/lib/PHP/Serialization.pm http://hurring.com/code/perl/serialize/ - Ruby http://www.aagh.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く